Pario TechnoBlob
About
Posts
Tag: rpm
rpm command cheatsheet
This is a simple cheatsheet for the rpm command and can be used on systems like RedHat that uses the command Syntax <th> <strong>Description</strong>...
List rpm package content
To list the contents of a package just run the command # rpm -ql packagename Example # rpm -ql nmap /usr/bin/nmap /usr/share/doc/nmap-3.70 /usr/share/doc/nmap-3.70/COPYING...
Upgrade from Fedora Core 7 to Core 8
This is the steps I took to upgrade a running Fedora Core 7 installation to Core 8 using yum from the command line. Please note that live upgrades are not recommended by the...
Query RPM database/packages and list their architecture
If you use the –queryformat argument with rpm it is possible to query RPMs for different architectures installed# rpm -qa --queryformat %{NAME}-%{VERSION}-%{ARCH}\n | grep...
««
«
1
2
»
»»