• 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

auracle Command Examples

by admin

auracle is a command-line interface (CLI) tool for managing AUR packages on Arch Linux. It is a fork of the popular pacaur utility and offers a similar set of features, but with a focus on simplicity and ease of use.

With Auracle, you can search for AUR packages, view package details, and install, upgrade, or remove packages. You can also use it to view the list of installed packages, view package dependencies, and check for updates.

auracle Command Examples

1. Search the AUR for a package with the given name:

# auracle search [package name]

2. Install a package from the AUR:

# auracle install [package name]

3. Check for updates to installed AUR packages:

# auracle update

4. Upgrade all installed AUR packages to their latest versions:

# auracle upgrade

5. Remove an AUR package from the system:

# auracle remove [package name]

6. Display AUR packages that match a regular expression:

# auracle search '{{regular_expression}}'

7. Display package information for a space-separated list of AUR packages:

# auracle info {{package1}} {{package2}}

8. Display the PKGBUILD file (build information) for a space-separated list of AUR packages:

# auracle show {{package1}} {{package2}}

9. Display updates for installed AUR packages:

# auracle outdated

Filed Under: Linux

Some more articles you might also be interested in …

  1. Red Hat / CentOS : How to create interface / NIC bonding
  2. UNIX / Linux : What Is a Shell? What are different Shells?
  3. rolldice Command Examples in Linux
  4. apt-add-repository Command Examples
  5. gist: Upload code to https://gist.github.com
  6. CentOS / RHEL : How to Recover from deleted /etc/passwd file
  7. slapt-src: command not found
  8. filefrag: command not found
  9. corepack: Zero-runtime-dependency package acting as bridge between Node projects and their package managers
  10. Ngrok how to share localhost to world

You May Also Like

Primary Sidebar

Recent Posts

  • “glab alias” Command Examples
  • gixy Command Examples
  • gitsome Command Examples
  • gitmoji Command Examples

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright