Репозитории Astra Linux 1.7

  1. В дистрибутиве 1.7 в sources.lst указано неверно
  2. Необходимо установить пакет ca-certificates с CD
#deb cdrom:[OS Astra Linux 1.7.1 1.7_x86-64 DVD ]/ 1.7_x86-64 contrib main non-free
deb https://download.astralinux.ru/astra/stable/1.7_x86-64/repository-main/ 1.7_x86-64 main contrib non-free
deb https://download.astralinux.ru/astra/stable/1.7_x86-64/repository-update/ 1.7_x86-64 main contrib non-free #необходим для апргейда OS
deb https://download.astralinux.ru/astra/stable/1.7_x86-64/repository-base/ 1.7_x86-64 main contrib non-free
deb https://download.astralinux.ru/astra/stable/1.7_x86-64/repository-extended/ 1.7_x86-64 main contrib non-free

Обновление от 1.7.0 до 1.7.9

sudo apt update
sudo apt install astra-update
sudo astra-update -a -r

sudo dpkg --configure -a #два раза
sudo dpkg --configure -a
sudo apt install --reinstall xserver-xorg-core
sudo astra-update -a -r

Обновление от 1.7.9 до 1.8.5

sudo apt update
sudo apt install astra-full-update
sudo apt policy astra-full-update
sudo astra-full-update -self-update
sudo apt policy astra-full-update
astra-full-update force???

Если возникают ошибки с apt, то вот список команд

tail -n 50 /var/log/apt/term.log
journalctl -xe
df -h
 
sudo apt clean
sudo apt autoremove
 
sudo apt --fix-broken install
 
sudo dpkg --configure -a
 
sudo apt install --reinstall xserver-xorg-core
 
sudo apt clean
sudo apt update
 
sudo apt install xserver-xorg-core
 
sudo dpkg -i --force-overwrite /var/cache/apt/archives/*.deb
 
dpkg -l | grep xserver
 
 
sudo dpkg --configure -a
sudo apt --fix-broken install
sudo apt update
sudo apt upgrade