|
|
Use of yum command - Linux
|
Views : 880
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
We can install any apllication/package online in linux using yum command
yum stands for Yellow dog Updater, Modified (YUM).
It is a free software/open source command line package management utility for RPM-compatible Linux operating systems. It was developed by Seth Vidal and a group of volunteer programmers
Procedure to install a package/application
a) Internet should be connected
b) Go to terminal
c) Login as root
d) Just use yum command as 'yum install <package/application>'
e.g: to install lynx
>yum install lynx
This will download and install lynx. As for as I know I have used it in redhat, ubuntu and fedora and it worked to perfection.
|
|
By Nirmala, On - 2008-03-10 |
|
|
|