To quickly install a .deb file in Ubuntu, open the terminal and navigate to the file's directory. Then run: sudo dpkg -i filename.deb. If there are dependency issues, fix them with sudo apt -f install. Alternatively, use sudo apt install ./filename.deb for automatic dependency resolution.