All Projects → AladW → Aurutils

AladW / Aurutils

Licence: isc
Helper tools for the AUR.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Aurutils

Yay
Yet another Yogurt - An AUR Helper written in Go
Stars: ✭ 7,100 (+921.58%)
Mutual labels:  archlinux, pacman, aur
Octopi
A powerful Pacman (Package Manager) front end using Qt libs
Stars: ✭ 331 (-52.37%)
Mutual labels:  archlinux, pacman, aur
Pacback
Advanced Version Control for Arch Linux
Stars: ✭ 146 (-78.99%)
Mutual labels:  archlinux, pacman, aur
Trizen
Lightweight AUR Package Manager
Stars: ✭ 696 (+0.14%)
Mutual labels:  archlinux, pacman, aur
Pacaur
[unmaintained] An AUR helper that minimizes user interaction
Stars: ✭ 818 (+17.7%)
Mutual labels:  archlinux, pacman, aur
Cylon
A CLI TUI menu driven bash shell script supporting updates, maintenance, backups and system checks for an Arch based Linux distro
Stars: ✭ 121 (-82.59%)
Mutual labels:  archlinux, pacman, aur
Ansible Aur
Ansible module to manage packages from the AUR
Stars: ✭ 149 (-78.56%)
Mutual labels:  archlinux, pacman, aur
milcheck
Display the status of your pacman mirrorlist and the Arch Linux lastest news right in your terminal
Stars: ✭ 18 (-97.41%)
Mutual labels:  archlinux, pacman
toolbox
Unified kit with all the scripts required for maintaining the repository 🧰
Stars: ✭ 60 (-91.37%)
Mutual labels:  aur, archlinux
pkgstats-cli
pkgstats client
Stars: ✭ 17 (-97.55%)
Mutual labels:  archlinux, pacman
arch-pkgs
Management repo for my Arch Linux systems. Mirror of https://gitlab.com/mdaffin/arch-pkgs
Stars: ✭ 79 (-88.63%)
Mutual labels:  aur, archlinux
paclabel
A tiny pacman wrapper that makes possible to attach labels to packages.
Stars: ✭ 16 (-97.7%)
Mutual labels:  archlinux, pacman
pacwatch
A pacman wrapper which helps you watch important package updates.
Stars: ✭ 24 (-96.55%)
Mutual labels:  archlinux, pacman
gitkraken
Arch User Repository Gitkraken
Stars: ✭ 113 (-83.74%)
Mutual labels:  aur, archlinux
Pacwall
A live wallpaper that shows the dependency graph and status of installed packages.
Stars: ✭ 412 (-40.72%)
Mutual labels:  archlinux, pacman
alpm.rs
Rust bindings for libalpm
Stars: ✭ 76 (-89.06%)
Mutual labels:  archlinux, pacman
aurblobs
Automatically create binary repositories from AUR packages
Stars: ✭ 14 (-97.99%)
Mutual labels:  aur, archlinux
cargo-aur
Prepare Rust projects to be released on the Arch Linux User Repository
Stars: ✭ 49 (-92.95%)
Mutual labels:  aur, archlinux
pacman-for-termux
Special configured pacman for termux.
Stars: ✭ 24 (-96.55%)
Mutual labels:  archlinux, pacman
pyalpm
Python 3 bindings for libalpm (read-only mirror)
Stars: ✭ 50 (-92.81%)
Mutual labels:  archlinux, pacman

SYNOPSIS

logo

aurutils is a collection of scripts to automate usage of the Arch User Repository, with different tasks such as package searching, update checks, or computing dependencies kept separate.

The chosen approach for managing packages is local pacman repositories, rather than foreign (installed by pacman -U) packages.

INSTALLATION

Install one of the following packages:

Upgrade notices are posted to the Arch forums. (RSS)

SIGNATURES

Release archives are signed with signify with the following public keys:

  • RWQawitEue1JU2SxUyRD8LXP8m36QsbaHOkKfvZBfhj00EXBYiDZilp0 for 2.3.x;
  • RWQcfDbvctqX5i5yNDNqu607LC7mKArHMsq7ziT8ynx9bQwj5m5ZpMJY for 3.0.x;
  • RWSiKm8qeKjPfppkN7lm/N4qENa3Racl7DRMfWK4JQS7bl2i/NuI3ZZG for 3.1.x;

The above keys are also published on ArchWiki.

A release archive can be verified with the following command:

signify -V -p aurutils.pub -m <version>.tar.gz

USAGE

Documentation is included as groff manuals. aur(1) contains a general overview, instructions on creating a local repository, and several examples.

VERSIONING

Code changes
Major changes Result in a bump of major version (x.0.0). Upgrades to a new major version may require a rewrite of interfacing software, or significant changes in workflow.
Minor changes (incompatible) Result in a bump of minor version (x.y.0). Typically used when application names or command-line options change in a minor way.
Minor changes (compatible) Result in a bump of maintenance version (x.y.z). Typically used for bug fixes or new, compatible features.

TROUBLESHOOTING

See ISSUE_TEMPLATE.md. For informal discussion, see the #aurutils channel on freenode.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].