This is the Zettlr APT repository. This repository can be used to install and update Zettlr on Debian- and Ubuntu systems using aptitude.
By adding the Zettlr APT repository to your aptitude lists, you can update Zettlr alongside your regular packages. Use this as an alternative to downloading and installing the Zettlr Debian package from our homepage.
If you do not use a Debian and APT-compatible operating system, you can find all download options on our website.
To use the Zettlr APT repository, you will first have to set it up, and
then install the app using apt
.
# First, add our public key to APT
curl -s --compressed "https://apt.zettlr.com/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/zettlr_apt.gpg > /dev/null
# Second, add this repository to your sources
sudo curl -s --compressed -o /etc/apt/sources.list.d/zettlr.list "https://apt.zettlr.com/zettlr.list"
# Third, update APT so that it fetches the available files
sudo apt update
Now you can install Zettlr:
sudo apt install zettlr
Note: If you already installed Zettlr from our website, you may need to uninstall it prior to using the repository. Please follow the instructions in the documentation on how to do so.