FACT_core icon indicating copy to clipboard operation
FACT_core copied to clipboard

add support for ubuntu 24.04 noble numbat

Open jstucke opened this issue 1 year ago • 3 comments
trafficstars

  • added support for Ubuntu noble
  • updated frontend dependencies
  • retired installer Ubuntu bionic support
  • added missing Linux Mint codenames
  • updated postgres installation according to latest docs
  • updated binwalk since the older version was incompatible with Python 3.12 and that is the default Python version in noble

resolves #1217 also resolves #1209 now

jstucke avatar Apr 29 '24 13:04 jstucke

I also had to add npm to src/install/apt-pkgs-frontend.txt

ElDavoo avatar May 01 '24 16:05 ElDavoo

I also had to add npm to src/install/apt-pkgs-frontend.txt

That is weird: Normally, npm should be installed in install.py (or more precisely in install/frontend.py). I updated the node version and used nodeenv for the installation in https://github.com/fkie-cad/FACT_core/pull/1219. Hopefully that fixes it.

jstucke avatar May 02 '24 09:05 jstucke

I would like to have a CI worker for noble to test this before merging, but it seems this has to wait until the official noble64 vagrant image is released (it is currently not available: https://app.vagrantup.com/ubuntu/)

jstucke avatar May 02 '24 10:05 jstucke