From owner-freebsd-questions@FreeBSD.ORG Fri Jul 20 16:46:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AB8516A469 for ; Fri, 20 Jul 2007 16:46:30 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 2400E13C4B0 for ; Fri, 20 Jul 2007 16:46:29 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from [172.23.23.190] (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l6KGkQlU080461; Fri, 20 Jul 2007 12:46:26 -0400 (EDT) (envelope-from r17fbsd@xxiii.com) Message-ID: <46A0E6E3.2050507@xxiii.com> Date: Fri, 20 Jul 2007 12:46:27 -0400 From: Rob User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Noah References: <46A0DDDC.7050603@enabled.com> In-Reply-To: <46A0DDDC.7050603@enabled.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: installing RHEL 4 or Fedora Core 6 on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2007 16:46:30 -0000 Noah wrote: > is there a way to install RHEL 4 or Fedora Core 6 RPMs on FreeBSD? rpm is in the FreeBSD ports under archivers/rpm. IIRC, rpms are binary only, aren't they? I guess if you loaded the Linux compatibility, and installed the rpm port, you could use it to install things to run in compat mode. Unless you have need for Linux compatibility, you should use the ports or packages to install stuff as BSD native binaries. -RW