How To Install A .Deb Package In Ubuntu From Terminal When Install Button Is Disabled

Here i am going to explain how we can install .deb packages in ubuntu when installed button is disabled or software center is not working.We can use the ubutu Terminal to install a software in Ubuntu.
To open terminal Go to Applications --> Accessories --> Teminal
Now type cd name of the directory where the .deb package is saved for example type cd Downloads for default downloads folder of ubuntu.
Type sudo dpkg -i package_name.deb to install opera browser from downloads folder type sudo dpkg -i opera_12.11.1661_i386.deb
Then enter your password to confirm installation.

No comments:

Post a Comment

Post Your valuable comments here ..........