Answers for "installing debian files"

1

installing debian files

sudo apt install ./<file>.deb

# If you're on an older Linux distribution, you will need to run this instead:
# sudo dpkg -i <file>.deb
# sudo apt-get install -f # Install dependencies
Posted by: Guest on September-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language