Update packages on Linux [closed]

-1

When I give the command:

sudo apt-get autoremove

The following message appears:

The message says that it has 8 not updated, but I give the following commands, but it does not update:

sudo apt-get upgrade

And I try with this too:

sudo apt-get update

How do I resolve this?

    
asked by anonymous 27.07.2017 / 20:49

2 answers

1
apt update and then apt upgrade for distro's Debian and Ubuntu (these are the ones I use regularly) or apt-get update and apt-get upgrade (both commands one after the other in the order I spoke)

    
27.07.2017 / 21:03
0

I was able to resolve with this command:

apt-get dist-upgrade
    
27.07.2017 / 20:59