Skip to content

reikolul/aur-package-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

AUR Package Manager

This is a simple command-line tool for managing packages from the Arch User Repository (AUR) on Arch Linux.

Installation

  1. Make sure you have Git installed. If not, run the following command to install it:
sudo pacman -S git
  1. Clone this repository:
git clone https://github.com/coronux/aur-package-manager.git
  1. Change to the cloned directory:
cd aur-package-manager
  1. Compile the program:
gcc -o aur main.c

Usage

./aur [-i|-r] package_name

Options

  • -i: Install a package from the AUR.
  • -r: Remove a package installed from the AUR.

Example

To install a package from the AUR:

./aur -i package_name

To remove a package installed from the AUR:

./aur -r package_name

Requirements

  • Arch Linux
  • Git
  • GCC (GNU Compiler Collection)

License

This project is licensed under the MIT License. See the LICENSE file for more information.


Made with ❤️ by Coronux

About

The AUR Package Manager is a lightweight command-line tool designed for managing packages from the Arch User Repository (AUR) on Arch Linux. The AUR is a community-driven repository that hosts user-contributed packages not available in the official Arch Linux repositories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages