From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)'''{{Anch|ReadyPacksRepoDeb|Package repositories based on the package manager APT (Debian, Ubuntu, ALTLinux)}}''' — are added by the location of the downloaded file "openscada.list" to the /etc/apt/sources.list.d folder or by editing the /etc/apt/sources.list file by inserting one line:<br/>
''Debian (LTS and Work, [[Special:MyLanguage/Sub-projects/Automation_Linux_distributive#Debian|Automation Linux repository]]):'' "deb http://ftp.oscada.org/Debian/12/openscada ./"<br/>
''Ubuntu (LTS):'' "deb http://ftp.oscada.org/OpenSCADA/LTS/Ubuntu/22.04 ./"<br/>
''Ubuntu (Work):'' "deb http://ftp.oscada.org/OpenSCADA/Work/Ubuntu/22.04 ./"<br/>
Installing:
<syntaxhighlight lang="bash">
apt-get update
apt-get install openscada-model-aglks
</syntaxhighlight>
''ALTLinux (LTS and Work, [[Special:MyLanguage/Sub-projects/Automation_Linux_distributive#ALTLinux|Automation Linux repository]]):'' "rpm http://ftp.oscada.org/ALTLinux/7 openscada main"<br/>
Installing:
<syntaxhighlight lang="bash">
apt-get update
apt-get install openscada-Model.AGLKS
</syntaxhighlight>
Adding the signature verification key (the authenticity) of the repository and packages in it (not necessarily and not in all repositories):
<syntaxhighlight lang="bash">
wget -P /etc/apt/trusted.gpg.d http://ftp.oscada.org/Misc/openscada-archive-keyring.asc
# or on old Debian systems
wget -O - http://ftp.oscada.org/Misc/pkgSignKey | sudo apt-key add -
</syntaxhighlight>
 h Russian (ru)'''{{Anch|ReadyPacksRepoDeb|Репозитории пакетов, основанные на менеджере APT (Debian, Ubuntu, ALTLinux)}}''' — добавляются помещением загруженного файла "openscada.list" в директорию "/etc/apt/sources.list.d" или редактированием файла /etc/apt/sources.list, вставкой одной строки:<br/>
''Debian (LTS и Work, [[Special:MyLanguage/Sub-projects/Automation_Linux_distributive#Debian|репозиторий Linux автоматизації]]):'' "deb http://ftp.oscada.org/Debian/12/openscada ./"<br/>
''Ubuntu (LTS):'' "deb http://ftp.oscada.org/OpenSCADA/LTS/Ubuntu/22.04 ./"<br/>
''Ubuntu (Work):'' "deb http://ftp.oscada.org/OpenSCADA/Work/Ubuntu/22.04 ./"<br/>
Установка:
<syntaxhighlight lang="bash">
apt-get update
apt-get install openscada-model-aglks
</syntaxhighlight>
''ALTLinux (LTS и Work, [[Special:MyLanguage/Sub-projects/Automation_Linux_distributive#ALTLinux|репозиторий Linux автоматизації]]):'' "rpm http://ftp.oscada.org/ALTLinux/7 openscada main"<br/>
Установка:
<syntaxhighlight lang="bash">
apt-get update
apt-get install openscada-Model.AGLKS
</syntaxhighlight>
Добавление ключа проверки подписи (подлинности) репозитория и пакетов в нём (необязательно и используется не во всех репозиториях):
<syntaxhighlight lang="bash">
wget -O - http://ftp.oscada.org/Misc/pkgSignKey | sudo apt-key add - </syntaxhighlight>
 h Ukrainian (uk)'''{{Anch|ReadyPacksRepoDeb|Репозиторії пакетів основані на менеджері APT (Debian, Ubuntu, ALTLinux)}}''' — додаються розташуванням завантаженого файлу "openscada.list" до теки "/etc/apt/sources.list.d" або редагуванням файлу /etc/apt/sources.list вставкою одного рядка:<br/>
''Debian (LTS і Work, [[Special:MyLanguage/Sub-projects/Automation_Linux_distributive#Debian|репозиторій Linux автоматизації]]):'' "deb http://ftp.oscada.org/Debian/12/openscada ./"<br/>
''Ubuntu (LTS):'' "deb http://ftp.oscada.org/OpenSCADA/LTS/Ubuntu/22.04 ./"<br/>
''Ubuntu (Work):'' "deb http://ftp.oscada.org/OpenSCADA/Work/Ubuntu/22.04 ./"<br/>
Встановлення:
<syntaxhighlight lang="bash">
apt-get update
apt-get install openscada-model-aglks
</syntaxhighlight>
''ALTLinux (LTS і Work, [[Special:MyLanguage/Sub-projects/Automation_Linux_distributive#ALTLinux|репозиторій Linux автоматизації]]):'' "rpm http://ftp.oscada.org/ALTLinux/7 openscada main"<br/>
Встановлення:
<syntaxhighlight lang="bash">
apt-get update
apt-get install openscada-Model.AGLKS
</syntaxhighlight>
Додання ключа перевірки підпису (дійсності) репозиторію та пакетів у ньому (необов'язково і використовується не у всіх репозиторіях):
<syntaxhighlight lang="bash">
wget -P /etc/apt/trusted.gpg.d http://ftp.oscada.org/Misc/openscada-archive-keyring.asc
# або на старих Debian системах
wget -O - http://ftp.oscada.org/Misc/pkgSignKey | sudo apt-key add -
</syntaxhighlight>