GNU/
On certain
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