LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fresh outta the can noob needs help w/ dependencies, Yum (https://www.linuxquestions.org/questions/linux-newbie-8/fresh-outta-the-can-noob-needs-help-w-dependencies-yum-347658/)

penguinista66 07-28-2005 10:00 AM

Fresh outta the can noob needs help w/ dependencies, Yum
 
Hi,

I've tried reading other threads regarding installs and dependencies. I'm trying to install Amaya and I'm getting dependency problems. How do I resolve them? In the threads I've read, there seems to be something called yum which i can invoke through the terminal to help install/ resolve dependencies, but I need some basics, first.

What is yum?

What is generally the procedure to download/install the files needed to resolve dependency problems?

Is there a "how to" on this anywhere that doesn't read like Chinese Algebraziers?

Thanks,

-Marc

rioguia 07-28-2005 10:55 AM

Yellow dog Updater, Modified
 
yum search your_package_name (will tell you if the package is installed)

yum install your_package_name

yum remove your_package_name

yum update (will update your system)

yum -y update (will totally automate your update)

From the Linux.Duke.edu site:
Yellow dog Updater, Modified
Yum is an automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur to install packages. It makes it easier to maintain groups of machines without having to manually update each one using rpm.

http://linux.duke.edu/projects/yum/


All times are GMT -5. The time now is 12:25 PM.