linux - 在ubuntu中安装foren6工具

标签 linux

我想在 ubuntu 中安装 foren6 工具。但是,当我使用 make 命令时,出现以下错误:

CMake Error at CMakeLists.txt:27 (find_package): Could not find module FindLIBUSB.cmake or a configuration file for package LIBUSB.

Adjust CMAKE_MODULE_PATH to find FindLIBUSB.cmake or set LIBUSB_DIR to the directory containing a CMake configuration file for LIBUSB. The file will have one of the following names:

LIBUSBConfig.cmake
libusb-config.cmake

知道如何解决这个问题吗?

最佳答案

您是否按顺序执行了这些命令?

$git clone https://github.com/cetic/foren6.git

$cd foren6

$make

$sudo make install

关于linux - 在ubuntu中安装foren6工具,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35933639/

相关文章:

php - 通过在某些 RHEL/CentOS 安装上使用 file_exists on/proc/pid 阻止 php 查看进程是否存在

c - 为什么 printf 显示 unsigned int 的负值?

linux - 在 R 上安装 kernlab 包

linux - 如何限制 docker 组用户附加由另一个组用户启动的正在运行的 docker 容器的能力?

c - 解析 GPS (GPGGA) 会导致奇怪的行为

linux - zsh 下划线常用补全前缀

linux - cp -sr 和 ln -s 之间的符号链接(symbolic link)差异

c++ - 如何获取 C/C++ 中 Linux 系统调用的输出?

linux - 在远程机器上运行 Matlab 任务

python - linux `umount` 的返回码值是多少?