• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

paru Command Examples in Linux

by Deepika

“paru” is a package manager tool for Arch Linux and its derivatives, such as Manjaro. It is designed to work with the Arch User Repository (AUR), which is a community-driven repository of user-contributed packages.

“paru” acts as both an AUR helper and a pacman wrapper, meaning it can both install packages from the AUR and manage packages installed from the official repositories. As an AUR helper, “paru” automates the process of downloading, compiling, and installing packages from the AUR, making it easier for users to install and manage packages from this repository. As a pacman wrapper, “paru” provides a simplified interface for interacting with pacman, Arch Linux’s package manager, allowing users to perform common tasks such as updating, searching, and removing packages, with a few simple commands.

“paru” is designed to be easy to use, providing users with an intuitive and user-friendly interface for managing packages on Arch Linux-based systems. Additionally, “paru” offers features such as searching for packages by name or description, displaying package information, and keeping track of updates, making it a powerful tool for managing packages on Arch Linux.

paru Command Examples

1. Interactively search for and install a package:

# paru {{package_name_or_search_term}}

2. Synchronize and update all packages:

# paru

3. Upgrade AUR packages:

# paru -Sua

4. Get information about a package:

# paru -Si {{package_name}}

5. Download PKGBUILD and other package source files from the AUR or ABS:

# paru --getpkgbuild {{package_name}}

6. Display the PKGBUILD file of a package:

# paru --getpkgbuild --print {{package_name}}

Filed Under: Linux

Some more articles you might also be interested in …

  1. xargs Command Examples in Linux
  2. clang++: Compiles C++ source files
  3. macchanger: command not found
  4. How to disable avahi-daemon service in CentOS/RHEL
  5. Linux / UNIX : How to create extended partition using fdisk
  6. swapoff: command not found
  7. aa-enforce: command not found
  8. Difference between absolute and relative paths in Linux
  9. CentOS / RHEL : How to adjust the telnet timeout (and how to disable it)
  10. How to verify if NX/XD is Enabled or Disabled in CentOS/RHEL 7 and 8

You May Also Like

Primary Sidebar

Recent Posts

  • gml2gv Command Examples
  • glow Command Examples
  • glib-compile-resources Command Examples
  • glances Command Examples

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright