💎 Complete Desktop Environment (Recommended)
Install TicketingUI + Card Printer + Remote Desktop (RustDesk + AnyDesk) + LibreOffice + Chrome + Vim with one command:
wget -qO- https://apt.devicehub.net/install-desktop.sh | sudo bash
Perfect for setting up complete ticketing workstations with remote support capabilities.
âš¡ TicketingUI Only
Install only the TicketingUI application:
wget -qO- https://apt.devicehub.net/install.sh | sudo bash
✅
Secure
GPG-signed packages with HTTPS
🔄
Auto Updates
Standard apt-get update
âš¡
Fast
CDN-backed delivery
📦 Available Packages
ticketingui-desktop
Meta-Package • v1.2.1
Complete desktop environment including:
- TicketingUI
- Traveler Card Printer
- RustDesk (remote desktop - OSS)
- AnyDesk (remote support)
- LibreOffice (office suite)
- Google Chrome (browser)
- Vim (text editor)
ticketingui
Application • v2.18.44
Ticketing application for Ubuntu 24.04
- Card reader support (SL500)
- Dual reader architecture
- Support for Evolis card printers
- MRZ scanner
- ESCPos Thermal Printer
cardprinter
Application • v1.1.16
Bulk traveler card printing app
- Card printing support
- Multi-agency support
- Institution filtering
- Qt6-based GUI
🔗 Repository Information
- URL:
https://apt.devicehub.net/debian - Distribution: noble (Ubuntu 24.04)
- Component: main
- Architectures: amd64, arm64
- GPG Key: Download
📋 Manual Installation
Add repository manually:
wget -qO- https://apt.devicehub.net/public.key | sudo gpg --dearmor -o /etc/apt/keyrings/devicehub.gpg && echo "deb [signed-by=/etc/apt/keyrings/devicehub.gpg arch=amd64] https://apt.devicehub.net/debian noble main" | sudo tee /etc/apt/sources.list.d/devicehub.list && sudo apt-get update
Then install packages:
# Full desktop environment
sudo apt-get install ticketingui-desktop
# TicketingUI only
sudo apt-get install ticketingui