Ask a Question related to Debian, Design and Development.
-
Marcelo Macchi #1
Unstable Packages
Hi there, I'm Marcelo from Argentina and I have download the last version of wine for my debian linux, but I have the problem that the wine libraries and all the packages of new versions use other packages that are unstable.
I want to know if there is a way to setup my apt program to download all the unstable packages from the Debian.org web without to download one by one.
Thanks for your Help
Marcelo
Marcelo Macchi Guest
-
ColdFusion 4.5.1 unstable
What webserver software are you using? Have you kept up with OS service packs? -
are packages in unstable updated?
Hi, Are packages in unstable updated or is unstable like woody and is only released periodically? Thanks Paul -
utopia.sty missing from Debian teTeX 2.0.2 unstable packages
I have recently upgraded to the unstable Debian teTeX 2.0.2-4 packages and cannot seem to find utopia.sty. Is this a feature of the teTeX release... -
KDM problems (unstable)
Here's my setup - I run KDE w/KDM on machine B. Machine A is configured to run "X -query B". It worked fine for a long time, where I would get a... -
connection unstable
my connection drops off at different times , have tried setting it to stay on till manually turned off, but that does not work. Even while on the... -
Florian Ernst #2
Re: Unstable Packages
Hello Marcelo!
At Friday 25 July 2003 01:20 Marcelo Macchi wrote:
You can set up your apt system and add a line for unstable to your> Hi there, I'm Marcelo from Argentina and I have download the last
> version of wine for my debian linux, but I have the problem that the
> wine libraries and all the packages of new versions use other
> packages that are unstable. I want to know if there is a way to
> setup my apt program to download all the unstable packages from the
> Debian.org web without to download one by one.
sources.list, see the Debian Reference[1] for further information,
and do a
apt-get install -t unstable wine
to get the newest debian version of it. Read the reference carefully
or you will end up with a complete sid system.
Be aware that mixing different distributions of debian might lead to
problems, although I can't see any when referring to wine.
HTH,
Flo
[1] [url]http://www.br.debian.org/doc/user-manuals#quick-reference[/url]
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Florian Ernst Guest
-
Charles-Roberts #3
Re: Unstable Packages
Marcelo Macchi wrote:
Hi Marcelo:> Hi there, I'm Marcelo from Argentina and I have download the last
> version of wine for my debian linux, but I have the problem that the
> wine libraries and all the packages of new versions use other packages
> that are unstable.
> I want to know if there is a way to setup my apt program to download all
> the unstable packages from the Debian.org web without to download one by
> one.
>
> Thanks for your Help
>
> Marcelo
Make your /etc/apt/preferences file like the enclosed preferences file.
I do not know which release of debian you are using. I am using
'testing', so you may have to alter the preferences file. Add an entry
to your /etc/apt/sources.list file to point to the 'unstable' version.
Use dselect (or apt-get) to 'update' your system.
Use 'apt-get install -t unstable wine' to install wine.
Any other pckages that wine needs will also be installed from 'unstable'.
You can use 'apt-get -s install -t unstable wine' to simulate the
install. This way you can see what 'apt-get' would have installed. Be
sure to read 'man apt-get'.
HTH
Charles
X-comment: ============================ Track testing as default
Package: *
Pin: release a=testing
Pin-Priority: 800
X-comment: ============================ Make stable available
Package: *
Pin: release a stable
Pin-Priority: 75
X-comment: ============================ Force Tracking stable for Shorewall
Package: shorewall
Pin: release a=stable
Pin-Pirority: 1100
X-comment: ============================ Make unstable available
Package: *
Pin: release a=unstable
Pin-Priority: 70
Charles-Roberts Guest



Reply With Quote

