Inserendo il comando apt-get upgrade mi dice di reinstallare il pacchetto dnutils non presente in archivio.
Gentilmente mi dite come risolvere il problema?
Codice: Seleziona tutto
lsb_release -ds && echo $DESKTOP_SESSION && uname -m Codice: Seleziona tutto
cat -n /etc/apt/sources.list
Codice: Seleziona tutto
1 # deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 # deb-src http://it.archive.ubuntu.com/ubuntu/ xenial main restricted
6
7 ## Major bug fix updates produced after the final release of the
8 ## distribution.
9 # deb-src http://it.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
10
11 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
12 ## team, and may not be under a free licence. Please satisfy yourself as to
13 ## your rights to use the software. Also, please note that software in
14 ## universe WILL NOT receive any review or updates from the Ubuntu security
15 ## team.
16 # deb-src http://it.archive.ubuntu.com/ubuntu/ xenial universe
17 # deb-src http://it.archive.ubuntu.com/ubuntu/ xenial-updates universe
18
19 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
20 ## team, and may not be under a free licence. Please satisfy yourself as to
21 ## your rights to use the software. Also, please note that software in
22 ## multiverse WILL NOT receive any review or updates from the Ubuntu
23 ## security team.
24 # deb-src http://it.archive.ubuntu.com/ubuntu/ xenial multiverse
25 # deb-src http://it.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
26
27 ## N.B. software from this repository may not have been tested as
28 ## extensively as that contained in the main release, although it includes
29 ## newer versions of some applications which may provide useful features.
30 ## Also, please note that software in backports WILL NOT receive any review
31 ## or updates from the Ubuntu security team.
32 # deb-src http://it.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
33
34 ## Uncomment the following two lines to add software from Canonical's
35 ## 'partner' repository.
36 ## This software is not part of Ubuntu, but is offered by Canonical and the
37 ## respective vendors as a service to Ubuntu users.
38 # deb http://archive.canonical.com/ubuntu xenial partner
39 # deb-src http://archive.canonical.com/ubuntu xenial partner
40
41 # deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
42 # deb-src http://security.ubuntu.com/ubuntu xenial-security universe
43 # deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
44 # deb http://www.mediahuman.com/packages/ubuntu xenial main
45 # deb-src http://www.mediahuman.com/packages/ubuntu xenial main
Codice: Seleziona tutto
sudo gedit /etc/apt/sources.listCodice: Seleziona tutto
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### Ubuntu Main Repos
deb http://it.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
###### Ubuntu Update Repos
deb http://it.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://it.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
#deb http://it.archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
deb http://it.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu xenial partnerCodice: Seleziona tutto
sudo apt update && sudo apt uprade
Codice: Seleziona tutto
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
Tutti i pacchetti sono aggiornati.
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
E: Il pacchetto dnsutils deve essere reinstallato, ma non è possibile trovarne un archivioVisualizzano questa sezione: 0 utenti iscritti e 6 ospiti