I'm still not that expert with Ubuntu and I'm currently trying to install DJI onboard SDK package for ROS kinetic which is a beta version for Ubuntu 16.04 LTS so it doesn't support apt-get
, I'll try to install it using sudo dpkg -i
. My question is, is it a must to have .deb file in the package so I can use this command or there are other extensions?
The package is compatible with Ubuntu 14, but I don't want to change my OS at the moment.
sudo dpkg -i some-package.deb
? – muru Oct 14 '16 at 05:00