tar from home:venenux:venenux0Xcore project
Seleccione o seu sistema operativo
Engadir repositorio e instalar manualmente
Para Debian 6.0 execute o seguinte:
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:/venenux:/venenux0Xcore/Debian_6.0/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:venenux0Xcore.list curl -fsSL https://download.opensuse.org/repositories/home:venenux:venenux0Xcore/Debian_6.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_venenux0Xcore.gpg > /dev/null sudo apt update sudo apt install tar
Para Debian 5.0 execute o seguinte:
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:/venenux:/venenux0Xcore/Debian_5.0/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:venenux0Xcore.list curl -fsSL https://download.opensuse.org/repositories/home:venenux:venenux0Xcore/Debian_5.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_venenux0Xcore.gpg > /dev/null sudo apt update sudo apt install tar