Results 1 to 10 of 10

Thread: HOWTO: Find newer/more packages

  1. #1
    Join Date
    Oct 2004
    Location
    Virginia, USA
    Beans
    42
    Distro
    Ubuntu Breezy 5.10

    HOWTO: Find newer/more packages

    I think we all want newer packges that have plenty of fixes and adds ons. Such as Gdesklets. A lot has happen in with Gdesklets since the version already in the depositories. Or just want to have the latest and the greatest. Go to

    http://www1.apt-get.org/ (its a search engine for depositories.)

    Click on- Search for a package

    Select your arch for your pc. In my case for a Pentium 3 I choose i386.

    Then search for the package you want.

    Now we need to add the repository to you sources list.

    Open the terminal and type sudo vi /etc/apt/sources.list
    You'll see some text with sources. I always add new sources one line below the last one.
    To do this type i, put to cursor to where you want the source at (it really dosen't matter where but as I said I perfer the below the last source)
    Then add the soruce such as

    deb http://j.portalier.free.fr/debian testing main

    Now press esc. Then type this to write and save the file :wq
    This will bring you back to the main console screen.

    Now we need to get the package information off the server you can do this by sudo apt-get update or with synaptic by clicking reload.

    Now you have newer packages for that file you want or that package that you need. Have fun.

    *Note some of these packages are bleeding edge and they could have bugs and might cause instability try to only use packages you know to be stable.
    Don't confuse stupidity with bravery.

    One who relies on sight may not see at all.

  2. #2
    Join Date
    Oct 2004
    Location
    Australia
    Beans
    90

    Re: How to find newer/more packages

    Thanks for the tip Jay I think the Pentium 3 is 686 processor
    Last edited by cacofonix; October 29th, 2004 at 02:05 PM.

  3. #3
    Join Date
    Oct 2004
    Location
    Virginia, USA
    Beans
    42
    Distro
    Ubuntu Breezy 5.10

    Re: How to find newer/more packages

    Really? I always though it was i386. Learn something new everyday
    Don't confuse stupidity with bravery.

    One who relies on sight may not see at all.

  4. #4
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to find newer/more packages

    i686's are Pentium PROs and up. Check your uname -a output to be sure.
    Quote Originally Posted by tuxradar
    Linux's audio architecture is more like the layers of the Earth's crust than the network model, with lower levels occasionally erupting on to the surface, causing confusion and distress, and upper layers moving to displace the underlying technology that was originally hidden

  5. #5
    Join Date
    Oct 2004
    Location
    Sweden
    Beans
    55

    Re: How to find newer/more packages

    Just remember that using unofficial repositories increases the risk of your system being borked.
    16:20, AM

  6. #6
    Join Date
    Oct 2004
    Location
    Virginia, USA
    Beans
    42
    Distro
    Ubuntu Breezy 5.10

    Re: How to find newer/more packages

    Thanks for pointing that out. I though I added that to the how to, I only use it for software packages such as gaim, wine, etc. I never use it to upgrade anything that deals with the inner layers of the os. Pentium 3's are i686. But as some say that i386 and i686 isn't a big difference when it comes to packages. I don't know, but I don't like to mix packages of different arch.
    Last edited by jayclark; October 30th, 2004 at 12:12 AM.
    Don't confuse stupidity with bravery.

    One who relies on sight may not see at all.

  7. #7
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to find newer/more packages

    mixing arches has no bad side effects; the problems result when the .deb's are compiled against different library versions.
    Quote Originally Posted by tuxradar
    Linux's audio architecture is more like the layers of the Earth's crust than the network model, with lower levels occasionally erupting on to the surface, causing confusion and distress, and upper layers moving to displace the underlying technology that was originally hidden

  8. #8
    Join Date
    Nov 2004
    Location
    USA
    Beans
    14

    Re: How to find newer/more packages

    Quote Originally Posted by jayclark
    Pentium 3's are i686. But as some say that i386 and i686 isn't a big difference when it comes to packages. I don't know, but I don't like to mix packages of different arch.
    I have a P3 1.13ghz and my uname -a lists :
    Linux securitybreach 2.6.8.1-3-386 #1 Tue Oct 12 12:41:57 BST 2004 i686 GNU/Linux. This seems odd to me.

  9. #9
    Join Date
    Nov 2004
    Location
    Manchester, England
    Beans
    18

    Re: How to find newer/more packages

    Quote Originally Posted by securitybreach
    I have a P3 1.13ghz and my uname -a lists :
    Linux securitybreach 2.6.8.1-3-386 #1 Tue Oct 12 12:41:57 BST 2004 i686 GNU/Linux. This seems odd to me.
    you are on a kernel compiled for i386 arch but are on an i686 processor.

    you can upgrade to i686 by typing...

    sudo apt-get install linux-686

    ... in the command line for minor (if any) speed improvements.

  10. #10
    Join Date
    Nov 2004
    Location
    USA
    Beans
    14

    Re: HOWTO: Find newer/more packages

    Thanx for the quick response

Bookmarks

Posting Permissions

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