jueves, 20 de octubre de 2011

pkgProblemResolver en Debian

Recien me consultaron como resolver pkgProblemResolver luego de una actualizacion normal...ahi vamos:
Bueno pkgProblemResolver ocurre casi siempre cuando actualizamos hacia alguna linea inestable o sid, algun paquete que dejo de funcionar correctamente on la nueva actualizacion pero que si funcionaba con la mas antigua. Como todo en GNU/Linux y mas en Debian existen varias formas de solucionar el problema; pero acá no nos gusta hacerte perder tiempo ni que te martirices con complejos pasos asi que vamos a solucionarlo muy facil desde la consola

a)gedit /etc/apt/sources.list

b)Copia y pegá estos nuevos repos recien salidos del Horno

#############################################################
################### OFFICIAL DEBIAN REPOS ###################
#############################################################

###### Debian Main Repos
deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free

###### Debian Update Repos
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.us.debian.org/debian/ wheezy-proposed-updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy-proposed-updates main contrib non-free

##############################################################
##################### UNOFFICIAL REPOS ######################
##############################################################

###### 3rd Party Binary Repos

#### Debian Multimedia - http://www.debian-multimedia.org/
## Run this command: apt-get update && apt-get install debian-multimedia-keyring && apt-get update
deb http://www.debian-multimedia.org testing main non-free

C) copia y pega

    apt-get update && apt-get install debian-multimedia-keyring && apt-get update


D) Le das enter y esperas que se actualice todo el sistemas !!!


De nada...

                       Net ;)

Repositorios Debian y derivados

### DEBIAN SID
deb http://ftp.de.debian.org/debian/ unstable main non-free contrib
deb-src http://ftp.de.debian.org/debian/ unstable main non-free contrib

### DEBIAN EXPERIMENTAL
# deb http://ftp.debian.org/debian experimental main contrib non-free
# deb-src http://ftp.debian.org/debian/ experimental main contrib

### MULTIMEDIA
deb http://www.debian-multimedia.org sid main non-free
deb-src http://www.debian-multimedia.org/ sid main non-free
## Run this command: sudo apt-get update && sudo apt-get install debian-multimedia-keyring && sudo apt-get update

#### E17
## Run this command: wget -q http://packages.enlightenment.org/repo.key -O- | apt-key add -
deb http://packages.enlightenment.org/debian sid main extras

#### BIMOID
## Run this command: wget -O - http://www.bimoid.com/debian/apt.key | apt-key add -
deb http://www.bimoid.com/debian/ stable non-free

#### REPOSITORIOS DE GOOGLE
## Run this command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
deb http://dl.google.com/linux/deb/ testing non-free main

#### OPERA BETA
## Run this command: wget -O - http://deb.opera.com/archive.key | apt-key add -
deb http://deb.opera.com/opera-beta/ sid non-free

#### WINE
## Run this command: wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add -
deb http://www.lamaresh.net/apt sid main

#### TOUCHPAD-INDICATOR PICAPY...
deb http://ppa.launchpad.net/lorenzo-carbonell/atareao/ubuntu maverick main
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6A395ED2

#### OPENSONIC
deb http://ppa.launchpad.net/szymonw/ppa/ubuntu maverick main
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6CC2F171

#### ELEGANT GNOME
deb http://ppa.launchpad.net/elegant-gnome/ppa/ubuntu maverick main
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 17CF995E

#### TEMA ORTA
deb http://ppa.launchpad.net/nikount/orta-desktop/ubuntu maverick main
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 70C398A2

#### WEBUPD8
deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu maverick main
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4C9D234C

#### JDOWNLOADER
deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu maverick main
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6A68F637

#### GNOMENU
deb http://ppa.launchpad.net/gnomenu-team/ppa/ubuntu maverick main
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 95B47D2A

#### LINUXMINT DEBIAN
deb http://packages.linuxmint.com/ debian main upstream import romeo
# Clave: sudo apt-get update && sudo apt-get install linuxmint-keyring && sudo apt-get update

#### HADRET: TEMAS, FAENZA, NAUTILUS ELEMENTARY...
deb http://hadret.rootnode.net/debian/ unstable main
deb-src http://hadret.rootnode.net/debian/ unstable main
deb http://hadret.rootnode.net/debian/ experimental main
deb-src http://hadret.rootnode.net/debian/ experimental main
# wget -O - http://hadret.rootnode.net/debian/duckbill.key | sudo apt-key add -

#### EMERALD
deb http://frickelplatz.de/debian/ sid main contrib non-free
# sudo apt-get install frickelplatz-keyrings

#### SCREENLETS
deb http://ppa.launchpad.net/screenlets-dev/ppa/ubuntu maverick main
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 65530E6C

De nada....
                   Net ;)