Compare commits

...

4 Commits
v0.9.8 ... main

Author SHA1 Message Date
da7ff16829 Update README.md
Signed-off-by: Connor C <ceo@pixelridgesoftworks.com>
2024-01-09 19:53:16 -07:00
VetheonGames
f44c6d8d53 update readme 2024-01-08 18:47:12 -07:00
VetheonGames
95b0d9dbf1 Update readme 2024-01-08 18:44:43 -07:00
VetheonGames
7191d4d114 Update Readme 2024-01-08 18:42:45 -07:00

View File

@ -5,14 +5,20 @@
AllPac is a command-line utility designed to simplify package management on Arch Linux by combining various package managers into one cohesive tool. With AllPac, users can seamlessly interact with packages from the Snap Store, Flatpak, Pacman, and the Arch User Repository (AUR) using a single interface. This eliminates the need to juggle multiple package managers and provides a unified solution for installing, updating, uninstalling, and searching for packages.
## Installation
### NOTE: The installer should produce ***0 Errors or Warnings***. If it does, please open an Issue and tell us!
To install AllPac on your Arch Linux system, simply run the following commands to run the install script ([Source](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/src/branch/main/allpac)):
```bash
curl -s -o install.sh https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/install.sh
wget https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/install.sh
chmod +x install.sh
./install.sh
```
or you can use cURL:
```bash
curl -s https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/install.sh | bash
```
> **If you use `zsh` relace `bash` in the above command with `zsh`**
(if you don't want to use the install script, a pre-built binary can be found [here](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/AllPac/releases), you will need to run `touch pkg.list && echo "{}" > ./pkg.list` where you want to run the binary from)
@ -101,7 +107,11 @@ After you run things the first time (or you run the install script), all the log
## Uninstalling AllPac
To uninstall AllPac is quite simple. You just remove the `.allpac` directory. As the directory contains all the files associated with AllPac, removing the directory will completely remove AllPac.
To uninstall AllPac is quite simple. You just run the following command (if you used the installer):
```bash
uninstall-allpac
```
Otherwise, simply delete `~/.allpac` and `/etc/profile.d/allpac.sh`
### NOTE: UNINSTALLING AllPac WILL *NOT* UNINSTALL PACKAGES INSTALLED *BY* AllPac!