From owner-freebsd-questions@FreeBSD.ORG Wed Sep 21 12:09:35 2011 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 7E8D21065672 for ; Wed, 21 Sep 2011 12:09:35 +0000 (UTC) (envelope-from kron24@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 11FED8FC14 for ; Wed, 21 Sep 2011 12:09:34 +0000 (UTC) Received: by fxg9 with SMTP id 9so2096908fxg.13 for ; Wed, 21 Sep 2011 05:09:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=MWLUNbsEzfcCTfzsiVjX4khWnPdyDRKipMSTqcMsKcw=; b=QPev5NXkj7bc9T5LYYm/4RWCbI6KNezjwR+jwR2+rd7TUKOxfSzOfAzWvuWMt0GC8E uoznEWhG6x2M7jius1KZWGEnws350SWmkLX77V+ZrLQIHe75PySr+gotK7VNQ8WfwCJ/ tKotlfw5FVWwHyaBcUNRyIAXvYsPmFEbU5JEE= Received: by 10.223.32.9 with SMTP id a9mr885454fad.134.1316605435236; Wed, 21 Sep 2011 04:43:55 -0700 (PDT) Received: from nbvk.local (uidzr185150.sattnet.cz. [212.96.185.150]) by mx.google.com with ESMTPS id f10sm4021681fac.14.2011.09.21.04.43.52 (version=SSLv3 cipher=OTHER); Wed, 21 Sep 2011 04:43:54 -0700 (PDT) Message-ID: <4E79CDF7.1060102@gmail.com> Date: Wed, 21 Sep 2011 13:43:51 +0200 From: kron24 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110907 Thunderbird/6.0.2 MIME-Version: 1.0 To: FreeBSD References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Carmel Subject: Re: Using RPM to extract file 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: Wed, 21 Sep 2011 12:09:35 -0000 On 2011/09/21 13:17, Carmel wrote: > I am attempting to obtain a PPD file for a Brother MFC-9560CDW printer. > According to this URL: > , > I can download a file from: > > for this printer. Unfortunately, the file is only available in either > "RPM" or "DEB" format. I cannot figure out how to extract the "PPD" > from "RPM" file. I have read "man rpm"; however, I am still confused. I > tried following the instruction given on the site for extracting the > files; however, that only issued a warning about an incorrect operating > system. First use rpm2cpio of archivers/rpm to get a cpio package. Then continue with standard cpio(1). BR, Oli