skip to content
Alvin Lucillo

Installing a DEB package

/ 1 min read

To install a DEB package, it’s simple: sudo dpkg -i myapp_1.0.0_amd64.deb

If the DEB package installed a service, you view its logs with journalctl -u myapp.service -f