Unfortunately, I followed instructions on the calibre web site and executed this command:
sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
Ever since, my shell can not find sudo or find, to mention two commands I use a lot.
What the bloody %^&*( has happened to my system? How do I get it back?
Where should sudo and find be in the file system? They are not in /usr/bin/ (which is where calibre was installed).
sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
Ever since, my shell can not find sudo or find, to mention two commands I use a lot.
What the bloody %^&*( has happened to my system? How do I get it back?
Where should sudo and find be in the file system? They are not in /usr/bin/ (which is where calibre was installed).
Comment