How to fetch a binary package given the package name
I can use
apt-get source <pkg-name>[=version]
to fetch and extract a source package, given its name (and optionally,
its version).
But is there any equivalent for binary packages? I.e., is there a tool
that downloads a binary package, given the package's name (and
optionally its version)?
Thanks, Malte
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: i2ht3f$2te$1@dough.gmane.org">http://lists.debian.org/i2ht3f$2te$1@dough.gmane.org
07-25-2010, 06:01 PM
Sven Joachim
How to fetch a binary package given the package name
On 2010-07-25 19:43 +0200, Malte Forkel wrote:
> I can use
> apt-get source <pkg-name>[=version]
> to fetch and extract a source package, given its name (and optionally,
> its version).
>
> But is there any equivalent for binary packages? I.e., is there a tool
> that downloads a binary package, given the package's name (and
> optionally its version)?
Yes, aptitude can do that. Here's an example fetching the experimental
version of xserver-xorg-core:
You can also use the "-t <suite>" switch to get a package from a given
suite.
Sven
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 87d3ubl9tg.fsf@turtle.gmx.de">http://lists.debian.org/87d3ubl9tg.fsf@turtle.gmx.de
07-25-2010, 07:03 PM
Malte Forkel
How to fetch a binary package given the package name
Am 25.07.2010 20:01, schrieb Sven Joachim:
> Yes, aptitude can do that. Here's an example fetching the experimental
> version of xserver-xorg-core:
>
> ,----
> | % LANG=C aptitude download xserver-xorg-core=2:1.8.99.905-1
> | Get:1 http://ftp.de.debian.org experimental/main xserver-xorg-core 2:1.8.99.905-1 [1530kB]
> | Fetched 1530kB in 1s (1119kB/s)
> `----
>
> You can also use the "-t <suite>" switch to get a package from a given
> suite.
>
Thanks, Sven. Just what I was looking for!
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: i2i1q8$h3n$1@dough.gmane.org">http://lists.debian.org/i2i1q8$h3n$1@dough.gmane.org
07-26-2010, 03:57 AM
Ron Johnson
How to fetch a binary package given the package name
On 07/25/2010 01:01 PM, Sven Joachim wrote:
On 2010-07-25 19:43 +0200, Malte Forkel wrote:
I can use
apt-get source<pkg-name>[=version]
to fetch and extract a source package, given its name (and optionally,
its version).
But is there any equivalent for binary packages? I.e., is there a tool
that downloads a binary package, given the package's name (and
optionally its version)?
Yes, aptitude can do that. Here's an example fetching the experimental
version of xserver-xorg-core:
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 87d3uan9gy.fsf@turtle.gmx.de">http://lists.debian.org/87d3uan9gy.fsf@turtle.gmx.de