https://github.com/elara6331/pak
This repository is a mirror. Do not post issues or PRs here.
https://github.com/elara6331/pak
golang package-management string-distance
Last synced: 9 months ago
JSON representation
This repository is a mirror. Do not post issues or PRs here.
- Host: GitHub
- URL: https://github.com/elara6331/pak
- Owner: Elara6331
- License: gpl-3.0
- Created: 2021-05-23T00:22:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T01:02:03.000Z (over 4 years ago)
- Last Synced: 2025-02-08T21:16:18.136Z (11 months ago)
- Topics: golang, package-management, string-distance
- Language: Go
- Homepage: https://gitea.arsenm.dev/Arsen6331/pak
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pak
#### Wrapper written in Go designed for package managers to unify software management commands between distros
[](https://ci.appveyor.com/project/moussaelianarsen/pak)
[](https://minio.arsenm.dev/minio/pak/)
---
## 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
```