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

Comments

Popular Posts