Results 1 to 3 of 3
hi,
im trying to install a program it cannot install because it needs certain files like libc6 en libgcc9,
now in the package manager i cant find this files or ...
- 11-20-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 1
kpackage manager
hi,
im trying to install a program it cannot install because it needs certain files like libc6 en libgcc9,
now in the package manager i cant find this files or they are old versions.
how can i find this files? should i change my sources.list file?
i made a text file whit the output of my installation an the sources.list file
how do i get this files - nopaste.com (beta)
i hope you guys can help me out.
- 11-23-2007 #2
Try running
Code:apt-get -f install
Brilliant Mediocrity - Making Failure Look Good
- 11-26-2007 #3Just Joined!
- Join Date
- Nov 2007
- Posts
- 4
i think you're trying to install a package made for a different branch of debian (you're currently using the stable branch (etch currently) as indicated by your sources.list where things tend to get outdated regularly. if you can't find a version of the package made for debain stable, you should upgrade to testing (long download, change all the etch in your sources.list to testing and run apt-get update then apt-get dist-upgrade) , which is more frequently updated and probabily has the required versions.


Reply With Quote
