Visualizzazione dei risultati da 1 a 7 su 7
  1. #1
    Utente bannato
    Registrato dal
    Oct 2010
    Messaggi
    1,219

    [ubuntu 10.10]Vedere programmi installati con upgrade

    Per sbaglio avevo messo nel repository due software da installare che servivano per riprodurre dei bug.Li avevo aggiunti per sbaglio al repository, però non li avevo mai installati.
    Non sapendo come rimuoverli li ho sempre lasciati li, e ogni volta che dovevo installare qualcos' altro toglievo la spunta da quei due software (tramite update manager).
    Però ieri per sbaglio, siccome dovevo installare python invece di usare update manager ho usato il comando upgrade e ho involontariamente installato quei due programmi.
    Non mi ricordo che cosa erano
    Vorrei sapere se si può :
    -Vedere la cronologia di tutti i programmi installati;
    -Eventualmente rimuoverli.

    PS: Il nome delle due componenti era qualcosa come "manage the repository to install software from".

  2. #2
    dpkg -l ti dà la lista dei pacchetti installati
    dpkg -l | grep qualcosa ti dà la lista dei programmi installati che contengono la stringa "qualcosa".
     
    :: Instant WebKiosk, a browser-only Linux operating system ::

  3. #3
    Togli i repo in questione da sources.list; a questo punto andando in aptitude e facendo update (premi u) te li ritroverai tra "pacchetti obsoleti e creati localmente".
    Amaro C++, il gusto pieno dell'undefined behavior.

  4. #4
    Molto giusto!

     
    :: Instant WebKiosk, a browser-only Linux operating system ::

  5. #5
    Utente bannato
    Registrato dal
    Oct 2010
    Messaggi
    1,219
    Il fatto è che non li trovo, proprio perchè non so il nome
    Questo è cosa ho nel file sources.list:
    http://pastebin.com/V3ZGXdAZ
    Ho il sospetto che siano questi:
    codice:
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ maverick universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ maverick universe
    deb http://us.archive.ubuntu.com/ubuntu/ maverick-updates universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-updates universe
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    ## team, and may not be under a free licence. Please satisfy yourself as to 
    ## your rights to use the software. Also, please note that software in 
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://us.archive.ubuntu.com/ubuntu/ maverick multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ maverick multiverse
    deb http://us.archive.ubuntu.com/ubuntu/ maverick-updates multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-updates multiverse
    Lo deduco dal fatto che dice :"is entirely unsupported by the ubuntu team" , ma non ne sono sicuro.
    Con dpkg -l | grep non me li trova proprio perchè il nome era "manage the repositories to install software from", se digito:
    codice:
    dpkg -l | grep  "manage the repositories to install software from"
    Non mi trova niente.
    C'è un modo per vedere i software installati in ordine di data?

  6. #6
    Quelli sono dei normali repo ufficiali... Provato a guardare nella directory /etc/apt/sources.list.d/?
    Amaro C++, il gusto pieno dell'undefined behavior.

  7. #7

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.