From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 14:22:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41E2116A41F for ; Fri, 9 Sep 2005 14:22:08 +0000 (GMT) (envelope-from spammesilly@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9368943D46 for ; Fri, 9 Sep 2005 14:22:07 +0000 (GMT) (envelope-from spammesilly@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so1216931wra for ; Fri, 09 Sep 2005 07:22:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=kvH7QTq9POfkB3ZrSeq7jcr9r/QtTdn3pc4yNpPWkD0eWnt/0gjt1IwP87gqarY3fXASXbaZDrTv/4Qb7wE6CAlIGf05lpvT3v8dmCBG/5wqsesZp6L/kcUOprtz3ZjTa8OX0KBim2CF46UWB5Et+HHqF/Cvz8lBnYJgUJHUVgU= Received: by 10.54.38.42 with SMTP id l42mr344935wrl; Fri, 09 Sep 2005 07:22:06 -0700 (PDT) Received: by 10.54.102.1 with HTTP; Fri, 9 Sep 2005 07:22:06 -0700 (PDT) Message-ID: Date: Fri, 9 Sep 2005 10:22:06 -0400 From: Daniel Gonzalez To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re:VMWare X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spammesilly@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 14:22:08 -0000 > Well, I have downloaded the official Vmware5 package from the official >=20 site. However, it is a Gzipped tarball rather than a normal package. I know how to install Linux RPMs in FreeBSD. But this time, I have no idea. Quite puzzled, and needing help. Many thanks in advance. Ken- Assuming the package ends in .tar.gz or .tgz, you can extract the tarball= =20 via: tar -zxvf If the tarball ends in .tbz, extract it with the following; tar -jxvf Once the file is extracted, there should be a README file that tells you ho= w=20 to install the binary. (Assuming this is not a package specifically built= =20 for FreeBSD) Hope that helps, I'm a relative newb to BSD myself Regards --=20 Dan Gonzalez spammesilly@gmail.com Google Talk: spammesilly