51 lines
1.1 KiB
Markdown
51 lines
1.1 KiB
Markdown
|
# Pak
|
||
|
#### Wrapper written in Go designed for package managers to unify software management commands between distros
|
||
|
|
||
|
---
|
||
|
|
||
|
## Installation
|
||
|
###### APT Installation
|
||
|
- Install package "go" (You may remove after installation)
|
||
|
- Clone or download this repository
|
||
|
- Inside the repository, run:
|
||
|
```bash
|
||
|
make
|
||
|
sudo make aptinstall
|
||
|
```
|
||
|
###### Brew Installation
|
||
|
|
||
|
- Install package "go" (You may remove after installation)
|
||
|
- Clone or download this repository
|
||
|
- Inside the repository, run:
|
||
|
```bash
|
||
|
make
|
||
|
sudo make snapinstall
|
||
|
```
|
||
|
|
||
|
###### Snap Installation
|
||
|
|
||
|
- Install package "go" (You may remove after installation)
|
||
|
- Clone or download this repository
|
||
|
- Inside the repository, run:
|
||
|
```bash
|
||
|
make
|
||
|
sudo make snapinstall
|
||
|
```
|
||
|
|
||
|
###### Pacman Installation
|
||
|
|
||
|
- Install AUR package "pak" and choose pak-config-pacman when prompted
|
||
|
|
||
|
###### Yay Installation
|
||
|
|
||
|
- Install AUR package "pak" and choose pak-config-yay when prompted
|
||
|
|
||
|
###### Aptitude Installation
|
||
|
|
||
|
- Install package "go" (You may remove after installation)
|
||
|
- Clone or download this repository
|
||
|
- Inside the repository, run:
|
||
|
```bash
|
||
|
make
|
||
|
sudo make aptitude
|
||
|
```
|