bash: sudo: command not found | ea-utils installation [CLOSED]
1
0
Entering edit mode
3.0 years ago
Anonymous ▴ 10

I am following this tutorial. I already have .fastq files. I want to install ea-utils.

My setup is Ubuntu 18.04 bionic, via Oracle VM Virtual Box.

In terminal, I enter command:

>>> sudo apt-get install ea-utils
bash: sudo: command not found

sudo apt install ea-utils and sudo apt-get install ea-utils both throw

E: Unable to locate package ea-utils

How can I rectify this?

Update: I am now going to use Linux, as all tutorials use it.

fastq ea-utils reads bash linux • 4.0k views
ADD COMMENT
1
Entering edit mode
3.0 years ago

You don't have sudo installed.

Sudo is not installed in Debian by default. You can install it with the command

apt-get install sudo

when logged in as root.

https://unix.stackexchange.com/questions/511666/sudo-command-not-found

ADD COMMENT
0
Entering edit mode

Hi, I'm on Windows, using Git Bash. Sorry I didn't specify.

ADD REPLY
1
Entering edit mode

sudo is not available on Windows - it is a Unix command

I thought you are using the Linux subsystem on Windows but if not, what you are doing cannot work at all.

The instructions you are following are for Unix.

ADD REPLY
0
Entering edit mode

Ah ok! Is there a tutorial for installing and navigating this system for Windows?

ADD REPLY
0
Entering edit mode

From Microsoft how to install WSL..

You will need Windows 10.

ADD REPLY
0
Entering edit mode

GenoMax I am now using Linux and terminal. Please see updated post. I am going with using ea-utils. Following this video tutorialhttps://www.youtube.com/watch?v=9BHY6NMkJs4

ADD REPLY
1
Entering edit mode

I would open a new question, this thread is now is out of relevance probably out of suync, as you changed the post, etc. make a new thread,

ADD REPLY

Login before adding your answer.

Traffic: 1915 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6