Use repositories of InfoNotary: Разлика между версии
Направо към навигацията
Направо към търсенето
Ред 13: | Ред 13: | ||
== For distributions that use APT == | == For distributions that use APT == | ||
1. Add PGP key | 1. Add InfoNotary public PGP key to the list of trusted APT keys: | ||
{{Шаблон:ConsoleOutput|wget http://repository.infonotary.com/install/linux/INotaryCodeSigning.key.asc | {{Шаблон:ConsoleOutput|wget -qO - http://repository.infonotary.com/install/linux/INotaryCodeSigning.key.asc | sudo apt-key add -}} | ||
sudo apt-key add | |||
2. Download | 2. Download repository configuration file in apt configuration directory: | ||
{{Шаблон:ConsoleOutput|sudo wget | {{Шаблон:ConsoleOutput|sudo wget http://repository.infonotary.com/install/linux/infonotary.list -qO /etc/apt/sources.list.d/infonotary.list}} | ||
3. Update information repositories with the following command: | 3. Update information for repositories with the following command: | ||
{{Шаблон:ConsoleOutput|sudo apt-get update}} | {{Шаблон:ConsoleOutput|sudo apt-get update}} | ||
[[Image:warning.jpg|32px]] Tested on Ubuntu 9.04 + | [[Image:warning.jpg|32px]] Tested on Ubuntu 9.04+. | ||
[[Категория:Инсталация и използване на удостоверения за електронен подпис]] | [[Категория:Инсталация и използване на удостоверения за електронен подпис]] | ||
[[Категория:Linux]] | [[Категория:Linux]] | ||
[[Категория:Помощ]] | [[Категория:Помощ]] |
Версия от 16:44, 25 февруари 2015
For your convenience InfoNotary available repositories deb and rpm packages for software that is not open source.
Distribution using YUM
1. Add public PGP key of InfoNotary:
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
For distributions that use APT
1. Add InfoNotary public PGP key to the list of trusted APT keys:
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