Use repositories of InfoNotary: Разлика между версии

От Infonotary
Направо към навигацията Направо към търсенето
Ред 12: Ред 12:
<br/><br/>
<br/><br/>


== For Debian/Ubuntu/Mint ==
== For Debian, Ubuntu and Mint ==
1. Add InfoNotary public PGP key to the list of trusted APT keys:
1. Add InfoNotary public PGP key to the list of trusted APT keys:
{{Шаблон:ConsoleOutput|wget -qO - http://repository.infonotary.com/install/linux/INotaryCodeSigning.key.asc | sudo apt-key add -}}
{{Шаблон:ConsoleOutput|wget -qO - http://repository.infonotary.com/install/linux/INotaryCodeSigning.key.asc | sudo apt-key add -}}

Версия от 11:50, 24 март 2015

For your convenience InfoNotary offers repositories with deb and rpm packages for software that is not open source.

For Fedora, RedHat or CentOS

1. Add public PGP key of InfoNotary:

su
rpm --import http://repository.infonotary.com/install/linux/INotaryCodeSigning.key.asc


2. Download the configuration file in the directory where information for Yum repositories is stored:

wget -P /etc/yum.repos.d http://repository.infonotary.com/install/linux/infonotary.repo


Warning.jpg Tested on Fedora 10+.

For Debian, Ubuntu and Mint

1. Add InfoNotary public PGP key to the list of trusted APT keys:

wget -qO - http://repository.infonotary.com/install/linux/INotaryCodeSigning.key.asc


2. Download repository configuration file in apt configuration directory:

sudo wget http://repository.infonotary.com/install/linux/infonotary.list -qO /etc/apt/sources.list.d/infonotary.list


3. Update information for repositories with the following command:

sudo apt-get update


Warning.jpg Tested on Ubuntu 9.04+.