I am at a loss.
All that I get are error messages. And it is not random.
All Terminal commands are reporting errors.
I was advised to re-download Lubuntu and to be sure that the MD5Sum was correct.
I did and it is correct. Then I ran a check for errors on the CD, no errors found.
Then I booted to Try Lubuntu Without Installing. It went to Desktop very fast.
I started to write some terminal commands: sudo, apt-get,mkdir, wget,sh all give error like this one
sudo: command not found
It doesn't matter if you combine these with other commands you will always get error messages.
For example when I try to install something:
sudo apt-get install (any Program):
This will yield nothing but error messsages:
No command sudo found, did you mean:
Command 'sudo' from package 'sudo-ldap' (universe)
Command 'sudo' from package 'sudo' (main)
And so on...
I didn't write down the other error messages for apt-get...
the error list sometimes fills up half the Terminal screen.
So I tried the CD on another completely different computer.
Once again booted to the Desktop very fast.
When I started to input Terminal Commands, I see the same exact error messages.
No changes.
I am at a loss. I cannot do anything.
Is the Download itself corrupt even though the MD5 is verified correct? I downloaded directly from the Lubuntu Home Page.
MD5SUM:
LINK:
Is there any way to fix this issue?
Any help would be greatly appreciated. Thank you.
echo $PATH
and verify if you have/bin
,/sbin
and/usr/bin
in it. After try to execute
/bin/mount` to see what is mounted on your system... – Hastur Jun 17 '14 at 06:54/bin
and/usr/bin
in your PATH variable you can add with PATH="/usr/bin:/sbin:/bin:/usr/local/bin:"${PATH}. Try to see if the directories exist e.g.ls /bin
. Include information as name of the iso image you download , link, MD5 checksum, output ofmount
andecho $PATH
in your question editing with this link. – Hastur Jun 17 '14 at 07:21