Quote:
Originally Posted by MorganM
Where do I go to find the (rm -fr /opt/calibre) and uninstall it?
|
that is the command line to use (rm with flags) (type man rm in a terminal to learn what the various flags do

)
Since /opt is involved, I think that command will need to super-user (sudo) privileges.
Code:
sudo rm -fr /opt/calibre