qtop from home:georgatos project
Seleziona il sistema operativo
Aggiungi il repository e installa manualmente
Per CentOS CentOS-6 eseguire quanto segue come root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:georgatos/CentOS_CentOS-6/home:georgatos.repo yum install qtop
Per CentOS CentOS-5 eseguire quanto segue come root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:georgatos/CentOS_CentOS-5/home:georgatos.repo yum install qtop
Prendi direttamente i pacchetti binari
Aggiungi il repository e installa manualmente
Per Debian 6.0 eseguire quanto segue:
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:/georgatos/Debian_6.0/ /' | sudo tee /etc/apt/sources.list.d/home:georgatos.list curl -fsSL https://download.opensuse.org/repositories/home:georgatos/Debian_6.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_georgatos.gpg > /dev/null sudo apt update sudo apt install qtop
Prendi direttamente i pacchetti binari
Aggiungi il repository e installa manualmente
Per openSUSE Tumbleweed eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/home:georgatos/openSUSE_Tumbleweed/home:georgatos.repo zypper refresh zypper install qtop
Per openSUSE Factory eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/home:georgatos/openSUSE_Factory/home:georgatos.repo zypper refresh zypper install qtop
Prendi direttamente i pacchetti binari
Aggiungi il repository e installa manualmente
Per SLE 11 SP1 eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/home:georgatos/SLE_11_SP1/home:georgatos.repo zypper refresh zypper install qtop
Per SLE 11 eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/home:georgatos/SLE_11/home:georgatos.repo zypper refresh zypper install qtop
Per SLE 10 SDK eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/home:georgatos/SLE_10_SDK/home:georgatos.repo zypper refresh zypper install qtop
Prendi direttamente i pacchetti binari
Aggiungi il repository e installa manualmente
Per xUbuntu 10.04 eseguire quanto segue:
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:/georgatos/xUbuntu_10.04/ /' | sudo tee /etc/apt/sources.list.d/home:georgatos.list curl -fsSL https://download.opensuse.org/repositories/home:georgatos/xUbuntu_10.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_georgatos.gpg > /dev/null sudo apt update sudo apt install qtop