SparkyLinux Forums

Installation & Upgrade => System upgrading => Topic started by: molens on June 10, 2016, 02:38:10 PM

Title: upgrade in terminal to unstable
Post by: molens on June 10, 2016, 02:38:10 PM
What is the most easy command to upgrade in terminal to unstable?
Title: Re: upgrade in terminal to unstable
Post by: pavroo on June 10, 2016, 10:28:07 PM
1. Enable 'unstable' repository:
nano /etc/apt/sources.list.d/sid.list
Uncomment all repositories, then
2. Update package list:
sudo apt-get update
then
3. Upgrade it:
sudo apt-get dist-upgrade
Title: Re: upgrade in terminal to unstable
Post by: molens on June 11, 2016, 11:57:14 AM
Thank you pavroo for your answer. I will use it.