[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RiminiLUG-General] Come velocizzare Ubuntu



Il 03/02/2012 21:40, Anna_RN ha scritto:
ciao ho provato a seguire le istruzioni ma il terminale mi ha restituito

annamaria@annamaria-NC10:~$ sudo apt-get install preload
[sudo] password for annamaria:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  preload
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 0 B/35.3 kB of archives.
After this operation, 188 kB of additional disk space will be used.
dpkg: error: cannot scan updates directory `/var/lib/dpkg/updates/': No such file or directory
E: Sub-process /usr/bin/dpkg returned an error code (2)


Ciao Anna,
errore davvero insolito, sembra quasi che il sistema apt abbia qualche problema.
Potresti intanto dirci quale distribuzioni usi e in quale versione.

Poi potresti gentilmente postare l'output del seguente comando dato da terminale?

    ls  -la  /var/lib/dpkg/

Fatto questo potresti anche provare a dare i seguenti comandi per ricreare la directory mancante e riporvare poi a lanciare apt-get:

    sudo mkdir /var/lib/dpkg/updates
    sudo chmod 755 /var/lib/dpkg/updates


Ivan