rssguard from home:npreining:debian-various project

إختر نظام التشغيل

من أجلDebian Unstable شغل ما يلي:
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:/npreining:/debian-various/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:npreining:debian-various.list
curl -fsSL https://download.opensuse.org/repositories/home:npreining:debian-various/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_npreining_debian-various.gpg > /dev/null
sudo apt update
sudo apt install rssguard
من أجلDebian Testing شغل ما يلي:
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:/npreining:/debian-various/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:npreining:debian-various.list
curl -fsSL https://download.opensuse.org/repositories/home:npreining:debian-various/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_npreining_debian-various.gpg > /dev/null
sudo apt update
sudo apt install rssguard
من أجلDebian 11 شغل ما يلي:
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:/npreining:/debian-various/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:npreining:debian-various.list
curl -fsSL https://download.opensuse.org/repositories/home:npreining:debian-various/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_npreining_debian-various.gpg > /dev/null
sudo apt update
sudo apt install rssguard