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
- Host: GitHub
- URL: https://github.com/craftablescience/ppa
- Owner: craftablescience
- License: mit
- Created: 2024-01-29T17:45:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T23:24:47.000Z (10 months ago)
- Last Synced: 2025-03-10T00:21:08.427Z (10 months ago)
- Topics: debian-packages, ppa, ubuntu-packages
- Homepage: https://craftablescience.info/ppa/
- Size: 155 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```