$ sudo dpkg -i xxx.deb
if you still faces issues with dependencies execute the following command to install the required dependencies.
$ sudo apt-get install -f
$ sudo dpkg -i xxx.deb
if you still faces issues with dependencies execute the following command to install the required dependencies.
$ sudo apt-get install -f
https://linuxconfig.org/install-deb-file-on-ubuntu-22-04-jammy-jellyfish-linux
$ sudo dpkg -i example.deb
If the package requires dependencies that aren’t already on your system, you will see
this error in the terminal:
dpkg: error processing package
Don’t fret, because we can install the required dependencies with a single command,
assuming that they are available in Ubuntu’s package repository. Just run this command
to install the dependencies:
$ sudo apt install -f