How to install deb file in Ubuntu

I will show you in this tutorial, how to install any debian package or .deb file on ubuntu Linux. Exist 3 method to install .deb package on Ubuntu/Debian Linux System. 1st method open new terminal window and type the following command : sudo dpkg -i path_to_your_package.deb Example : brahim@brahim-desktop:~$ sudo dpkg -i yuranpad_2.4_i386.deb [sudo] password for brahim: (Reading database ... 385376 files and directories currently installed.) Preparing to unpack yuranpad_2.4_i386.deb ... Unpacking yuranpad (2.4) over (2.4) ... Setting up yuranpad (2.4) ... Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ... Processing triggers for desktop-file-utils (0.23+linuxmint8) ... Processing triggers for mime-support (3.60ubuntu1) ... Processing triggers for man-db (2.8.3-2ubuntu0.1) … 2nd method Double click on your .deb package and click install then will ask you to enter superuser account password for your Ubuntu Linux. 3rd metho...