-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
26 lines (20 loc) · 941 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
blah: bevan's lightweight aur helper
Stupid aur helper I wrote in an hour or two in Python. Provides apt-like commands for installing and removing.
Depends on:
- python
- python-click
- python-aur
- the main project is broken and has been pronounced dead; this fork by arcan1s should fix it: https://github.com/arcan1s/aur
- setuptools
- git
- sudo
Don't use this unless you really like this - use an alternative like paru or yay
Install with 'python setup.py install'
Commands:
'blah install PACKAGE1 PACKAGE2 ETC' - installs the package or packages
'blah remove PACKAGE1 PACKAGE2 ETC' - removes the package or packages
'blah search PACKAGE' - searches for the package
'blah update PACKAGE1 PACKAGE2 ETC' - updates the package
'blah update' - updates all packages installed
'blah list' - prints out a list of all installed packages
All AUR packages are built in ~/aur