This README provides instructions on how to install the launch.sh
script for automatically updating and launching Calibre in AppImage format.
-
Create the Directory: Open a terminal and create a directory for Calibre in
/opt
with write permissions for the current user:sudo mkdir /opt/calibre sudo chown $USER:$USER /opt/calibre
-
Download
launch.sh
: Download thelaunch.sh
file and place it in the/opt/calibre
directory:cp /path/to/launch.sh /opt/calibre/
-
Make the Script Executable: Ensure that the
launch.sh
script is executable:chmod +x /opt/calibre/launch.sh
-
Launch the Script: On first startup, the script will download the latest available version of the Calibre AppImage; it may take a while.
From the next startup onward, the script will check the version and update the app if necessary. -
(Optional) Install Desktop Entry: To have Calibre available in your application menu, you can install the
calibre-appimage.desktop
file. You can do this using the following command:xdg-desktop-menu install /path/to/calibre-appimage.desktop
Alternatively, you can manually copy the
.desktop
file to the~/.local/share/applications
directory:cp /path/to/calibre-appimage.desktop ~/.local/share/applications/
- KushagraKarira/calibre-appimage: This GitHub repository generates the AppImage file for Calibre.
- Calibre Official Website: The official website for Calibre, an open-source e-book management software.
Make sure to check the permissions and ownership of the files in /opt/calibre
to ensure that the script runs smoothly.
If you encounter any issues, refer to the documentation provided in the respective repositories.
Any and all suggestions are welcome.