Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnkmmr69420/cups-in-distrobox
CUPS in distrobox (on arch linux base image)
https://github.com/dnkmmr69420/cups-in-distrobox
Last synced: 6 days ago
JSON representation
CUPS in distrobox (on arch linux base image)
- Host: GitHub
- URL: https://github.com/dnkmmr69420/cups-in-distrobox
- Owner: dnkmmr69420
- License: apache-2.0
- Created: 2024-03-30T15:05:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T11:20:31.000Z (7 months ago)
- Last Synced: 2024-04-18T17:05:59.890Z (7 months ago)
- Language: Dockerfile
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Info
This is a distrobox container that has CUPS preinstalled. This container doea not require root privleges for this to work.
## Getting started
First create the container using distrobox
```bash
distrobox create -i ghcr.io/dnkmmr69420/archlinux-cups:latest -n cups --init -H ~/.local/share/cups-home -p
```experimental command
```bash
distrobox create -i ghcr.io/dnkmmr69420/archlinux-cups:latest -n cups -H ~/.local/share/cups-home --init -p --unshare-netns -a "-p 1631:631"
```Enter the container
```bash
distrobox enter cups
```Update all packages. Paru is already preinstalled.
```bash
paru
```Start some services
```bash
sudo systemctl enable --now avahi-daemon
sudo systemctl enable --now cups
```Run this command in the terminal to start the gui
```bash
system-config-printer
```## Credits
base arch image: https://github.com/ublue-os/arch-distrobox