You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: