XArchiver is a GTK+ archive manager with support for tar, xz, bzip2, gzip, zip, 7z, rar, lzo and many other archive formats.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
xarchiver is only a command line or graphical interface to archiving utilities such as tar and zip.
Download (HTTP): https://github.com/ib/xarchiver/archive/0.5.4.21/xarchiver-0.5.4.21.tar.gz
Download MD5 sum: 94621a793a45521ef55702e940442552
Download size: 1.1 MB
Estimated disk space required: 11 MB
Estimated build time: 0.1 SBU
cpio-2.14, LZO-2.10, p7zip-17.04, UnRar-6.2.12, UnZip-6.0, and Zip-3.0
Install xarchiver by running the following commands:
./configure --prefix=/usr \ --libexecdir=/usr/lib/xfce4 \ --docdir=/usr/share/doc/xarchiver-0.5.4.21 && make
This package does not come with a test suite.
Now, as the root
user:
make install
This package installs icon files into the /usr/share/icons/hicolor
hierarchy and desktop
files into the /usr/share/applications
hierarchy. You can
improve system performance and memory usage by updating
/usr/share/icons/hicolor/index.theme
and
/usr/share/applications/mimeinfo.cache
. To
perform the update you must have GTK+-3.24.38 installed
(for the icon cache) and desktop-file-utils-0.27 (for the
desktop cache) and issue the following commands as the
root
user:
gtk-update-icon-cache -qtf /usr/share/icons/hicolor && update-desktop-database -q
--libexecdir=/usr/lib/xfce4
: This
switch fixes the location for the thunar-archive-plugin, so it will
work if thunar-4.18.8 is installed.
--disable-gtk3
: This switch allows
building against GTK+2 or use --disable-gtk2
to force building against GTK+3 when
GTK+2 is installed.