Any clue on what I should do to solve this?
It mentions some dpkg errors ( I did google a ton).

Appreciate






sudo dpkg --clear-avail && sudo apt-g
[sudo] password for elvis1:
sudo: apt-g: command not found
elvis1@elvis1-desktop ~ $ sudo dpkg --clear-avail && sudo apt-get update
Get:1 http://dl.google.com stable Release.gpg [189B]
Ign http://dl.google.com/linux/deb/ stable/non-free Translation-en_US
Get:2 http://linux.dropbox.com lucid Release.gpg [489B]
Ign http://linux.dropbox.com/ubuntu/ lucid/main Translation-en_US
Hit http://ppa.launchpad.net lucid Release.gpg
Ign http://ppa.launchpad.net/breathe-dev/ppa/ubuntu/ lucid/main Translation-en_US
Get:3 http://ppa.launchpad.net lucid Release.gpg [316B]
;;;;
t http://ar.archive.ubuntu.com lucid-backports/restricted Sources
Hit http://ar.archive.ubuntu.com lucid-backports/universe Sources
Hit http://ar.archive.ubuntu.com lucid-backports/multiverse Sources
Fetched 1,675kB in 21s (76.8kB/s)
W: Failed to fetch http://ppa.launchpad.net/sparkers/ppa/ubuntu/dists/lucid/main/binary-i386/Packages.gz 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/sparkers/ppa/ubuntu/dists/lucid/main/source/Sources.gz 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead.
Seems Like I must have some repo issues. right?




cat sources.list
#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################
###### Ubuntu Main Repos
# deb http://ar.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
# deb-src http://ar.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
###### Ubuntu Update Repos
deb http://ar.archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb http://ar.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://ar.archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
deb http://ar.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu lucid partner
deb-src http://archive.canonical.com/ubuntu lucid partner
##############################################################
##################### UNOFFICIAL REPOS ######################
##############################################################
###### 3rd Party Binary Repos
#### Breathe Icon Set - https://edge.launchpad.net/~breathe-dev/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 45FFBBBA
# deb http://ppa.launchpad.net/breathe-dev/ppa/ubuntu lucid main
#### Cairo Dock - http://www.glx-dock.org
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
# deb http://ppa.launchpad.net/cairo-dock-team/weekly/ubuntu lucid main
#### Chromium Project - http://code.google.com/chromium/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
# deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
#### Dropbox - https://www.dropbox.com/
## Run this command: sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
deb http://linux.dropbox.com/ubuntu lucid main
#### FBReader - http://www.fbreader.org/desktop/
## Run this command: http://www.fbreader.org/desktop/debian/ ... er.org.asc -O- | sudo apt-key add -
deb http://www.fbreader.org/desktop/debian stable main
#### GetDeb - http://www.getdeb.net
## Run this command: wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
deb http://archive.getdeb.net/ubuntu lucid-getdeb apps
#### Google Linux Software Repositories - http://www.google.com/linuxrepositories/index.html
## Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
deb http://dl.google.com/linux/deb/ stable non-free
#### Google Linux Software Repositories (testing) - http://www.google.com/linuxrepositories/index.html
## Run this command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
deb http://dl.google.com/linux/deb/ testing non-free
#### Wine - https://launchpad.net/~ubuntu-wine/+archive/ppa/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0
# deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu lucid main
####### 3rd Party Source Repos
#### Breathe Icon Set (Source) - https://edge.launchpad.net/~breathe-dev/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 45FFBBBA
# deb-src http://ppa.launchpad.net/breathe-dev/ppa/ubuntu lucid main
#### Chromium Project (Source) - http://code.google.com/chromium/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
# deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
#### Dropbox (Source) - https://www.dropbox.com/
## Run this command: sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
# deb-src http://linux.dropbox.com/ubuntu lucid main
#### FBReader (Source) - http://www.fbreader.org/desktop/
## Run this command: http://www.fbreader.org/desktop/debian/ ... er.org.asc -O- | sudo apt-key add -
# deb-src http://www.fbreader.org/desktop/debian stable main
#### Wine (Source) - https://launchpad.net/~ubuntu-wine/+archive/ppa/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0
# deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu lucid main
deb http://packages.linuxmint.com/ isadora main upstream import backport romeo
# deb http://ppa.launchpad.net/sparkers/ppa/ubuntu lucid main
# deb-src http://ppa.launchpad.net/sparkers/ppa/ubuntu lucid main

Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 45FFBBBA






sudo apt-get -f installsudo su
aptitude update
aptitude keep-all
aptitude full-upgrade



I ve not tried the ppa fix as Ive not understood how to do it.



cat /etc/apt/sources.list
#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################
###### Ubuntu Main Repos
# deb http://ar.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
# deb-src http://ar.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
###### Ubuntu Update Repos
deb http://ar.archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb http://ar.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://ar.archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
deb http://ar.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu lucid partner
deb-src http://archive.canonical.com/ubuntu lucid partner
##############################################################
##################### UNOFFICIAL REPOS ######################
##############################################################
###### 3rd Party Binary Repos
#### Breathe Icon Set - https://edge.launchpad.net/~breathe-dev/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 45FFBBBA
# deb http://ppa.launchpad.net/breathe-dev/ppa/ubuntu lucid main
#### Cairo Dock - http://www.glx-dock.org
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
# deb http://ppa.launchpad.net/cairo-dock-team/weekly/ubuntu lucid main
#### Chromium Project - http://code.google.com/chromium/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
# deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
#### Dropbox - https://www.dropbox.com/
## Run this command: sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
deb http://linux.dropbox.com/ubuntu lucid main
#### FBReader - http://www.fbreader.org/desktop/
## Run this command: http://www.fbreader.org/desktop/debian/ ... er.org.asc -O- | sudo apt-key add -
deb http://www.fbreader.org/desktop/debian stable main
#### GetDeb - http://www.getdeb.net
## Run this command: wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
deb http://archive.getdeb.net/ubuntu lucid-getdeb apps
#### Google Linux Software Repositories - http://www.google.com/linuxrepositories/index.html
## Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
deb http://dl.google.com/linux/deb/ stable non-free
#### Google Linux Software Repositories (testing) - http://www.google.com/linuxrepositories/index.html
## Run this command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
deb http://dl.google.com/linux/deb/ testing non-free
#### Wine - https://launchpad.net/~ubuntu-wine/+archive/ppa/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0
# deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu lucid main
####### 3rd Party Source Repos
#### Breathe Icon Set (Source) - https://edge.launchpad.net/~breathe-dev/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 45FFBBBA
# deb-src http://ppa.launchpad.net/breathe-dev/ppa/ubuntu lucid main
#### Chromium Project (Source) - http://code.google.com/chromium/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
# deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
#### Dropbox (Source) - https://www.dropbox.com/
## Run this command: sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
# deb-src http://linux.dropbox.com/ubuntu lucid main
#### FBReader (Source) - http://www.fbreader.org/desktop/
## Run this command: http://www.fbreader.org/desktop/debian/ ... er.org.asc -O- | sudo apt-key add -
# deb-src http://www.fbreader.org/desktop/debian stable main
#### Wine (Source) - https://launchpad.net/~ubuntu-wine/+archive/ppa/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0
# deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu lucid main
deb http://packages.linuxmint.com/ isadora main upstream import backport romeo
# deb http://ppa.launchpad.net/sparkers/ppa/ubuntu lucid main
# deb-src http://ppa.launchpad.net/sparkers/ppa/ubuntu lucid main
cat /etc/apt/sources.list
#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################
###### Ubuntu Main Repos
# deb http://ar.archive.ubuntu.com/ubuntu/ maverick main restricted universe multiverse
# deb-src http://ar.archive.ubuntu.com/ubuntu/ maverick main restricted universe multiverse
###### Ubuntu Update Repos
deb http://ar.archive.ubuntu.com/ubuntu/ maverick-security main restricted universe multiverse
deb http://ar.archive.ubuntu.com/ubuntu/ maverick-updates main restricted universe multiverse
deb http://ar.archive.ubuntu.com/ubuntu/ maverick-proposed main restricted universe multiverse
deb http://ar.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ maverick-proposed main restricted universe multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu maverick partner
deb-src http://archive.canonical.com/ubuntu maverick partner
##############################################################
##################### UNOFFICIAL REPOS ######################
##############################################################
###### 3rd Party Binary Repos
#### Breathe Icon Set - https://edge.launchpad.net/~breathe-dev/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 45FFBBBA
# deb http://ppa.launchpad.net/breathe-dev/ppa/ubuntu maverick main
#### Cairo Dock - http://www.glx-dock.org
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
# deb http://ppa.launchpad.net/cairo-dock-team/weekly/ubuntu maverick main
#### Chromium Project - http://code.google.com/chromium/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
# deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu maverick main
#### Dropbox - https://www.dropbox.com/
## Run this command: sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
deb http://linux.dropbox.com/ubuntu maverick main
#### FBReader - http://www.fbreader.org/desktop/
## Run this command: http://www.fbreader.org/desktop/debian/ ... er.org.asc -O- | sudo apt-key add -
deb http://www.fbreader.org/desktop/debian stable main
#### GetDeb - http://www.getdeb.net
## Run this command: wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
deb http://archive.getdeb.net/ubuntu maverick-getdeb apps
#### Google Linux Software Repositories - http://www.google.com/linuxrepositories/index.html
## Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
deb http://dl.google.com/linux/deb/ stable non-free
#### Google Linux Software Repositories (testing) - http://www.google.com/linuxrepositories/index.html
## Run this command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
deb http://dl.google.com/linux/deb/ testing non-free
#### Wine - https://launchpad.net/~ubuntu-wine/+archive/ppa/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0
# deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu maverick main
####### 3rd Party Source Repos
#### Breathe Icon Set (Source) - https://edge.launchpad.net/~breathe-dev/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 45FFBBBA
# deb-src http://ppa.launchpad.net/breathe-dev/ppa/ubuntu maverick main
#### Chromium Project (Source) - http://code.google.com/chromium/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
# deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu maverick main
#### Dropbox (Source) - https://www.dropbox.com/
## Run this command: sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
# deb-src http://linux.dropbox.com/ubuntu maverick main
#### FBReader (Source) - http://www.fbreader.org/desktop/
## Run this command: http://www.fbreader.org/desktop/debian/ ... er.org.asc -O- | sudo apt-key add -
# deb-src http://www.fbreader.org/desktop/debian stable main
#### Wine (Source) - https://launchpad.net/~ubuntu-wine/+archive/ppa/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0
# deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu maverick main
deb http://packages.linuxmint.com/ isadora main upstream import backport romeo
# deb http://ppa.launchpad.net/sparkers/ppa/ubuntu maverick main
# deb-src http://ppa.launchpad.net/sparkers/ppa/ubuntu maverick main






sudo dpkg -i xxxxxx.deb



http://pastebin.com/6mktifwx
uname -a i686 GNU/Linux



Users browsing this forum: No registered users and 3 guests