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

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

aurvote Command Examples

by admin

aurvote is a command-line tool for interacting with the Arch Linux User Repository (AUR) that allows users to vote for or against packages in the AUR. The AUR is a community-driven repository of user-submitted packages that are not included in the official Arch Linux package repositories. Voting on packages in the AUR helps the Arch Linux community to identify which packages are popular and should be included in the official repositories, and which ones are not well-maintained or should be removed.

For more information on using aurvote, you can consult the aurvote documentation or use the aurvote -h command to view a list of available options and usage examples.

# man aurvote

aurvote Command Examples

1. Interactively create the file ~/.config/aurvote containing your AUR username and password:

# aurvote --configure

2. Vote for one or more AUR packages:

# aurvote {{package1 package2 ...}}

3. Unvote one or more AUR packages:

# aurvote --unvote {{package1 package2 ...}}

4. Check if one or more AUR packages have already been voted:

# aurvote --check {{package1 package2 ...}}

5. Show help for aurvote:

# aurvote --help

Filed Under: Linux

Some more articles you might also be interested in …

  1. ctr Command Examples in Linux
  2. Beginners Guide to MySQL User Management
  3. idle3: command not found
  4. SSHFS (Secure SHell FileSystem) – Securely Mount remote filesystem over ssh
  5. netselect-apt Command Examples in Linux
  6. swapon and swapoff Command Examples in Linux
  7. jq: command not found (JSON CLI Parser)
  8. lynis: command not found
  9. Integrate Linux Servers with Active Directory using Samba, Winbind, and Kerberos
  10. CentOS / RHEL 6,7 : How to configure hugepages

You May Also Like

Primary Sidebar

Recent Posts

  • powertop Command Examples in Linux
  • powertop: command not found
  • powerstat: command not found
  • powerstat Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright