Socket
Socket
Sign inDemoInstall

aur

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aur

Archlinux AUR cli


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 02 Aug 2012

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc