LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Upgrading packages with Synaptic/apt-get (https://www.linuxquestions.org/questions/linux-software-2/upgrading-packages-with-synaptic-apt-get-221240/)

leecming 08-23-2004 06:03 AM

Upgrading packages with Synaptic/apt-get
 
Hi,

I have apt-get and synaptic on my Fedora Core 2 notebook. I want to install a package that requires libglade-2.4.0 but my system currently has only version 2.3.6 listed in synaptic/apt-get. Is there a manual way to install the latest version?

I have tried downloading the tar source and installing it but the package still gives me the error that it can't find version 2.4.0. Do I have to remove the old version first? Unfortunately, a lot of applications depend on 2.3.6 so I don't see an easy way to remove that.

Need help!

Thanks

darkleaf 08-23-2004 06:55 AM

"apt-get update" to update your package lists. Then run "apt-get upgrade" or if you only want to upgrade a single package "apt-get install (package name)" Your package will be upgraded then

edit looks i misunderstood: Maybe you should try adding other apt sources to your list. I don't know if Suse has the stable/testing/unstable thing as well but if so you might need a more recent source in your sources.list


All times are GMT -5. The time now is 02:44 PM.