texmaker from home:xm1 project
Seleccione su sistema operativo
Añadir repositorio e instalar de forma manual
Para Debian 13 ejecute lo siguiente:
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:/xm1/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:xm1.list curl -fsSL https://download.opensuse.org/repositories/home:xm1/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_xm1.gpg > /dev/null sudo apt update sudo apt install texmaker
Para Debian 12 ejecute lo siguiente:
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:/xm1/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:xm1.list curl -fsSL https://download.opensuse.org/repositories/home:xm1/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_xm1.gpg > /dev/null sudo apt update sudo apt install texmaker
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para Fedora 43 ejecute lo siguiente como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:xm1/Fedora_43/home:xm1.repo dnf install texmaker
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para xUbuntu 25.04 ejecute lo siguiente:
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:/xm1/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:xm1.list curl -fsSL https://download.opensuse.org/repositories/home:xm1/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_xm1.gpg > /dev/null sudo apt update sudo apt install texmaker
Para xUbuntu 24.04 ejecute lo siguiente:
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:/xm1/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:xm1.list curl -fsSL https://download.opensuse.org/repositories/home:xm1/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_xm1.gpg > /dev/null sudo apt update sudo apt install texmaker