Skip to content

Install arch packages from AUR, Arch, and pacman repositories with one script.

Notifications You must be signed in to change notification settings

SuspiciousDuck/aurinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

aurinstall

This is a program to automate installing things on an Arch system. I was frustrated having to manually install things that were not on pacman when installing things like ffmpeg-full. With this, it is completely automated! There are likely plenty bugs with this, as it's just a small side project and I have only tested this on my machine.
update: I made this before I found out that yay exists

Usage

To install, just download the zip folder and unzip it with a program of your choice.
Next, run the main.py file in the folder with arguments.
The available options are --uninstall and --install.
For example, you'd run python main.py --install ffmpeg.
Hopefully, if all goes well, it should properly install.
Although this was made with the intent to automate, you may have to enter the root password, or choose to remove a conflicting package.
Remember, at any point, you can press Ctrl+C to cancel.

About

Install arch packages from AUR, Arch, and pacman repositories with one script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages