|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (8)
View Page HistoryThe Advanced Packaging Tool, or *APT*, is used to handle the retrieval, configuration, and installation of software packages and the removal of software on Debian GNU/Linux distributions.
The R1Soft software repository is signed and a GPG key is provided for verification. The key must be added or trusted before APT will allow installation from it.
The R1Soft software repository is signed and a GPG key is provided for verification. The key must be added or trusted before APT will allow installation from it.
{info}NOTE : APT packages for R1Soft Server Backup Manager versions 6.18.6 and newer are signed using an updated r1soft.asc GPG key.
The previous GPG key is now available as r1soft.asc.legacy for use with package versions 6.18.5 and older. {info}

{code}For R1Soft Server Backup Manager versions 6.18.6 and newer:
# wget -qO- http://repo.r1soft.com/r1soft.asc | tee /etc/apt/trusted.gpg.d/r1soft.asc
For R1Soft Server Backup Manager versions 6.18.5 and older:
# wget -qO- http://repo.r1soft.com/r1soft.asc.legacy | tee /etc/apt/trusted.gpg.d/r1soft.asc{code}

{code}For R1Soft Server Backup Manager versions 6.18.6 and newer:
# wget http://repo.r1soft.com/r1soft.asc
For R1Soft Server Backup Manager versions 6.18.5 and older:
# wget http://repo.r1soft.com/r1soft.asc.legacy{code}
*3)* Add the apt gpg key using the apt-key command:
*3)* Add the apt gpg key using the apt-key command:
{code}For R1Soft Server Backup Manager versions 6.18.6 and newer:
# apt-key add r1soft.asc
For R1Soft Server Backup Manager versions 6.18.5 and older:
# apt-key add r1soft.asc.legacy{code}
*4)* Lastly, run apt-get update to download the information about the packages in the new repository:
*4)* Lastly, run apt-get update to download the information about the packages in the new repository:
