texmacs from home:slowphil:texmacs-devel project

Kies uw besturingssysteem

Voor Arch Linux, bewerk /etc/pacman.conf en voeg het volgende toe (merk op dat de volgorde van installatiebronnen in pacman.conf belangrijk is, omdat pacman altijd het eerst gevonden pakket downloadt):
[home_slowphil_texmacs-devel_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/slowphil:/texmacs-devel/Arch_Extra/$arch
Voer dan het volgende als root uit
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
Voor CentOS 7 voer het volgende als root uit:
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
Voor Debian Testing voer het volgende uit:
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
Voor Debian 12 voer het volgende uit:
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
Voor Debian 11 voer het volgende uit:
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
Voor Debian 10 voer het volgende uit:
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
Voor Fedora Rawhide voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/Fedora_Rawhide/home:slowphil:texmacs-devel.repo
dnf install texmacs
Voor toolchain.leap 15.1 voer het volgende als root uit:
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
Voor openSUSE Tumbleweed voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:slowphil:texmacs-devel/openSUSE_Tumbleweed/home:slowphil:texmacs-devel.repo
zypper refresh
zypper install texmacs
Voor Raspbian 11 voer het volgende uit:
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
Voor Raspbian 10 voer het volgende uit:
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
Voor ScientificLinux 7 voer het volgende als root uit:
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
Voor xUbuntu 23.10 voer het volgende uit:
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
Voor xUbuntu 23.04 voer het volgende uit:
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
Voor xUbuntu 22.04 voer het volgende uit:
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
Voor xUbuntu 20.04 voer het volgende uit:
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
Voor xUbuntu 18.04 voer het volgende uit:
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

Pakketten voor xUbuntu 23.10:

Pakketten voor xUbuntu 23.04:

Pakketten voor xUbuntu 22.04:

Pakketten voor xUbuntu 20.04:

Pakketten voor xUbuntu 18.04: