if you have a .deb
file:
- You can install it using
sudo dpkg -i /path/to/deb/file
- followed by
sudo apt-get install -f
.
if you have a .deb
file:
sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
.
转载于:https://www.cnblogs.com/casperwin/p/6209726.html