0

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.

1 Answers1

0

Usually, all user commands are in /bin and /usr/bin or /usr/local/bin directories. So if it is not in your path try to add directories to your search path as follows:

export PATH=$PATH:/bin:/usr/local/bin
Babbzzz
  • 346
  • 2
  • 12