|
||||||
| RPM | SRPM | Source | Home | ||||||
| RPM | ||||||
|
To install RPM packages, download the file then type at shell prompt: |
||||||
| SRPM | ||||||
|
Type at shell prompt: |
||||||
| Source | ||||||
|
Compiling from source differs a lot from program to program. Generally the following can be done: tar -xzf / where/ you/ downloaded/ it/ programname-version.tar.gz cd programname-version ./configure (not needed in some cases) make make install Try make uninstall to uninstall. |
||||||
| 2002.01.06 |