Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: rpm

22 May

Show Packages from a Group

Show rpm packages of a group software


rpm -qg "System Environment/Daemons"
admin Posted in Command Line, Linux command, filler, group, Linux, package, rpm, software 2 Comments
21 Apr

List Files Provided by Package

Show list of files provided by a rpm package installed


rpm -ql package_name
admin Posted in Command Line, Linux command, file, filler, Linux, list, package, rpm Leave a comment
04 Nov

Update an Installed RPM Package

Upgrade a rpm package only if it is already installed


rpm -F package.rpm
admin Posted in Command Line, Linux command, install, Linux, package, rpm, update Leave a comment
27 Oct

All RPM Packages

Show all rpm packages installed on the system


rpm -qa
admin Posted in Command Line, Linux command, filler, installed, Linux, list, package, rpm Leave a comment
26 Oct

Import RPM Key

Import public-key digital signature


rpm --import /media/cdrom/RPM-GPG-KEY
admin Posted in Command Line, Linux command, filler, import, key, Linux, rpm, signature Leave a comment
18 Oct

RPM Installation without Dependencies

Install a rpm package ignoring dependencies requests


rpm -ivh --nodeeps package.rpm
admin Posted in Command Line, Linux dependencies, dependency, fedora, fille, install, rpm Leave a comment
24 Sep

Verify RPM Package

Verify the integrity of a rpm package


rpm --checksig package.rpm
admin Posted in Command Line, Linux check, checksum, command, fedora, filler, integrity, Linux, package, rpm Leave a comment
21 Sep

Build RPM From RPM Source

Build a rpm package from a rpm source


rpmbuild --rebuild package_name.src.rpm
admin Posted in Command Line, Linux command, filler, Linux, package, rpm, rpmbuild, source Leave a comment
18 Jun

Building an RPM from a Spec File

Use this command to build an RPM if you have a Spec File


rpmbuild -ba SPEC_FILE
admin Posted in Code, Command Line, Linux build, command, fedora, Linux, package, redhat, rpm, rpmbuild Leave a comment
27 Mar

yum localinstall

This will install an RPM, and try to resolve all the dependencies for you using your repositories.


yum localinstall package_name.rpm
admin Posted in Command Line, Linux command, fedora, install, Linux, redhat, rpm, yum Leave a comment

Post navigation

← Older posts

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑