-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hello,
I am trying to install libseekthermal on my Kubuntu machine (Xenial). I know that Xenial is not supported, but apt-get should still be able to locate the package and attempt to install it, right? It doesn't. After adding the PPA and doing sudo apt-get update, I ran the apt-get install command and it gave me the following error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libseekthermal*
E: Couldn't find any package by glob 'libseekthermal*'
E: Couldn't find any package by regex 'libseekthermal*'
Also, during the update, the console spat out a lot of errors. Could this be the cause?
After removing the PPA and attempting to reinstall the package, I still got the same error. Installing from source, even after installing and reinstalling remake yielded the error:
CMake Error at CMakeLists.txt:3 (include):
include could not find load file:
ReMake
CMake Error at CMakeLists.txt:5 (remake_project):
Unknown CMake command "remake_project".
Could anyone please help me. I really need this package since the ROS node for seek thermal cameras is built upon this package.
Thank you,
-Quentin Oschatz