I installed calibre manually under Debian Linux Squeeze. Compare to its functionality, the mime-type problem of calibre drives me crazy! It associates almost everything with itself! Almost everything failed if I try to open some file using xdg-open in a terminal. What a idiot design!
Asked
Active
Viewed 2.0k times
13
-
1Please note that the "code" formatting should be used only to wrap actual code or console commands; to just give emphasis you could use italics or bold text. – Sekhemty May 02 '13 at 09:41
3 Answers
9
sudo python /usr/bin/calibre-uninstall
sudo rm -rf /opt/calibre
Willi
- 191
- 1
- 4
-
1It seems the second command is unnecessary, /opt/calibre is already removed by the first command. – CodyChan Nov 22 '17 at 03:01
-
3
1
Try
apt-get --purge remove <package>
package being the calibre package.
bryan
- 8,400
- 4
- 28
- 41
-
3I installed calibre `manually`, that is to say, `by hand`, not through `apt`. – Vivodo Apr 24 '12 at 11:31
-
Due to the fact Calibre updates so often, Calibre recommends a script they publish to install. They recommend against apt and package installers. – Keltari May 02 '13 at 11:45