Dpkg install software under Ubuntu encountered treatment package dependency problems

Making refrigerator panda @cnblogs 2019/9/10

 

Pay tribute to the engineers of the soul!

 

When the dpkg deb packages installed in Ubuntu by environment-dependent if the packet encounters problems, such as

$sudo dpkg -i xxx.deb 
(Reading database ... 227173 files and directories currently installed.)
Preparing to unpack xxx.deb ...
Unpacking xxx (1.0.0) over (1.0.0) ...
dpkg: dependency problems prevent configuration of xxx:
xxx depends on yyy; however:  
Package yyy is not installed.

 In this case, the implementation of " the sudo -f the install APT-GET " command fixes dependent, then use dpkg deb installation package.

Guess you like

Origin www.cnblogs.com/pandabang/p/11497245.html