寻好用压缩包管理器

最大的社区版本,Ubuntu的发源地
回复
yangdawei.hit
帖子: 245
注册时间: 2015-01-02 15:32
系统: Debian

寻好用压缩包管理器

#1

帖子 yangdawei.hit » 2016-03-02 20:47

桌面:xce4.10

系统中似乎没有直接打开rar、zip等压缩包的工具,只能在命令行中打包解压。刚才找到一个工具:squeeze,见http://archive.xfce.org/src/apps/squeeze/0.2/。一会下载编译安装。正好问问源里有没有现成的工具,可以在线安装使用。
上次由 yangdawei.hit 在 2016-03-02 20:56,总共编辑 1 次。
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: 寻好用压缩包管理器

#2

帖子 vickycq » 2016-03-02 20:53

个人觉得 engrampa 的缺点最少,它是 gnome2 中 Archive Manager 的 fork。依赖不算多,装在 xfce4 中完全可以接受

其它压缩包管理器的缺点
Xarchiver : 不会自动创建文件夹,解压到一半取消会搞崩 Xorg
file-roller:带一大堆 gnome3 依赖 EDIT:貌似并没有带一大堆 gnome3 依赖。
......
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
yangdawei.hit
帖子: 245
注册时间: 2015-01-02 15:32
系统: Debian

Re: 寻好用压缩包管理器

#3

帖子 yangdawei.hit » 2016-03-02 21:05

squeeze没有编译成,缺少一个已经被淘汰的包thunar-vfs..放弃安装。

安装了engrampa,很好用。谢谢vickycq推荐。再问个问题:怎么在桌面上打包呢?我的这个菜单项点击后显示:没有找到可用的archive manager.

图片
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: 寻好用压缩包管理器

#4

帖子 vickycq » 2016-03-02 21:56

yangdawei.hit 写了:怎么在桌面上打包呢?我的这个菜单项点击后显示:没有找到可用的archive manager.
在桌面和 Thunar 中是一样的,默认 xfce4 桌面由 Thunar 管理
应该是 Jessie 的 thunar-archive-plugin 没有 engrampa.tap。可自行创建一个

位置 /usr/lib/x86_64-linux-gnu/thunar-archive-plugin/engrampa.tap
权限 -rwxr-xr-x 1 root root
内容

代码: 全选

#!/bin/sh
#
# engrampa.tap - Wrapper script to create and extract archive files
#                   in Thunar, via the thunar-archive-plugin, using the
#                   engrampa archive manager.
#
# Copyright (c) 2014 Mateusz Łukasik <mati75@linuxmint.pl>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this program; if not, write to the Free
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

# determine the action and the folder, $@ then contains only the files
action=$1; shift;
folder=$1; shift;

# check the action
case $action in
create)
	exec engrampa "--default-dir=$folder" --add "$@"
	;;

extract-here)
	exec engrampa "--extract-to=$(pwd)" --extract-here --force "$@"
	;;


extract-to)
	exec engrampa "--default-dir=$folder" --extract "$@"
	;;

*)
	echo "Unsupported action '$action'" >&2
	exit 1
esac

Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
yangdawei.hit
帖子: 245
注册时间: 2015-01-02 15:32
系统: Debian

Re: 寻好用压缩包管理器

#5

帖子 yangdawei.hit » 2016-03-02 23:56

好用。vickycq真棒! :em02
头像
kashu
帖子: 451
注册时间: 2014-02-07 17:31
系统: Xubuntu 14.04.5 64位

Re: 寻好用压缩包管理器

#6

帖子 kashu » 2016-03-03 8:50

第一次听说engrampa
有空我也在Xubuntu系统尝试一下……



https://github.com/mate-desktop/engrampa

代码: 全选

Engrampa is only a front-end (a graphical interface) to archiving programs
  like tar and zip. The supported file types are :
    * 7-Zip Compressed File (.7z)
    * WinAce Compressed File (.ace)
    * ALZip Compressed File (.alz)
    * AIX Small Indexed Archive  (.ar)
    * ARJ Compressed Archive (.arj)
    * Cabinet File (.cab)
    * UNIX CPIO Archive (.cpio)
    * Debian Linux Package (.deb) [Read-only mode]
    * ISO-9660 CD Disc Image (.iso) [Read-only mode]
    * Java Archive (.jar)
    * Java Enterprise archive (.ear)
    * Java Web Archive (.war)
    * LHA Archive (.lzh, .lha)
    * WinRAR Compressed Archive (.rar)
    * RAR Archived Comic Book (.cbr)
    * RPM Linux Package (.rpm) [Read-only mode]
    * Tape Archive File:
          * uncompressed (.tar)
      or compressed with:
          * gzip (.tar.gz , .tgz)
          * bzip (.tar.bz , .tbz)
          * bzip2 (.tar.bz2 , .tbz2)
          * compress (.tar.Z , .taz)
          * lrzip (.tar.lrz , .tlrz)
          * lzip (.tar.lz , .tlz)
          * lzop (.tar.lzo , .tzo)
          * 7zip (.tar.7z)
          * xz (.tar.xz)
    * Stuffit Archives (.bin, .sit)
    * ZIP Archive (.zip)
    * ZIP Archived Comic Book (.cbz)
    * ZOO Compressed Archive File (.zoo)
    * Single files compressed with gzip, bzip, bzip2, compress, lrzip, lzip,
      lzop, rzip, xz.


OS: Xubuntu 14.04.5 LTS 64-bit
CPU: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
RAM: 12GB DDR3 1333MHz
128GB SSD + 2TB HDD
神舟优雅A480B-I5B 购于 2012.08

YouTube频道:https://www.youtube.com/channel/UCGSPXZ ... DuDYX8L6Qg
头像
TeliuTe
论坛版主
帖子: 7668
注册时间: 2007-11-25 13:29
系统: 16/18/20/w7
来自: 新疆博乐
联系:

Re: 寻好用压缩包管理器

#7

帖子 TeliuTe » 2016-03-03 11:24

想找一个可以直接双击运行压缩包里脚本的管理器,系统自带的双击后是查看脚本,必须要解压后双击才能运行
回复