Answers for "manual install dpkg deb"

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 "Shell/Bash"

Browse Popular Code Answers by Language