Ask a Question related to Debian, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. ColdFusion 4.5.1 unstable
      What webserver software are you using? Have you kept up with OS service packs?
    2. are packages in unstable updated?
      Hi, Are packages in unstable updated or is unstable like woody and is only released periodically? Thanks Paul
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: Unstable Packages

    Hello Marcelo!

    At Friday 25 July 2003 01:20 Marcelo Macchi wrote:
    > 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.
    You can set up your apt system and add a line for unstable to your
    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

  4. #3

    Default Re: Unstable Packages

    Marcelo Macchi wrote:
    > 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
    Hi 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139