Answers for "dpkg install deb with dependencies"

1

dependencies dpkg

sudo apt-get -f install
Posted by: Guest on June-01-2020
0

dpkg install deb with dependencies

cd /path-of-deb-files
dpkg --force-all -i *deb || apt install -fy
Posted by: Guest on August-27-2021

Code answers related to "dpkg install deb with dependencies"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language