Install deb file ubuntu from terminal
You may install any deb file by following command :
sudo dpkg -i name.deb
But it has unfulfilled dependency
sudo apt-get install ./name.deb
sudo dpkg -i name.deb
But it has unfulfilled dependency
sudo apt-get install ./name.deb
Comments
Post a Comment