Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gibbs/apt-sources
APT sources files for Debian and Ubuntu servers
https://github.com/gibbs/apt-sources
apt debian sources-list ubuntu
Last synced: about 1 month ago
JSON representation
APT sources files for Debian and Ubuntu servers
- Host: GitHub
- URL: https://github.com/gibbs/apt-sources
- Owner: gibbs
- Created: 2022-02-12T05:24:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T22:28:22.000Z (12 months ago)
- Last Synced: 2024-10-19T22:26:55.085Z (3 months ago)
- Topics: apt, debian, sources-list, ubuntu
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APT sources.list
Default general purpose `/etc/apt/sources.list` files taken from Debian/Ubuntu
cloud images. See the `sources` directory.## Versions
| Distribution | Version | Codename |
|--------------|---------|----------|
| Debian | 12 | bookworm |
| Debian | 11 | bullseye |
| Debian | 10 | buster |
| Debian | 9 | stretch |
| Ubuntu | 22.04 | jammy |
| Ubuntu | 20.04 | focal |
| Ubuntu | 18.04 | bionic |
| Ubuntu | 16.04 | xenial |## Generate Sources
```bash
# Update boxes
vagrant box update# Start VMs
vagrant up
vagrant up# Copy sources.list
vagrant provision --provision-with shell
vagrant provision --provision-with shell# Stop VMs
vagrant halt
vagrant halt# Destroy VMs
vagrant destroy -f
vagrant destroy -f
```