LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   "packages not found" ERROR (https://www.linuxquestions.org/questions/linux-software-2/packages-not-found-error-47395/)

alexrm1x 02-27-2003 08:06 AM

"packages not found" ERROR
 
Hi there,

I'm installing (using the Add/Remove packages) the Development Tools.
When I select anything (or even nothing) to install and press "Upgrade", I get the error:

Packages not found.
The following packages could not be found on your system. Installation can not continue until they are installed.

Unlocatable package:
cyrus-sasl = 2.1.7-2
Required by:
cyrus-sasl-devel

Unlocatable package:
krb5-libs = 1.2.5-6
Required by:
krb5-devel

How can I solve this problem?

Thanks in advance,


alexrm1x

ghight 02-27-2003 01:41 PM

Find them on the CD's and install them. If the GUI can't install them then use "rpm -U <pkg_name>" on the command line.

ALso, run "rpm -qa | grep cyrus*" or "rpm -qa | grep krb5-libs*" to see if they are installed. If so, compare the version numbers to make sure yours are the same as the CD requires.

Proud 02-27-2003 01:47 PM

Is there an option to tell your package manager to automatically try and install depended packages too? Saves having to install that list of them from CD first, then what you were originally going to install. :)


All times are GMT -5. The time now is 05:35 AM.