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
用来转换镜像格式很方便的。
poweriso有个免费命令行linux版
- a14331990
- 帖子: 604
- 注册时间: 2009-03-25 9:38
- 系统: Fedora 22 x86_64
poweriso有个免费命令行linux版
qq 591799783
email a14331990#hotmail.com a14331990#163.com
email a14331990#hotmail.com a14331990#163.com
- fuhaoyun
- 帖子: 526
- 注册时间: 2009-05-08 14:12
- 来自: http://weibo.com/u/2201287863
Re: poweriso有个免费命令行linux版

只用Ubuntu/Unity:安全、高效、自由、简洁!
http://weibo.com/u/2201287863
----------------------------------------------------
用了4年Ubuntu,发现离开windows也可以活得很好
看球赛、炒股、聊天、office等等都不算问题了
一切都是习惯,困难解决了就好
- YeLee
- 论坛版主
- 帖子: 26406
- 注册时间: 2008-08-13 8:48
- 系统: Fundu i64
- 来自: 东海硇州,一双管钥。
- 联系:
Re: poweriso有个免费命令行linux版
原来是bin的啊,而且还是32 only,额,静态链接的。




◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
- momova
- 帖子: 3381
- 注册时间: 2007-07-11 21:43
- 系统: archlinux
- 来自: 东江边
-
- 帖子: 1
- 注册时间: 2013-04-04 3:36
- 系统: ubuntu
Re: poweriso有个免费命令行linux版
具体下载后,如何安装呢?楼主教下。
-
- 论坛版主
- 帖子: 5211
- 注册时间: 2009-12-12 19:29
- 系统: Kubuntu
Re: poweriso有个免费命令行linux版
不用安装,这是PowerISO的文档:cwb305 写了:具体下载后,如何安装呢?楼主教下。
[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]
- photor
- 论坛版主
- 帖子: 11004
- 注册时间: 2008-04-26 12:41