RPM/YUM Tips on OS/2-eCS: Difference between revisions
Jump to navigation
Jump to search
Created page with "This are some RPM/YUM general tips that I need to write somewhere to don't forget them. ==List the Content on the RPM Server== yum list ==Update all the stuff you have in..." |
No edit summary |
||
Line 3: | Line 3: | ||
==List the Content on the RPM Server== | ==List the Content on the RPM Server== | ||
yum list | yum list | ||
or search something more specifically like the "libc" available | |||
yum list libc* | |||
==Update all the stuff you have installed== | ==Update all the stuff you have installed== |
Revision as of 13:01, 22 January 2015
This are some RPM/YUM general tips that I need to write somewhere to don't forget them.
List the Content on the RPM Server
yum list
or search something more specifically like the "libc" available
yum list libc*
Update all the stuff you have installed
yum update
Install YUM/RPM
Sometime RPM did not get automatically updated or installed. You can manually install them again with:
yum install rpm
Installing the Netlabs Experimental Repository
There is other repository for netlabs experimental stuff. You can use it under your risk.
This repository can be installed do doing a:
yum install netlabs-exp
It can also be set manually by creating a file under:
x:\etc\yum\repos.d\netlabs-exp.repo
with content:
[netlabs-exp] name=Netlabs experimental repository $releasever - $basearch baseurl=http://rpm.netlabs.org/experimental/$releasever/$basearch/ enabled=1