Use repositories of InfoNotary: Разлика между версии
Направо към навигацията
Направо към търсенето
Редакция без резюме |
|||
Ред 1: | Ред 1: | ||
For your convenience InfoNotary offers repositories with deb and rpm packages for software that is not open source. | For your convenience InfoNotary offers repositories with deb and rpm packages for software that is not open source. | ||
[[Image:warning.jpg|32px]] The following commands must be entered in terminal. You can read what is terminal and hot to use it in [https://help.ubuntu.com/community/UsingTheTerminal Ubuntu documentation] or in [http://askubuntu.com/a/38220 answer in askubuntu]. | |||
== For Fedora, RedHat or CentOS == | == For Fedora, RedHat or CentOS == |
Версия от 16:14, 13 април 2016
For your convenience InfoNotary offers repositories with deb and rpm packages for software that is not open source.
The following commands must be entered in terminal. You can read what is terminal and hot to use it in Ubuntu documentation or in answer in askubuntu.
For Fedora, RedHat or CentOS
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 Debian, Ubuntu and Mint
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