quinta-feira, 1 de agosto de 2013

on




Tornar o repositório hibrido é uma boa maneira de ter programas mais atuais no seu Debian,ou até poder usar PPA do Ubuntu.

Nesse artigo irei usar os espelhos oficiais , stable,testing,unstable e experimental.


1º Abra os source.list com esta comando:
  • sudo gedit /etc/apt/sources.list

2º Add as linha abaixo salve e feche:

### Debian Wheezy ###

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
deb http://http.us.debian.org/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

### Debian Testing ###

deb http://ftp.us.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free
deb http://http.us.debian.org/debian/ testing main
deb http://security.debian.org/ testing/updates main
deb-src http://security.debian.org/ testing/updates main

### Debian Wheezy Multimedia ###
### Para a chave gpg, execute o comando: aptitude update && aptitude install debian-multimedia-keyring && aptitude update ###

deb http://www.deb-multimedia.org testing main non-free
deb-src http://www.deb-multimedia.org testing main non-free

### Debian Sid ###

deb http://http.us.debian.org/debian/ unstable main
deb-src http://http.us.debian.org/debian/ unstable main

### Debian Experimental ###

deb http://ftp.au.debian.org/debian experimental main
deb-src http://ftp.au.debian.org/debian experimental main



3º Hibridalizar o Repositório:
  • su
  • gedit /etc/apt/preferences

4º Cole as linha abaixo no arquivo aberto, salve e feche:
  • Package: *
  • Pin: release a=testing
  • Pin-Priority: 500

  • Package: *
  • Pin: release a=unstable
  • Pin-Priority: 50

5º Abra as configurações do apt:
  • su
  • gedit /etc/apt/apt.conf 

6º Cole as linha abaixo no arquivo aberto,salve e feche:
  • APT::Default-Release "Wheezy";
7º Atualize o apt:
  • su
  • apt-get update
8º Instalar um pacote hibrido:
  • apt-get install -t unstable nomedopacote
nodes2013
fonte linuxdicasesuporte

0 Comente::