How to completely remove Calibre under Linux?

17,976

Solution 1

You can try this:

sudo calibre-uninstall

It works for me.

Solution 2

sudo python /usr/bin/calibre-uninstall
sudo rm -rf /opt/calibre

Solution 3

Try

apt-get --purge remove <package>

package being the calibre package.

Share:
17,976

Related videos on Youtube

Vivodo
Author by

Vivodo

Saĝo estu kun vi!

Updated on September 18, 2022

Comments

  • Vivodo
    Vivodo almost 2 years

    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
      Sekhemty about 11 years
      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.
  • Vivodo
    Vivodo about 12 years
    I installed calibre manually, that is to say, by hand, not through apt.
  • Keltari
    Keltari about 11 years
    Due to the fact Calibre updates so often, Calibre recommends a script they publish to install. They recommend against apt and package installers.
  • CodyChan
    CodyChan over 6 years
    It seems the second command is unnecessary, /opt/calibre is already removed by the first command.
  • today
    today over 5 years
    Simply running sudo calibre-uninstall worked for me.
  • 0xh8h
    0xh8h almost 5 years
    This works for me also