APT Installation (Ubuntu)
Installation via APT (Ubuntu)
Section titled “Installation via APT (Ubuntu)”🎉 LIVE NOW! CCC is officially available on Ubuntu via PPA!
🚀 Quick Install
Section titled “🚀 Quick Install”Basis-Installation (nur CCC)
Section titled “Basis-Installation (nur CCC)”sudo add-apt-repository ppa:collective-context/cccsudo apt updatesudo apt install cccVollständige Suite (CCC + Tools)
Section titled “Vollständige Suite (CCC + Tools)”sudo add-apt-repository ppa:collective-context/cccsudo apt updatesudo apt install cccmd📦 Was wird installiert?
Section titled “📦 Was wird installiert?”Package: ccc
Section titled “Package: ccc”Nur der CCC Commander:
/usr/bin/ccc- Hauptcommand/usr/bin/cccmd- Alias- Python Dependencies
Meta-Package: cccmd (Coming Soon)
Section titled “Meta-Package: cccmd (Coming Soon)”Komplette Entwicklungsumgebung:
ccc- Core Commandertmux- Session Managementgit- Version Controlpipx- Python App Managementnpm,nodejs- JavaScript Toolspython3,python3-pip,python3-venv- Python Developmentjq- JSON Processingsqlite3- Databaseinotify-tools- File Monitoringbuild-essential,devscripts- Build Tools
🌐 Ubuntu Versions
Section titled “🌐 Ubuntu Versions”Currently Available:
- ✅ Ubuntu 22.04 LTS (Jammy) - Fully supported
- 🚧 Ubuntu 24.04 LTS (Noble) - Coming soon
PPA Information:
- Repository:
ppa:collective-context/ccc - Launchpad: https://launchpad.net/~collective-context/+archive/ubuntu/ccc
Empfohlene Zusatz-Pakete:
gh- GitHub CLIdocker.iooderpodman- Container
🔄 Updates
Section titled “🔄 Updates”# Normale System-Updatessudo apt updatesudo apt upgrade
# Nur CCC updatensudo apt updatesudo apt install --only-upgrade ccc⚙️ Post-Installation
Section titled “⚙️ Post-Installation”Aider installieren (für AI-Coding)
Section titled “Aider installieren (für AI-Coding)”pipx install aider-chatSession Management aktivieren
Section titled “Session Management aktivieren”# Neue tmux session startentmux new -s collective-context
# CCC initialisierenccc init🐛 Troubleshooting
Section titled “🐛 Troubleshooting”PPA nicht gefunden
Section titled “PPA nicht gefunden”# Software properties installierensudo apt install software-properties-common
# Nochmal versuchensudo add-apt-repository ppa:collective-context/cccAlte Version entfernen
Section titled “Alte Version entfernen”# Wenn via pip installiertpip uninstall cccmd
# APT Version installierensudo apt install ccc