About updates
-
- New to forums
- Posts: 10
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sun Nov 27, 2016 11:43 am
About updates
after I do the apt-get update and apt-get upgrade is there another command I have to do to actually install the updates or no.
- Vanderburg
- Former staff
- Posts: 1253
- Joined: Sat Nov 13, 2010 7:27 am
- Location: Dallas, TX
Re: About updates
Instead of using apt-get upgrade, you should use "apt-get dist-upgrade", because this will also handle dependencies intelligently, so you should only need to do apt-get update and this command.
Re: About updates
so I do the apt-get update and then the dist-update and the same for the upgrade?
- Vanderburg
- Former staff
- Posts: 1253
- Joined: Sat Nov 13, 2010 7:27 am
- Location: Dallas, TX
Re: About updates
Yes, you'll do
apt-get update
then when it finishes doing its downloading and updating, then you'll do
apt-get dist-upgrade
apt-get update
then when it finishes doing its downloading and updating, then you'll do
apt-get dist-upgrade
Re: About updates
what about for the upgrade do I do the same thing apt-get upgrade and then apt-get dist-upgrade
- Vanderburg
- Former staff
- Posts: 1253
- Joined: Sat Nov 13, 2010 7:27 am
- Location: Dallas, TX
Re: About updates
You should only need to use the two commands I listed.
Re: About updates
oh ok thanks for the help