Socket
Socket
Sign inDemoInstall

aur

Package Overview
Dependencies
238
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aur

Archlinux AUR cli


Version published
Maintainers
1
Created

Readme

Source

ArchLinux AUR helper

A CLI to call ArchLinux AUR services.

AUR info

Usage: ./bin/aur-info packageName

Options:

-s, --selector [default: ""]

Exemple:

$ ./bin/aur-info nodejs-npm
{ Maintainer: 'neokuno',
  ID: '43626',
  Name: 'nodejs-npm',
  Version: '1.0.104-1',
  CategoryID: '3',
  Description: 'a package manager for node',
  URL: 'http://npmjs.org/',
  License: 'MIT',
  NumVotes: '151',
  OutOfDate: '0',
  FirstSubmitted: '1289874396',
  LastModified: '1320540926',
  URLPath: '/packages/no/nodejs-npm/nodejs-npm.tar.gz' }

You can also use selectors in your query:

./bin/aur-info nodejs-npm --selector Version
1.0.104-1

AUR publish

Usage: node ./bin/aur-publish

Options:

-f, --file [required]

-c, --category [required] [default: "system"]

-u, --user [default: ""]

-p, --password [default: ""]

Exemple:

./bin/aur-publish -f nodejs-express-2.5.0-1.src.tar.gz -c devel -u USERNALE -p PASSWORD

Valid categories are :

  • daemons
  • devel
  • editors
  • emulators
  • games
  • gnome
  • i18n
  • kde
  • lib
  • modules
  • multimedia
  • network
  • office
  • science
  • system
  • x11
  • xfce
  • kernels

FAQs

Last updated on 26 Nov 2011

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc