poweriso有个免费命令行linux版

Totem,mplayer,sopcast,realplayer,bmp
回复
头像
a14331990
帖子: 604
注册时间: 2009-03-25 9:38
系统: Fedora 22 x86_64

poweriso有个免费命令行linux版

#1

帖子 a14331990 » 2012-07-14 12:56

PowerISO for Linux -- This is a free utility for linux which can extract, list, and convert image files (including ISO, BIN, DAA, and other formats). Type " poweriso -? " for detailed usage information.

http://www.poweriso.com/poweriso-1.3.tar.gz

用来转换镜像格式很方便的。
qq 591799783
email a14331990#hotmail.com a14331990#163.com
头像
fuhaoyun
帖子: 526
注册时间: 2009-05-08 14:12
来自: http://weibo.com/u/2201287863

Re: poweriso有个免费命令行linux版

#2

帖子 fuhaoyun » 2012-07-14 22:45

:em11 感谢楼主提供这个消息

只用Ubuntu/Unity:安全、高效、自由、简洁!
http://weibo.com/u/2201287863
----------------------------------------------------
用了4年Ubuntu,发现离开windows也可以活得很好
看球赛、炒股、聊天、office等等都不算问题了
一切都是习惯,困难解决了就好

头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: poweriso有个免费命令行linux版

#3

帖子 YeLee » 2012-07-15 9:19

原来是bin的啊,而且还是32 only,额,静态链接的。 :em06 :em06 :em06
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
头像
momova
帖子: 3381
注册时间: 2007-07-11 21:43
系统: archlinux
来自: 东江边

Re: poweriso有个免费命令行linux版

#4

帖子 momova » 2012-07-16 15:26

我在安装arch的时候看到了
我来了,我看见了,我征服了!
求勾搭,不管饭。
cwb305
帖子: 1
注册时间: 2013-04-04 3:36
系统: ubuntu

Re: poweriso有个免费命令行linux版

#5

帖子 cwb305 » 2013-04-07 23:04

具体下载后,如何安装呢?楼主教下。
mraandtux
论坛版主
帖子: 5211
注册时间: 2009-12-12 19:29
系统: Kubuntu

Re: poweriso有个免费命令行linux版

#6

帖子 mraandtux » 2013-04-08 9:57

cwb305 写了:具体下载后,如何安装呢?楼主教下。
不用安装,这是PowerISO的文档:
[text]
Usage: poweriso <command> [parameters] [-switches]

<Commands>

list <image file> <directory> : List files and directories in image file.
Example: List all files and directories in root direcory of /home/sam/test.iso .
Command: poweriso list /home/sam/test.iso / -r

extract <image file> <dir/file name> : Extract files/directories from image file.
Example: Extract all files and directories in root direcory of /home/sam/test.iso to /home/sam/test recursively.
Command: poweriso extract /home/sam/test.iso / -od /home/sam/test

convert <image file> : Convert image file to other format.
Example: Convert /home/sam/test.daa to standard iso file
Command: poweriso convert /home/sam/test.daa -o /home/sam/test.iso -ot iso

<Switches>

-r : List or extract recursively.
-o : Specify output image file name.
-od : Specify output folder.
-ot <iso|daa|bin> : Specify output image file type. If not specified, the image type will be determined by file name suffix.
-volsize <n> : Split output image file to multiple volumes, and set volume size to <n>. Example: -volsize 100M
-setpassword <password> : Set password for output image file.
Example: -setpassword 0000
[/text]
回复