13

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!

Sekhemty
  • 9,166
  • 18
  • 60
  • 97
Vivodo
  • 477
  • 2
  • 6
  • 16
  • 1
    Please 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 Answers3

11

You can try this:

sudo calibre-uninstall

It works for me.

simhumileco
  • 667
  • 7
  • 14
9
sudo python /usr/bin/calibre-uninstall
sudo rm -rf /opt/calibre
Willi
  • 191
  • 1
  • 4
1

Try

apt-get --purge remove <package>

package being the calibre package.

bryan
  • 8,400
  • 4
  • 28
  • 41
  • 3
    I 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