Como listar los PPA activados en los repositorios sources.list

12 01 2010

A veces es necesario saber cuantos PPA (Personal Package Archive) tenemos activados en los repositorios para visualizarlos posibles conflictos o simplemente tener constancia de ello.

Listarlos es muy sencillo, basta con poner en el terminal:

?Descargar listar.txt
1
grep -i ppa.launchpad.net /etc/apt/sources.list

Por ejemplo, un salida en mi portátil otorion (a magmus lo tengo más tranqulito):

?Descargar salida.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
$ grep -i ppa.launchpad.net /etc/apt/sources.list
# deb http://ppa.launchpad.net/synce/ubuntu intrepid main #Synce
# deb-src http://ppa.launchpad.net/synce/ubuntu intrepid main #Synce SRC
# deb http://ppa.launchpad.net/blueman/ubuntu intrepid main #Blueman Bluetooth manager
# deb-src http://ppa.launchpad.net/blueman/ubuntu intrepid main #Blueman Bluetooth manager source
# deb http://ppa.launchpad.net/tualatrix/ubuntu intrepid main #Ubuntu Tweak
# deb-src http://ppa.launchpad.net/tualatrix/ubuntu intrepid main #Ubuntu Tweak src
# deb http://ppa.launchpad.net/deluge-team/ubuntu hardy universe
# deb http://ppa.launchpad.net/gscrot/ubuntu hardy main
# deb-src http://ppa.launchpad.net/gscrot/ubuntu hardy main
# deb http://ppa.launchpad.net/bortis/ubuntu hardy main
# deb-src http://ppa.launchpad.net/bortis/ubuntu hardy main
deb http://ppa.launchpad.net/transmissionbt/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/transmissionbt/ppa/ubuntu jaunty main
# deb http://ppa.launchpad.net/tualatrix/ubuntu hardy main
# deb-src http://ppa.launchpad.net/tualatrix/ubuntu hardy main
# deb http://ppa.launchpad.net/fta/ubuntu hardy main #Firefox
# deb http://ppa.launchpad.net/fta/ubuntu intrepid main #Firefox Intrepid
# deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main #OpenOffice 3.0 Intrepid
# deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main #OpenOffice 3.0 src Intrepid
deb http://ppa.launchpad.net/themuso/ppa/ubuntu jaunty main #PPA pulseaudio Luke Yelavich
deb http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu lucid main
deb http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main
deb http://ppa.launchpad.net/synce/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/synce/ppa/ubuntu jaunty main
deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu jaunty main
###deb http://ppa.launchpad.net/kow/ppa/ubuntu jaunty main
# deb-src http://ppa.launchpad.net/kow/ppa/ubuntu jaunty main
# deb http://ppa.launchpad.net/xorg-edgers/radeon/ubuntu jaunty main
# deb-src http://ppa.launchpad.net/xorg-edgers/radeon/ubuntu jaunty main
deb http://ppa.launchpad.net/webkit-team/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/webkit-team/ppa/ubuntu jaunty main
deb http://ppa.launchpad.net/markuz/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/markuz/ppa/ubuntu jaunty main
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
deb http://ppa.launchpad.net/ubuntu-tweak-testing/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/ubuntu-tweak-testing/ppa/ubuntu karmic main
# deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu lucid main
deb http://ppa.launchpad.net/rvm/libs/ubuntu karmic main #MPlayer Core Libraries
deb http://ppa.launchpad.net/telepathy/ppa/ubuntu karmic main #Empathy
Delicious
VN:F [1.9.3_1094]
Rating: 5.5/10 (2 votes cast)
VN:F [1.9.3_1094]
Rating: +1 (from 1 vote)
Como listar los PPA activados en los repositorios sources.list, 5.5 out of 10 based on 2 ratings
Comparte, descargalo en pdf, imprimelo o enviaselo a un amigo!
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • BarraPunto
  • Bitacoras.com
  • Meneame
  • PDF
  • RSS
  • StumbleUpon
  • Technorati

Entradas relacionadas:

  1. Solucionar error: N: Ignoring file ‘somefile.list.save’ in directory ‘/etc/apt/sources.list.d/’ as it has an invalid filename extension en Ubuntu Maverick 10.10
  2. Instalar Transmission 1.31 en Ubuntu (Repositorios Bortis)
  3. Como hacer una copia de seguridad de tus repositorios en Ubuntu
  4. Cumplir estandar W3C con target=”_blank” utilizando Mootools
  5. Como recuperar o restaurar un arranque estropeado en Ubuntu


Acciones

Informaciones

4 comentarios

  • At 2010.01.14 00:18, zant95 said:
    Mozilla 1.9.1.8pre Ubuntu Linux

    Buen post, por cierto, siempre me he preguntado en que se diferencian los “deb” de los “deb-src” en el sources.list.

    Sé que estos últimos tienen que ver con el código fuente, ¿Pero para que los usa apt? ¿Son solo para desarrolladores?

    SaludOS

    VA:F [1.9.3_1094]
    Rating: 10.0/10 (2 votes cast)
    VA:F [1.9.3_1094]
    Rating: 0 (from 0 votes)
    • At 2010.01.14 07:33, shakaran said:
      Mozilla Firefox 3.5.7 Ubuntu Linux

      @zant95: buena pregunta, pues básicamente los deb-src sirven para obtener el paquete tar.gz de código fuente de una aplicación .deb. Por ejemplo, para Tivion, puede obtenerse con el comando:
      sudo apt-get source tivion

      VN:F [1.9.3_1094]
      Rating: 0.0/10 (0 votes cast)
      VN:F [1.9.3_1094]
      Rating: 0 (from 0 votes)
      • At 2010.01.14 18:42, zant95 said:
        Google Chrome 4.0.266.0 Linux

        Ok, gracias por la aclaración. Es que ayer editando el sources.list me pregunté esto y Mr. Google no me dio la respuesta.

        Salu2

        VA:F [1.9.3_1094]
        Rating: 0.0/10 (0 votes cast)
        VA:F [1.9.3_1094]
        Rating: 0 (from 0 votes)
        • At 2010.03.30 17:33, nenelinux said:
          Opera 9.80 Linux

          hola tengo un problema es que me baje el paquete para karmic y me da el siguiente error Error: La dependencia no se puede satisfacer: libc6 (>> 2.11)

          me puedes ayudar? obviamente tengo ubuntu karmic 32 bits

          VA:F [1.9.3_1094]
          Rating: 0.0/10 (0 votes cast)
          VA:F [1.9.3_1094]
          Rating: 0 (from 0 votes)
          (Required)
          (Required, will not be published)