Skip to content

Instantly share code, notes, and snippets.

@Axel-Erfurt
Last active December 8, 2024 19:43
Show Gist options
  • Save Axel-Erfurt/52484c9db190fd7f2dd842059a2e5ce3 to your computer and use it in GitHub Desktop.
Save Axel-Erfurt/52484c9db190fd7f2dd842059a2e5ce3 to your computer and use it in GitHub Desktop.
Install calibre 7.22 in Mint / LMDE

Download and extract

cd $HOME
mkdir calibre_app && cd calibre_app
wget https://download.calibre-ebook.com/7.22.0/calibre-7.22.0-x86_64.txz
tar Jxvf calibre-7.22.0-x86_64.txz
rm calibre-7.22.0-x86_64.txz
ln -s $HOME/calibre_app/calibre $HOME/.local/bin/calibre

`

Desktop File

create a File calibre.desktop save it in ~/.local/share/applications

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Icon=calibre-gui
Exec=calibre
Name=Calibre
Comment=Calibre Ebooks
Categories=Office
Path=
Terminal=false
StartupNotify=false

You can start it in terminal with

calibre

or from Menu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment