|
ajl@ajl:~$ sudo dpkg -i libmraa-rockpix.deb
(Reading database ... 176887 files and directories currently installed.)
Preparing to unpack libmraa-rockpix.deb ...
Unpacking libmraa-rockpix (0.1) over (0.1) ...
dpkg: dependency problems prevent configuration of libmraa-rockpix:
libmraa-rockpix depends on libgtest-dev; however:
Package libgtest-dev is not installed.
libmraa-rockpix depends on libpython2.7; however:
Package libpython2.7 is not installed.
libmraa-rockpix depends on python3.8; however:
Package python3.8 is not installed.
libmraa-rockpix depends on libpython3.8; however:
Package libpython3.8 is not installed.
libmraa-rockpix depends on openjdk-14-jdk; however:
Package openjdk-14-jdk is not installed.
dpkg: error processing package libmraa-rockpix (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libmraa-rockpix
ajl@ajl:~$ sudo apt-get install -f -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
libmraa-rockpix
0 upgraded, 0 newly installed, 1 to remove and 9 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 176887 files and directories currently installed.)
Removing libmraa-rockpix (0.1) ...
dpkg: warning: while removing libmraa-rockpix, directory '/usr/local/share' not empty so not removed
dpkg: warning: while removing libmraa-rockpix, directory '/usr/local/lib/python2.7' not empty so not removed
|
|