Re: Who can tell me what does this mean?
- From: Joerg Bergmann <email@xxxxxxxxxxxx>
- Date: Tue, 14 Jul 2009 20:30:45 +0200
It's a "recipe". You have to replace "path to rpm" by the
actual path to VMware-player-2.0.0-45731.i386.rpm.
In detail:
su -c
runs the command as enquoted as root. You will be prompted
for the root password. The command itself is rpm (install/
update etc.), the switches -Uvh mean:
-U: Upgrade
-v: verbose
-h: hash, i.e. print 50 hash marks while unpacking
VMware-player-2.0.0-45731.i386.rpm.
The remaining part of the rpm command is path and *.rpm
for the upgrade. Installing/Upgrading, in general,
demands for root rights.
Joerg
Am 14.07.2009 20:12, schrieb Nathan Huang:
Hi guys
who can tell me what does this syntax mean?
su -c 'rpm -Uvh /path to rpm/VMware-player-2.0.0-45731.i386.rpm'
thanks
nathan
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
- References:
- Who can tell me what does this mean?
- From: Nathan Huang
- Who can tell me what does this mean?
- Prev by Date: Re: Who can tell me what does this mean?
- Next by Date: Re: From the top... how do I get sound working in F11 ?
- Previous by thread: Re: Who can tell me what does this mean?
- Next by thread: Re: Who can tell me what does this mean?
- Index(es):
Relevant Pages
|