Start/enable CUPS:
sudo systemctl enable --now cups sudo usermod -a -G lpadmin $USER Log out and back in. 4. Install a suitable driver Option A – Generic ESC/POS driver (works for most) Install cups-bsd (or printer-driver-escpr on Ubuntu):
Bus 001 Device 003: ID 0416:5011 Winbond Electronics Corp. POS printer Or check the printer label for exact model number. # Debian/Ubuntu sudo apt update && sudo apt install cups cups-client Fedora sudo dnf install cups Arch sudo pacman -S cups

