An open API service indexing awesome lists of open source software.

https://github.com/craftablescience/ppa

Repository for my installable software for Debian-based Linux distros
https://github.com/craftablescience/ppa

debian-packages ppa ubuntu-packages

Last synced: 6 months ago
JSON representation

Repository for my installable software for Debian-based Linux distros

Awesome Lists containing this project

README

          

# Personal Package Archive

Repository for my installable software for Debian-based Linux distros.

Stores the following packages:

- [vpkedit](https://github.com/craftablescience/VPKEdit)
- [vtf-thumbnailer](https://github.com/craftablescience/vtf-thumbnailer)

## Installing Packages

Run the following commands *once*:

```sh
curl -s --compressed "https://craftablescience.info/ppa/debian/KEY.gpg" | gpg --dearmor | sudo tee "/etc/apt/trusted.gpg.d/craftablescience.gpg" > /dev/null
sudo curl -s --compressed -o "/etc/apt/sources.list.d/craftablescience.list" "https://craftablescience.info/ppa/debian/craftablescience.list"
sudo apt update
```

Packages stored in this repository will become accessible in `apt`, for example:

```sh
# Install VPKEdit
sudo apt install vpkedit
```