OpenOffice.org Forum at OOoForum.orgThe OpenOffice.org Forum
 
 [Home]   [FAQ]   [Search]   [Memberlist]   [Usergroups]   [Register
 [Profile]   [Log in to check your private messages]   [Log in

HOWTO install OpenOffice.org 2.0.0 as non-root
Goto page Previous  1, 2
 
Post new topic   Reply to topic    OOoForum.org Forum Index -> Setup and Troubleshooting
View previous topic :: View next topic  
Author Message
towsonu2003
General User
General User


Joined: 22 Sep 2005
Posts: 28

PostPosted: Thu Mar 29, 2007 7:39 am    Post subject: Reply with quote

I'm just trying to learn how this works now... what does
Code:
do rpm2cpio $i | cpio -ivd
do, in simple terms? thanks
Back to top
View user's profile Send private message
Mark B
Super User
Super User


Joined: 16 Feb 2007
Posts: 852
Location: Lincolnshire, UK

PostPosted: Thu Mar 29, 2007 8:23 am    Post subject: Reply with quote

towsonu2003 wrote:
I'm just trying to learn how this works now... what does
Code:
do rpm2cpio $i | cpio -ivd
do, in simple terms? thanks

Normally this would be part of a loop, for example:
Code:

files=*.rpm
for f in $files
do
  rpm2cpio $f | cpio -ivd
done

The do...done define the commands to be repeated for each run of the loop.

Mark
_________________
Mark B's Articles
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
9point9
Moderator
Moderator


Joined: 31 Aug 2004
Posts: 3875
Location: UK

PostPosted: Mon Oct 22, 2007 2:19 pm    Post subject: Reply with quote

Another option for getting at files inside RPM's is to use 7-zip. p7zip is the command line version of it for Linux which may work better than any of the other programs suggested. It's a program I really don't think any computer should be without.
_________________
Arch Linux
OOo 3.2.0

OOoSVN, change control for OOo documents:
http://sourceforge.net/projects/ooosvn/
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    OOoForum.org Forum Index -> Setup and Troubleshooting All times are GMT - 8 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group