Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/assafmo/ppa
A PPA repository for my packages (joincap, xioc, SQLiteQueryServer)
https://github.com/assafmo/ppa
deb debian debian-packages ppa repository ubuntu
Last synced: 7 days ago
JSON representation
A PPA repository for my packages (joincap, xioc, SQLiteQueryServer)
- Host: GitHub
- URL: https://github.com/assafmo/ppa
- Owner: assafmo
- License: mit
- Created: 2019-05-01T13:02:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T07:28:18.000Z (over 1 year ago)
- Last Synced: 2024-04-13T03:34:02.039Z (7 months ago)
- Topics: deb, debian, debian-packages, ppa, repository, ubuntu
- Language: Shell
- Size: 33.4 MB
- Stars: 33
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A PPA repository for my packages:
- [joincap](https://github.com/assafmo/joincap)
- [xioc](https://github.com/assafmo/xioc)
- [SQLiteQueryServer](https://github.com/assafmo/SQLiteQueryServer)# Usage
```bash
sudo curl -SsL -o /etc/apt/trusted.gpg.d/assafmo.gpg https://assafmo.github.io/ppa/ubuntu/KEY.gpg
sudo curl -SsL -o /etc/apt/sources.list.d/assafmo.list https://assafmo.github.io/ppa/ubuntu/assafmo.list
sudo apt update
sudo apt install joincap xioc sqlitequeryserver
```# Sources
- https://assafmo.github.io/2019/05/02/ppa-repo-hosted-on-github.html
- https://makandracards.com/makandra/37763-gpg-extract-private-key-and-import-on-different-machine
- http://blog.jonliv.es/blog/2011/04/26/creating-your-own-signed-apt-repository-and-debian-packages/
- https://medium.com/sqooba/create-your-own-custom-and-authenticated-apt-repository-1e4a4cf0b864
- https://github.com/tagplus5/vscode-ppa