Tentando usar autoremove [duplicate]

0

Ao remover kernals não utilizados (para criar espaço em / boot), recebo esta mensagem:

The following packages were automatically installed and are no longer required:
  gnome-mplayer hardinfo libgda-5.0-4 libgda-5.0-common libgmlib1 libgmtk1
  libgmtk1-data libmusicbrainz3-6 libwxsqlite3-3.0-0 linux-headers-3.19.0-30
  linux-headers-3.19.0-30-generic lubuntu-default-session
  lubuntu-software-center lxappearance-obconf lxsession-default-apps mtpaint
  python-gudev python-pysqlite2 sylpheed-plugins transmission xpad
Use 'apt-get autoremove' to remove them.
0 to upgrade, 0 to newly install, 0 to remove and 47 not to upgrade.

Eu não entendo a última linha, e quando eu uso o comando autoremove como sugerido eu recebo:

E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

O que eu faço?

    
por David Ashton 29.12.2015 / 23:48

1 resposta

0

apt-get no Ubuntu sempre requer sudo.

Você deve copiar e colar este comando no terminal:

sudo apt-get autoremove

    
por Mario Kamenjak 30.12.2015 / 00:05