fkie-cad / FACT_core

Firmware Analysis and Comparison Tool
https://fkie-cad.github.io/FACT_core
GNU General Public License v3.0
1.22k stars 224 forks source link

Can not install the tool. #1276

Closed oguzhanozgur closed 2 days ago

oguzhanozgur commented 2 days ago

FACT version

Last

Environment

Ubuntu 22.04

Steps to reproduce

Implementing TL;DR steps.

Observed Behavior

Could not installed.

Expeced Behavior

Could be successfully installed.

Installation logs

[2024-10-01 09:46:25][install][INFO]: Installing apt-transport-https autoconf automake build-essential git gnupg2 libtool python3 python3-dev unzip wget libfuzzy-dev libmagic-dev [2024-10-01 09:46:25][common][INFO]: Installing python3 pip [2024-10-01 09:47:35][install][INFO]: Installing nodejs papirus-icon-theme Traceback (most recent call last): File "/home/oguzhanozgur/FACT_core/src/install.py", line 212, in install() File "/home/oguzhanozgur/FACT_core/src/install.py", line 180, in install install_fact_components(args, distribution, none_chosen, skip_docker) File "/home/oguzhanozgur/FACT_core/src/install.py", line 196, in install_fact_components frontend(skip_docker, not args.no_radare, args.nginx, distribution) File "/home/oguzhanozgur/FACT_core/src/install/frontend.py", line 148, in main apt_install_packages(*pkgs) File "/home/oguzhanozgur/FACT_core/src/helperFunctions/install.py", line 128, in apt_install_packages return _run_shell_command_raise_on_return_code( File "/home/oguzhanozgur/FACT_core/src/helperFunctions/install.py", line 77, in _run_shell_command_raise_on_return_code raise InstallationError(error) helperFunctions.install.InstallationError: Error in installation of package(s) nodejs papirus-icon-theme Reading package lists... Building dependency tree... Reading state information...

Backend logs

fact_main_backend.log ``` PASTE HERE ```

Frontend logs

fact_main_frontend.log ``` PASTE HERE ```

Other information

No response