ubuntu - “Command not found” 安装过程出错

标签 ubuntu makefile installation apt

为什么我在尝试安装此软件包时收到以下错误?我该如何解决?

root@me-System-Product-Name:/home/me/Desktop/mfcuk-master# ls
AUTHORS    configure.ac  INSTALL  Makefile.am  README  TODO
ChangeLog  COPYING       LICENSE  NEWS         src     tools
root@me-System-Product-Name:/home/me/Desktop/mfcuk-master# ./Makefile.am 
./Makefile.am: line 1: SUBDIRS: command not found
./Makefile.am: line 3: style:: command not found

请注意,我已经搜索过 SUBDIRSstyle包,但我什么也没找到。

我也试过apt-get ,但结果相同:
root@me-System-Product-Name:/home/me/Desktop/mfcuk-master# apt-get install SUBDIRS
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package SUBDIRS
root@me-System-Product-Name:/home/me/Desktop/mfcuk-master# apt-get install style
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package style

提前致谢。

最佳答案

尝试以下命令进行安装。我也克隆了它并查看了 Makefile.am 但没有迹象表明软件包 SUBDIRSstyle :

automake
autoconf
./configure
make

关于ubuntu - “Command not found” 安装过程出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31042597/

相关文章:

C++ 编译错误 : . 找不到文件

installation - Eclipse 开普勒 : Cannot install TPTP Java profiler

winapi - 如何在 XP 兼容模式下启动另一个进程?

linux - delphi alexandria linux 错误 ld-linux.exe : error: cannot find -lgcc_s

javascript - ubuntu pdf表格计算

ubuntu - 深色背景上的 Aptana Studio 黑色 IBeam 光标

在本地临时目录中编译目标文件

php - 如何将 laravel 项目移动到 ubuntu 中的本地主机?

makefile - Makefile中的函数“patsubst”

python - Anaconda 与现有 Python 安装之间的系统 Python 冲突