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

От Infonotary
Направо към навигацията Направо към търсенето
(Нова страница: For your convenience InfoNotary available repositories deb and rpm packages for software that is not open source. == Distribution using YUM == 1. Add PGP key InfoNotary: …)
 
Ред 2: Ред 2:


== Distribution using YUM ==
== Distribution using YUM ==
1. Add PGP key InfoNotary:
1. Add public PGP key of InfoNotary:
{{Шаблон:ConsoleOutput|su<br/>
{{Шаблон:ConsoleOutput|su<br/>
rpm --import http://repository.infonotary.com/install/linux/INotaryCodeSigning.key.asc}}
rpm --import http://repository.infonotary.com/install/linux/INotaryCodeSigning.key.asc}}
<br/>
<br/>
2. Download the configuration file in the directory where information is stored Yum repositories:
2. Download the configuration file in the directory where information for Yum repositories is stored:
{{Шаблон:ConsoleOutput|wget -P /etc/yum.repos.d http://repository.infonotary.com/install/linux/infonotary.repo}}
{{Шаблон:ConsoleOutput|wget -P /etc/yum.repos.d http://repository.infonotary.com/install/linux/infonotary.repo}}
<br/>
<br/>
[[Image:warning.jpg|32px]] Tested on Fedora 10 +.
[[Image:warning.jpg|32px]] Tested on Fedora 10+.
<br/><br/>
<br/><br/>



Версия от 16:42, 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:

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 distributions that use APT

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

wget http://repository.infonotary.com/install/linux/INotaryCodeSigning.key.asc
sudo apt-key add INotaryCodeSigning.key.asc


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

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


3. Update information repositories with the following command:

sudo apt-get update


Warning.jpg Tested on Ubuntu 9.04 +.


ContactIcon.jpgWe would be glad if you share your experience and any problems encountered in working with Linux distributions other than those listed above.