AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1284416
Accepted
Rob
Rob
Asked: 2020-10-17 17:19:40 +0800 CST2020-10-17 17:19:40 +0800 CST 2020-10-17 17:19:40 +0800 CST

如何安装 xfe-1.43.2.tar.gz?

  • 772

我正在运行 Ubuntu 18.04.5 LTS 我安装了 xfe 文件管理器:sudo apt install xfe version 1.42。我想将它升级到版本 1.43.2。我下载了 xfe-1.43.2.tar.gz 并解压。我为我尝试在下面运行的文件授予了执行权限。我不知道我必须做什么才能执行升级?我已经尝试过了:我将路径更改为将其提取到的目录并运行:

rob@rob-MS-7721:~/Ub18/File-Mangers/xfe/xfe-1.43.2$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... no
checking whether NLS is requested... yes
./configure: line 6350: intltool-update: command not found
checking for intltool-update... no
checking for intltool-merge... no
checking for intltool-extract... no
configure: error: The intltool scripts were not found. Please install intltool.
rob@rob-MS-7721:~/Ub18/File-Mangers/xfe/xfe-1.43.2$ 

我注意到一些不,但认为它可能会安装?我猜想 intltool 代表我不需要的国际工具。

所以我跑了:安装并得到:

rob@rob-MS-7721:~/Ub18/File-Mangers/xfe/xfe-1.43.2$ ./INSTALL
./INSTALL: line 1: Installation: command not found
./INSTALL: line 2: ABOUT-NLS: command not found
./INSTALL: line 4: syntax error near unexpected token `C'
./INSTALL: line 4: `Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free'
rob@rob-MS-7721:~/Ub18/File-Mangers/xfe/xfe-1.43.2$ 

跑 /autogensh 并得到:

rob@rob-MS-7721:~$ /home/rob/Ub18/File-Mangers/xfe/xfe-1.43.2/autogen.sh
/home/rob/Ub18/File-Mangers/xfe/xfe-1.43.2/autogen.sh: 7: /home/rob/Ub18/File-Mangers/xfe/xfe-1.43.2/autogen.sh: aclocal: not found
/home/rob/Ub18/File-Mangers/xfe/xfe-1.43.2/autogen.sh: 8: /home/rob/Ub18/File-Mangers/xfe/xfe-1.43.2/autogen.sh: autoconf: not found
/home/rob/Ub18/File-Mangers/xfe/xfe-1.43.2/autogen.sh: 9: /home/rob/Ub18/File-Mangers/xfe/xfe-1.43.2/autogen.sh: automake: not found
rob@rob-MS-7721:~$

我对 ltmain.sh 文件做了同样的事情,得到:

rob@rob-MS-7721:~/Ub18/File-Mangers/xfe/xfe-1.43.2$ /home/rob/Ub18/File-Mangers/xfe/xfe-1.43.2/ltmain.sh
/bin/bash: warning: shell level (1000) too high, resetting to 1
It repeated the above several times and a whole bunch of other errors before I canceled it.
rob@rob-MS-7721:~/Ub18/File-Mangers/xfe/xfe-1.43.2$

没有其他 .sh 文件,我不知道要运行哪些其他可执行文件,或者如果我这样做了我需要给他们什么信息。我不知道从这里去哪里。如何安装下载的 xfe-1.43.2.tar.gz?谢谢,罗伯

upgrade bash gzip tar
  • 1 1 个回答
  • 123 Views

1 个回答

  • Voted
  1. Best Answer
    Terrance
    2020-10-17T21:54:44+08:002020-10-17T21:54:44+08:00

    查看安装,这是我能够为安装提出的。

    下载 xfe-1.43.2.tar.gz 文件后,将其解压缩。

    tar zxvf xfe-1.43.2.tar.gz
    

    输入创建的文件夹

    cd xfe-1.43.2/
    

    安装构建所需的先决条件

    sudo apt install build-essential libxcb-util-dev libfox-1.6-dev libx11-xcb-dev intltool
    

    现在您所要做的就是配置、制作和制作安装

    ./configure
    make
    sudo make install
    

    那么你所要做的就是运行xfe

    在此处输入图像描述

    在此处输入图像描述

    • 2

相关问题

  • 在自定义安装以维护升级路径时,应遵循哪些准则?

  • 使用 apt-get upgrade 时如何强制安装内核更新?

  • 从 8.04 LTS 升级到 10.04 LTS 的体验?

  • 分销升级的合理途径

  • 在不使用标准升级系统的情况下升级有哪些替代方案?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve