1 votes

Comment installer xfe-1.43.2.tar.gz ?

J'utilise Ubuntu 18.04.5 LTS. J'ai installé le gestionnaire de fichiers xfe avec : sudo apt install xfe version 1.42. Je voudrais le mettre à jour vers la version 1.43.2. J'ai téléchargé xfe-1.43.2.tar.gz et l'ai extrait. J'ai donné les droits d'exécution aux fichiers que j'ai essayé d'exécuter ci-dessous. Je ne sais pas ce que je dois faire pour effectuer la mise à jour ? J'ai essayé ceci : J'ai changé le chemin d'accès au répertoire dans lequel je l'ai extrait et j'ai exécuté :

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$ 

J'ai remarqué qu'il y avait des refus, mais j'ai pensé qu'il pourrait être installé de toute façon ? J'ai deviné que intltool signifiait international tool dont je n'ai pas besoin.

Alors j'ai couru : INSTALL et j'ai obtenu :

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$ 

J'ai lancé /autogensh et j'ai obtenu.. :

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:~$

J'ai fait la même chose avec le fichier ltmain.sh et j'ai obtenu :

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$

Il n'y a pas d'autres fichiers .sh et je n'ai aucune idée des autres fichiers exécutables à exécuter ou des informations que je dois leur donner si je le fais. Je ne sais pas où aller à partir de là. Comment puis-je installer le fichier xfe-1.43.2.tar.gz téléchargé ? Merci, Rob

2voto

Terrance Points 35422

En regardant l'installation, voici ce que j'ai pu trouver pour l'installation.

Après avoir téléchargé le fichier xfe-1.43.2.tar.gz, vous l'extrayez.

tar zxvf xfe-1.43.2.tar.gz

Entrez le dossier créé

cd xfe-1.43.2/

Installer les prérequis nécessaires à la construction

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

Maintenant, tout ce que vous avez à faire est de configurer, make et make install.

./configure
make
sudo make install

Alors tout ce que vous devriez avoir à faire est d'exécuter la commande xfe

enter image description here

enter image description here

SistemesEz.com

SystemesEZ est une communauté de sysadmins où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres sysadmins, poser vos propres questions ou résoudre celles des autres.

Powered by:

X