User Tools

Site Tools


ru:upgrade_4_to_5
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Last revision
ru:upgrade_4_to_5 [2020/04/10 20:59] – created pavroo
Line 1: Line 1:
 +===== Обновление Sparky с 4 до 5 =====
 +
 +<WRAP center info 100%>
 +Это должно работать без проблем, но помните: вы делаете это на свой страх и риск!
 +</WRAP>
 +
 +Чтобы сделать обновление системы Sparky от 4 до 5, сделайте:
 +
 +1. Backup your personal files to external disk or partition.
 +
 +2. Поменять репозитории Debian с stretch на buster в файле:
 +
 +  /etc/apt/sources.list
 +
 +Должно выглядеть так:
 +
 +  deb http://deb.debian.org/debian buster main contrib non-free
 +  deb-src http://deb.debian.org/debian buster main contrib non-free
 +  deb http://deb.debian.org/debian buster-updates main contrib non-free
 +  deb-src http://deb.debian.org/debian buster-updates main contrib non-free
 +  deb http://security.debian.org/debian-security/ buster/updates main contrib non-free
 +  deb-src http://security.debian.org/debian-security/ buster/updates main contrib non-free
 +  deb http://www.deb-multimedia.org/ buster main non-free
 +
 +3. Поменяйте репозитории Sparky с tyche на nibiru в файле:
 +
 +  /etc/apt/sources.list.d/sparky.list
 +
 +Должно выглядеть так:
 +
 +  deb https://repo.sparkylinux.org/ core main
 +  deb-src https://repo.sparkylinux.org/ core main
 +  deb https://repo.sparkylinux.org/ nibiru main
 +  deb-src https://repo.sparkylinux.org/ nibiru main
 +
 +4. Обновить список пакетов:
 +
 +  sudo apt update
 +
 +5. Установите пакет sparky5-apt, который должен удалить sparky4-apt:
 +
 +  sudo apt install sparky5-apt
 +
 +6. Обновить список пакетов снова:
 +
 +  sudo apt update
 +
 +7. И обновление дистрибутива:
 +
 +  sudo apt full-upgrade
 +
 +Если возникнут проблемы:
 +
 +  sudo dpkg-reconfigure -a
 +  sudo apt install -f
  
ru/upgrade_4_to_5.txt · Last modified: 2021/05/04 15:26 by 127.0.0.1