kismetwireless / kismet-packages

Packaging scripts and related configs for distributing Kismet
GNU General Public License v2.0
28 stars 17 forks source link

Add support for Ubuntu 24.04 #13

Open ondrejmo opened 4 months ago

ondrejmo commented 4 months ago

Hi, it would awesome if the APT repository supported Ubuntu 24.04, Noble Numbat. Thank you

jynik commented 1 month ago

I see that instructions are now up for Ubuntu 24.04: https://www.kismetwireless.net/packages/#ubuntu-noble-24.04

However, I'm seeing some issues with the dependencies due to package renaming (an added t64 suffix) resulting from a transition to a 64-bit time_t type

$ sudo apt install kismet
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 kismet-capture-linux-wifi : Depends: libpcap0.8 but it is not installable
 kismet-core : Depends: libpcap0.8 but it is not installable
               Depends: libdw1 but it is not installable
               Depends: libprotobuf32 but it is not installable
               Depends: libssl3 but it is not installable
               Recommends: kismet-capture-ti-cc-2540 but it is not going to be installed
 kismet-logtools : Depends: libpcap0.8 but it is not installable
E: Unable to correct problems, you have held broken packages.

$ uname -a
Linux goose 6.6.40-32 #1 SMP PREEMPT Mon Jul 15 23:29:39 UTC 2024 armv7l armv7l armv7l GNU/Linux

$ cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04 LTS (Noble Numbat)"
<snip>