As you may know, dpkg -i package_name.deb is used for installing software on debian systems. But dpkg -i does not install the package dependencies. Example: I want to install packageX.deb, but it is not in the default repositories so I…
As you may know, dpkg -i package_name.deb is used for installing software on debian systems. But dpkg -i does not install the package dependencies. Example: I want to install packageX.deb, but it is not in the default repositories so I…