Install *.deb

spacecruft
Jeff Moe 2022-05-20 22:06:09 -06:00
parent 470cbc3c99
commit 34a3b5a9cd
1 changed files with 5 additions and 1 deletions

View File

@ -95,7 +95,11 @@ dpkg-buildpackage -rfakeroot -b -uc
cd ..
# Install
sudo dpkg -i foo.deb
sudo dpkg -i celestia_1.7.0~git20220520+1_all.deb \
celestia-common_1.7.0~git20220520+1_all.deb \
celestia-qt_1.7.0~git20220520+1_amd64.deb \
celestia-tools_1.7.0~git20220520+1_amd64.deb \
libcelestia1.7_1.7.0~git20220520+1_amd64.deb
# Make sure apt is happy
sudo apt -f install