GNU/Linux repositories for TeXmacs

On certain Linux distributions, it is possible to add a TeXmacs repository to your package manager. This makes it possible to manage TeXmacs in the same way as any other packages on your system. In particular, you can automatically check for updates and install new versions as soon as they become available. We implemented TeXmacs repositories for the following distributions:

Instructions

Download and import the TeXmacs public key :

wget -qO- --no-check-certificate https://ftp.texmacs.org/TeXmacs/tmftp/repos/apt/apt-texmacs.asc | sudo tee /usr/share/keyrings/texmacs-keyring.asc > /dev/null

Add the texmacs repository:

echo "deb [signed-by=/usr/share/keyrings/texmacs-keyring.asc] http://ftp.texmacs.org/TeXmacs/tmftp/repos/apt/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/texmacs.list > /dev/null

Update the package list:

apt-get update

Install TeXmacs:

apt-get install texmacs