Forrest logo
back to context overview

makepkg

List of commands for makepkg:

  • makepkg:tldr:16c4f makepkg: Make a package, install its dependencies then install it to the system.
    $ makepkg --syncdeps --install
    try on your machine
    explain this command
  • makepkg:tldr:60bb0 makepkg: Generate and save the source information into `.SRCINFO`.
    $ makepkg --printsrcinfo > .SRCINFO
    try on your machine
    explain this command
  • makepkg:tldr:7a823 makepkg: Make a package, but skip checking the source's hashes.
    $ makepkg --skipchecksums
    try on your machine
    explain this command
  • makepkg:tldr:9e9ee makepkg: Make a package and install its dependencies.
    $ makepkg --syncdeps
    try on your machine
    explain this command
  • makepkg:tldr:ae599 makepkg: Verify the hashes of the sources.
    $ makepkg --verifysource
    try on your machine
    explain this command
  • makepkg:tldr:b5814 makepkg: Make a package.
    $ makepkg
    try on your machine
    explain this command
  • makepkg:tldr:f9acc makepkg: Clean up work directories after a successful build.
    $ makepkg --clean
    try on your machine
    explain this command
back to context overview