Skip to content

Small script for installing packages from AUR - archlinux

License

Notifications You must be signed in to change notification settings

physicalit/pyaur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyaur Build Status Requirements Status GitHub GitHub tag (latest SemVer)

Small script for installing packages from AUR, only for Arch Linux users.

Requirements:

Only click library will be installed when using the install command.

Installation:

Download or clone the repository, unzip it if necessary, then cd in to the directory and run the following command:

sudo ./setup.py install

Usage:

List usage information.

[physicalit@mylaptop pyaur]$ pyaur --help
Usage: pyaur [OPTIONS] COMMAND [ARGS]...

  Search, install, remove and upgrade packages!

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  clone    Clone AUR repositories package name.
  install  Install or upgrade packages (AUR or official repo).
  list     List installed AUR or official repo packages.
  remove   Remove packages
  search   Search for a package.
[physicalit@mylaptop pyaur]$ pyaur install --help
Usage: pyaur install [OPTIONS] [INSTALL]...

  Install or upgrade packages (AUR or official repo).

Options:
  -o      Use official repo
  --yes   Do you want to ask questions? Default: NO
  --help  Show this message and exit.

Features

Function Description
clone Clone specified repository from AUR
install Install/Upgrade package from AUR or official repository
list List installed packages from AUR or official repository
search Search for a packages in AUR or official repository
remove Remove a packages