Re: Watch out for todays upgrade......
Fintan, it could be as simple as your PATH settings being screwed up. What happens when you
from the command line? If you get a blank line, try
and then see if bash can find apt, etc.
Fintan, it could be as simple as your PATH settings being screwed up. What happens when you
Code:
echo $PATH
Code:
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
Comment