Lamp Help
 
    RPM | SRPM | Source | Home    
     
     RPM    
   

To install RPM packages, download the file then type at shell prompt:
rpm -Uvh / where/ you/ downloaded/ it/ programname-version-release.arch.rpm
to install or upgrade. Type:
rpm -e programname
to uninstall it.

   
     SRPM    
   

Type at shell prompt:
rpm --recompile / where/ you/ downloaded/ it/ programname-release.src.rpm
to recompile and build the RPM package.

   
     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  
Hosted by www.Geocities.ws

1