Software >> OS >> Unix >> Linux >> RHEL >> How to install .rpm package

1. Test the install first # rpm --install --test -vv <path><rpmfile> eg. # rpm --install --test -vv /disk2/downloads/activeperl629.rpm 2. Install with # rpm --install -vv <path><rpmfile>