7. Kontrollbefehle
Auf dem Builder, am fertigen Paket:
```bash
dpkg-deb -I dist/scoreboard-system_3.0.7_arm64.deb # Kopfdaten
dpkg-deb -c dist/scoreboard-system_3.0.7_arm64.deb # Inhalt
```
Auf dem Zielrechner:
```bash
dpkg -s scoreboard-system # Status und Version
dpkg -L scoreboard-system # welche Dateien gehören dem Paket
systemctl status scoreboard
journalctl -u scoreboard -n 50
```
`dpkg -L` ist die ehrlichste Auskunft darüber, was ein Update
ersetzen wird. Was dort nicht auftaucht, fasst dpkg nicht an.
---
No comments to display
No comments to display