bbblinux
(usa CentOS)
Enviado em 09/02/2018 - 16:50h
Ok, o problema da sua source.list é que tem muita coisa repetida. Fiz uma "poda" e tá aqui o resultado:
# main (Brasil)
deb
http://ftp.br.debian.org/debian/ wheezy main contrib non-free
deb-src
http://ftp.br.debian.org/debian/ wheezy main contrib non-free
# debian-updates
deb
http://ftp.br.debian.org/debian/ wheezy-updates main contrib non-free
deb-src
http://ftp.br.debian.org/debian/ wheezy-updates main contrib non-free
# security-updates
deb
http://security.debian.org/ wheezy/updates main contrib non-free
deb-src
http://security.debian.org/ wheezy/updates main contrib non-free
# Backported packages for Debian 7 "Wheezy"
deb
http://http.debian.net/debian/ wheezy-backports main contrib non-free
# PPAs
deb
http://ppa.launchpad.net/noobslab/nitrux-os/ubuntu oneiric main
deb
http://ppa.launchpad.net/noobslab/themes/ubuntu oneiric main
# Tor Porject
deb
http://deb.torproject.org/torproject.org wheezy main
### Repositórios de Multimídia ###
deb
http://www.deb-multimedia.org wheezy main non-free
deb-src
http://www.deb-multimedia.org wheezy main non-free
### Google ###
deb
http://dl.google.com/linux/chrome/deb/ stable main
deb
http://dl.google.com/linux/talkplugin/deb/ stable main
deb
http://packages.linuxmint.com debian import
deb
http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/ ./
deb-src
http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/ ./
# Os repositórios abaixo possuem pacotes para a construção de seu ambiente LAMP.
# Sugeridos pelo site
http://www.vivaolinux.com.br/artigo/Servidor-LAMP-+-PHPMyAdmin-+-Webalizer?pagina=2
deb
http://dotdeb.pimpmylinux.org/ stable all
deb-src
http://dotdeb.pimpmylinux.org/ stable all
# Pacote para instalação do itest
deb
http://ppa.launchpad.net/nagos/ppa/ubuntu karmic main
nano /etc/apt/source.list
Apague tudo e copie/cole o conteúdo acima.
depois faça o seguinte entra na /root/.synaptic/synaptic.conf
e edite synaptic.conf no final da file apague somente DefaultDistro " "; deixa deste jeito
de um reboot e tente abrir seu gerenciador de pacotes ou tente um apt update ...
exemplo
Synaptic "" {
ViewMode "1";
showWelcomeDialog "0";
vpanedPos "828";
hpanedPos "187";
windowWidth "1272";
windowHeight "926";
windowX "0";
windowY "19";
ToolbarState "3";
Maximized "0";
Install-Recommends "1";
LastSearchType "1";
ShowAllPkgInfoInMain "true";
AskRelated "true";
OneClickOnStatusActions "true";
delAction "3";
upgradeType "1";
update "" {
type "2";
last "1515810048";
};
undoStackSize "20";
UseTerminal "true";
AskQuitOnProceed "false";
useUserFont "0";
useUserTerminalFont "0";
statusColumnPos "0";
statusColumnVisible "1";
supportedColumnPos "1";
supportedColumnVisible "1";
nameColumnPos "2";
nameColumnVisible "1";
sectionColumnPos "3";
sectionColumnVisible "1";
componentColumnPos "4";
componentColumnVisible "1";
instVerColumnPos "5";
instVerColumnVisible "1";
availVerColumnPos "6";
availVerColumnVisible "1";
instSizeColumnPos "7";
instSizeColumnVisible "1";
downloadSizeColumnPos "8";
downloadSizeColumnVisible "1";
descrColumnPos "9";
descrColumnVisible "0";
color-install "rgb(138,226,52)";
color-reinstall "rgb(78,154,6)";
color-upgrade "rgb(252,233,79)";
color-downgrade "rgb(173,127,168)";
color-remove "rgb(239,41,41)";
color-purge "rgb(164,0,0)";
color-available "";
color-available-locked "rgb(164,0,0)";
color-installed-updated "";
color-installed-outdated "";
color-installed-locked "rgb(164,0,0)";
color-broken "rgb(239,41,41)";
color-new "";
UseStatusColors "true";
CleanCache "false";
AutoCleanCache "false";
delHistory "3";
useProxy "0";
httpProxy "";
httpProxyPort "3128";
ftpProxy "";
ftpProxyPort "3128";
noProxy "";
DefaultDistro "";
closeZvt "true";
};