Hi, I'm on Windows, using Git Bash. Sorry I didn't specify.
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.
1 answer
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
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.
Ah ok! Is there a tutorial for installing and navigating this system for Windows?
From Microsoft how to install WSL..
You will need Windows 10.
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
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,
Log in to answer this question.