Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: package

06 Jul

Install Package List

Install a list of packages from a text file.


cat packages.txt | xargs apt-get install
admin Posted in Command Line, Linux command, file, install, Linux, list, package, text Leave a comment
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
06 Mar

Download Deb Files Using apt-get

If you want to download the deb files without installing them, use the following command. The downloaded file will be at /var/cache/apt/archives . Needless to say, this works only on Debian based distros – like Ubuntu, Kubuntu, etc


apt-get -d install PACKAGE-NAME
admin Posted in Command Line, Linux apt, apt-get, command, deb, debian, download, Linux, package, ubuntu 2 Comments
10 Nov

Search Debian Package

Show all deb packages with the name “httpd”


dpkg -l | grep httpd
admin Posted in Command Line, Linux command, debian, dpkg, filler, Linux, package, search 2 Comments
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
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

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
↑