Quote:
|
Originally Posted by geekman
If the package were discontinued I wouldn't think it would find it then try to install it, only to not find the URL. I would try running apt-get update if it still tries to install then obvious it's not meant to be discontinued and is probably broken some how at that repository server. Also, try seeing if using another set of sources and see if it works with them. You could always just search for the package name it's trying to find on google and install that manually with dpkg -i <file>. Or even compile it from the source code.
A quick search and I think I found the package you want...
http://ftp.interlegis.gov.br/pub/ubu...10-22_i386.deb
Just fetch that with wget and use dpkg, could have dependencies though 
On second though, dpkg should handle those dependencies...I think, I can't remember exactly.
Thanks.
|
I tried to install with dpkg -i <file> but there comes the dependencies problem. Below you will find the output.
First i tried to install proftpd-mysl
dpkg -i proftpd-mysql_1.2.10-22_i386.deb
(Reading database ... 27968 files and directories currently installed.)
Preparing to replace proftpd-mysql 1.2.10-22 (using proftpd-mysql_1.2.10-22_i386.deb) ...
Unpacking replacement proftpd-mysql ...
dpkg: dependency problems prevent configuration of proftpd-mysql:
proftpd-mysql depends on proftpd-common (= 1.2.10-22); however:
Package proftpd-common is not configured yet.
dpkg: error processing proftpd-mysql (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
proftpd-mysql
After that i downloaded proftpd-common
dpkg -i proftpd-common_1.2.10-22_i386.deb
(Reading database ... 27968 files and directories currently installed.)
Preparing to replace proftpd-common 1.2.10-22 (using proftpd-common_1.2.10-22_i386.deb) ...
Unpacking replacement proftpd-common ...
dpkg: dependency problems prevent configuration of proftpd-common:
proftpd-common depends on proftpd | proftpd-mysql | proftpd-pgsql | proftpd-ldap; however:
Package proftpd is not installed.
Package proftpd-mysql is not configured yet.
Package proftpd-pgsql is not installed.
Package proftpd-ldap is not installed.
dpkg: error processing proftpd-common (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
proftpd-common
I downloaded all the packages dpkg is asking for, is there a way to install them all in one time or do i have to do it on another way?
Please advise.
Recent comments
1 day 18 hours ago
2 days 2 hours ago
2 days 5 hours ago
2 days 7 hours ago
2 days 8 hours ago
2 days 10 hours ago
2 days 11 hours ago
2 days 12 hours ago
3 days 4 hours ago
3 days 5 hours ago