RPM Package Manager (RPM) is a package management system.[2]The name RPM variously refers to the .rpm file format, files in this format,software packaged in such files, and the package manager itself. RPM was intended primarily for GNU/Linux distributions; the file format is the baseline package format of the Linux Standard Base.
rpm -qi : mtools-3.9.8-2.i386.rpm
print package summaryrpm -i : mtools-3.9.8-2.i386.rpm
install packagerpm -ivh : mtools-3.9.8-2.i386.rpm
install, monitor and verify packrpm -q : mtools
verify if pack installedrpm -qa :
list all installed packsrpm -ql : mtools
list all files installed for packrpm -qd : mtools
list pack doc files onlyrpm -e : mtools
erase packagerpm -Uvh : *
upgrade all packs in distribution
No comments:
Post a Comment