texmacs from home:slowphil:texmacs-devel project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_slowphil_texmacs-devel_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/Arch_Extra/$(uname -m)/home_slowphil_texmacs-devel_Arch_Extra.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_slowphil_texmacs-devel_Arch_Extra/texmacs
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/CentOS_7/home:slowphil:texmacs-devel.repo
yum install texmacs
For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:slowphil:texmacs-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_slowphil_texmacs-devel.gpg > /dev/null
sudo apt update
sudo apt install texmacs
For Debian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:slowphil:texmacs-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_slowphil_texmacs-devel.gpg > /dev/null
sudo apt update
sudo apt install texmacs
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:slowphil:texmacs-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_slowphil_texmacs-devel.gpg > /dev/null
sudo apt update
sudo apt install texmacs
For Debian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:slowphil:texmacs-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_slowphil_texmacs-devel.gpg > /dev/null
sudo apt update
sudo apt install texmacs
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/Fedora_Rawhide/home:slowphil:texmacs-devel.repo
dnf install texmacs
For toolchain.leap 15.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/toolchain.leap_15.1/home:slowphil:texmacs-devel.repo
zypper refresh
zypper install texmacs
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/openSUSE_Tumbleweed/home:slowphil:texmacs-devel.repo
zypper refresh
zypper install texmacs
For Raspbian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:slowphil:texmacs-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_slowphil_texmacs-devel.gpg > /dev/null
sudo apt update
sudo apt install texmacs
For Raspbian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:slowphil:texmacs-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_slowphil_texmacs-devel.gpg > /dev/null
sudo apt update
sudo apt install texmacs
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/ScientificLinux_7/home:slowphil:texmacs-devel.repo
yum install texmacs
For xUbuntu 23.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:slowphil:texmacs-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_slowphil_texmacs-devel.gpg > /dev/null
sudo apt update
sudo apt install texmacs
For xUbuntu 23.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:slowphil:texmacs-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_slowphil_texmacs-devel.gpg > /dev/null
sudo apt update
sudo apt install texmacs
For xUbuntu 22.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:slowphil:texmacs-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_slowphil_texmacs-devel.gpg > /dev/null
sudo apt update
sudo apt install texmacs
For xUbuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:slowphil:texmacs-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_slowphil_texmacs-devel.gpg > /dev/null
sudo apt update
sudo apt install texmacs
For xUbuntu 18.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:slowphil:texmacs-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_slowphil_texmacs-devel.gpg > /dev/null
sudo apt update
sudo apt install texmacs