Results 1 to 4 of 4
i'm using ubuntu gutsy 7.10
i try to follow the manual from this site...however, some error occured
http://ubuntu.wordpress.com/2005/09/...g-an-rpm-file/
Code:
$sudo apt-get update
Code:
Ign http://blueeyedcreature.net ./ Packages
Hit http://blueeyedcreature.net ./ ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-29-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 12
Ubuntu Alien - installation problems
i'm using ubuntu gutsy 7.10
i try to follow the manual from this site...however, some error occured
http://ubuntu.wordpress.com/2005/09/...g-an-rpm-file/
Code:$sudo apt-get update
Code:Ign http://blueeyedcreature.net ./ Packages Hit http://blueeyedcreature.net ./ Packages Fetched 21.9kB in 14s (1476B/s) Failed to fetch http://medibuntu.sos-sts.com/repo/di...86/Packages.gz 404 Not Found Failed to fetch http://medibuntu.sos-sts.com/repo/di...86/Packages.gz 404 Not Found Failed to fetch http://medibuntu.sos-sts.com/repo/di...rce/Sources.gz 404 Not Found Failed to fetch http://medibuntu.sos-sts.com/repo/di...rce/Sources.gz 404 Not Found Reading package lists... Done W: GPG error: http://wine.budgetdedicated.com dapper Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 58403026387EE263 W: GPG error: http://www.getautomatix.com dapper Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CC919A31E23C5FC3 W: You may want to run apt-get update to correct these problems E: Some index files failed to download, they have been ignored, or old ones used instead.
here is my /etc/apt/sources.list fileCode:ntxploits@ntxploits-desktop:~$ sudo apt-get install alien Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: alien: Depends: debhelper (>= 3) but it is not going to be installed dpkg: Breaks: dpkg-dev (< 1.14.0) but 1.13.11ubuntu7 is to be installed E: Broken packages
what should i do to rectify this problem. thanksCode:# Automatically generated sources.list # http://www.ubuntu-nl.org/source-o-matic/ # # If you get GPG errors with this sources.list, locate the GPG key in # this file and run these commands (where KEY is replaced with that key) # # gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY # gpg --export --armor KEY | sudo apt-key add - # Ubuntu supported packages # GPG key: 437D05B5 deb http://us.archive.ubuntu.com/ubuntu dapper main restricted deb http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted deb http://security.ubuntu.com/ubuntu dapper-security main restricted deb-src http://us.archive.ubuntu.com/ubuntu dapper main restricted deb-src http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted # Ubuntu community supported packages # GPG key: 437D05B5 deb http://us.archive.ubuntu.com/ubuntu dapper universe multiverse deb http://us.archive.ubuntu.com/ubuntu dapper-updates universe multiverse deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu dapper universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu dapper-updates universe multiverse deb-src http://security.ubuntu.com/ubuntu dapper-security universe multiverse # Ubuntu backports project # GPG key: 437D05B5 deb http://us.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse # Upstream Wine deb http://wine.budgetdedicated.com/apt dapper main deb-src http://wine.budgetdedicated.com/apt dapper main # Medibuntu multimedia packages # GPG key: 0C5A2783 deb http://medibuntu.sos-sts.com/repo/ dapper free non-free deb-src http://medibuntu.sos-sts.com/repo/ dapper free non-free # Canonical Commercial packages # GPG key: 437D05B5 deb http://archive.canonical.com dapper-commercial main deb-src http://archive.canonical.com dapper-commercial main #ubuntu-lite Packages deb http://blueeyedcreature.net/ubuntu ./ #swiftfox deb http://getswiftfox.com/builds/debian unstable non-free deb http://www.getautomatix.com/apt dapper main #AUTOMATIX REPOS START deb http://archive.canonical.com/ubuntu dapper-commercial main deb http://archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse #AUTOMATIX REPOS END
- 12-29-2007 #2
You have Gutsy but your sources.list file has sources for Dapper.
Generate a new sources.list file from here. Save file on Desktop and assign new_source name to it. Open Terminal and execute this
Code:cd /etc/apt sudo mv sources.list sources.bak sudo mv ~/Desktop/new_source sources.list
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-29-2007 #3Just Joined!
- Join Date
- May 2007
- Posts
- 12
thanks a lot. now it's working
- 12-29-2007 #4
Glad to help you ntxploits !
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
