Comment 0 for bug 1876164

Revision history for this message
Junaid Ahmed (hattingokbori87) wrote :

Calibre is installed using the command-

sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin

The "calibre-uninstall" file also successfully generates in /bin
But running "sudo calibre-uninstall" returns error- "No such file or directory".
Opening the "calibre-uninstall" file with text-editor reveals that the file lists the address of python in "/usr/bin/python". There is no longer a "python" file in /usr/bin, it has been replaced by the file "python3" on a fresh install of Ubuntu 20.04. Editing the "calibre-uninstall" file to rename the package as "python3" works and uninstall process completes without any error.
Requesting appropriate change.