LINUX.ORG.RU

История изменений

Исправление Alex_Golubev, (текущая версия) :

Копирую в nano /etc/apt/sources.list строчку

deb http://ftp.oscada.org/Debian/12/openscada ./

Получаю общий вид .list

# deb cdrom:[Debian GNU/Linux 11.7.0 _Bullseye_ - Official amd64 NETINST 20230429-11:49]/ bullseye main


#deb cdrom:[Debian GNU/Linux 11.7.0 _Bullseye_ - Official amd64 NETINST 20230429-11:49]/ bullseye main


deb http://deb.debian.org/debian/ bullseye main
deb-src http://deb.debian.org/debian/ bullseye main


deb http://security.debian.org/debian-security bullseye-security main
deb-src http://security.debian.org/debian-security bullseye-security main


# bullseye-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.debian.org/debian/ bullseye-updates main
deb-src http://deb.debian.org/debian/ bullseye-updates main


# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.


deb http://ftp.oscada.org/Debian/12/openscada ./

Далее apt-get update и получаю ошибку:

root@debian:/home/linoxide# nano /etc/apt/sources.list
root@debian:/home/linoxide# apt-get update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Err:4 http://ftp.oscada.org/Debian/12/openscada ./ InRelease
  Could not connect to ftp.oscada.org:80 (46.98.2.159), connection timed out
Reading package lists... Done                  
W: Failed to fetch http://ftp.oscada.org/Debian/12/openscada/./InRelease  Could not connect to ftp.oscada.org:80 (46.98.2.159), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@debian:/home/linoxide# 

Все по инструкции

Репозитории пакетов, основанные на менеджере APT (Debian, Ubuntu, ALTLinux) — добавляются помещением загруженного файла "openscada.list" в директорию "/etc/apt/sources.list.d" или редактированием файла /etc/apt/sources.list, вставкой одной строки:
Debian (LTS и Work, репозиторий Linux автоматизації): "deb http://ftp.oscada.org/Debian/12/openscada ./"
Ubuntu (LTS): "deb http://ftp.oscada.org/OpenSCADA/LTS/Ubuntu/22.04 ./"
Ubuntu (Work): "deb http://ftp.oscada.org/OpenSCADA/Work/Ubuntu/22.04 ./"
Установка:
apt-get update
apt-get install openscada-model-aglks

Ну или собирать из исходников

Исправление Alex_Golubev, :

Копирую в nano /etc/apt/sources.list

deb http://ftp.oscada.org/Debian/12/openscada ./

Далее apt-get update и получаю ошибку:

root@debian:/home/linoxide# nano /etc/apt/sources.list
root@debian:/home/linoxide# apt-get update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Err:4 http://ftp.oscada.org/Debian/12/openscada ./ InRelease
  Could not connect to ftp.oscada.org:80 (46.98.2.159), connection timed out
Reading package lists... Done                  
W: Failed to fetch http://ftp.oscada.org/Debian/12/openscada/./InRelease  Could not connect to ftp.oscada.org:80 (46.98.2.159), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@debian:/home/linoxide# 

Все по инструкции

Репозитории пакетов, основанные на менеджере APT (Debian, Ubuntu, ALTLinux) — добавляются помещением загруженного файла "openscada.list" в директорию "/etc/apt/sources.list.d" или редактированием файла /etc/apt/sources.list, вставкой одной строки:
Debian (LTS и Work, репозиторий Linux автоматизації): "deb http://ftp.oscada.org/Debian/12/openscada ./"
Ubuntu (LTS): "deb http://ftp.oscada.org/OpenSCADA/LTS/Ubuntu/22.04 ./"
Ubuntu (Work): "deb http://ftp.oscada.org/OpenSCADA/Work/Ubuntu/22.04 ./"
Установка:
apt-get update
apt-get install openscada-model-aglks

Ну или собирать из исходников

Исходная версия Alex_Golubev, :

Копирую в nano /etc/apt/sources.list

deb http://ftp.oscada.org/Debian/12/openscada ./

Далее apt-get update и получаю ошибку:

root@debian:/home/linoxide# nano /etc/apt/sources.list
root@debian:/home/linoxide# apt-get update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Err:4 http://ftp.oscada.org/Debian/12/openscada ./ InRelease
  Could not connect to ftp.oscada.org:80 (46.98.2.159), connection timed out
Reading package lists... Done                  
W: Failed to fetch http://ftp.oscada.org/Debian/12/openscada/./InRelease  Could not connect to ftp.oscada.org:80 (46.98.2.159), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@debian:/home/linoxide# 

Все по инструкции

Репозитории пакетов, основанные на менеджере APT (Debian, Ubuntu, ALTLinux) — добавляются помещением загруженного файла "openscada.list" в директорию "/etc/apt/sources.list.d" или редактированием файла /etc/apt/sources.list, вставкой одной строки:
Debian (LTS и Work, репозиторий Linux автоматизації): "deb http://ftp.oscada.org/Debian/12/openscada ./"
Ubuntu (LTS): "deb http://ftp.oscada.org/OpenSCADA/LTS/Ubuntu/22.04 ./"
Ubuntu (Work): "deb http://ftp.oscada.org/OpenSCADA/Work/Ubuntu/22.04 ./"
Установка:
apt-get update
apt-get install openscada-model-aglks