TLDR
Enter a command. For example: qm, vgchange, pdbedit, numactl.

createrepo

 
Initializes an RPM repository in the given directory, including all XML and SQLite files. More information: https://manned.org/createrepo.
 
  • Initialize a basic repository in a directory:
     
    createrepo {{path/to/directory}}
     
  • Initialize a repository, exclude test RPMs and display verbose logs:
     
    createrepo -v -x {{test_*.rpm}} {{path/to/directory}}
     
  • Initialize a repository, using SHA1 as the checksum algorithm, and ignoring symbolic links:
     
    createrepo -S -s {{sha1}} {{path/to/directory}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.