RPM/YUM Tips on OS/2-eCS

From OS2World.Com Wiki
Revision as of 15:00, 22 January 2015 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 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