Results 1 to 4 of 4

Thread: Install new version of software that is in repositories

  1. #1
    Join Date
    Aug 2009
    Beans
    6

    Install new version of software that is in repositories

    Hello.

    I'm often compiling and installing software either to get the latest version or simply because the software doesn't exist in a repository.
    To keep track on installed software I use checkinstall to generate .deb package files and install using package management tools ( e.g. dpkg -i <generatedDebFile>)
    My question:
    I believe that some trouble I have had in the past were caused by having installed software in a newer version that the one in repositories. This might be because my approach of installing home build versions is wrong.
    So what is the proper way of installing software that is also in repositories?

    Thanks in advance for any input
    (Currently using Ubuntu 12.04 64 bit)

  2. #2
    dino99's Avatar
    dino99 is offline Ubuntu addict and loving it
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Install new version of software that is in repositories

    i dont thing you are doing something wrong, i'm doing the same way too.
    but sometimes the archives have libs with older release, and conflict often comes from there.

  3. #3
    Join Date
    Nov 2005
    Location
    Lincolnshire, UK
    Beans
    1,363
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Install new version of software that is in repositories

    thgis: I have been using Linux systems for many years now and have hardly ever had the urge to compile a program! I have never actually needed the latest and greatest version of a program - slightly older (and more stable) versions usually do the job for me.

    Linux distributions consist of a set of disparate applications that have all been configured and tweaked to work together. In particular, common libraries are used that all have to work with particular program versions.

    When a distro, such as Ubuntu, is released, this is a snapshot of these applications at a particular point in time. This means that all the applications involved should then work together.

    By introducing applications that you have built from source, or from anywhere other than the correct repositories for that release, there is a strong possibility of breakage due to dependency problems.

    So, if you want to avoid "trouble" and just keep your system working, I suggest you stick to only installing applications from the specific repositories for your particular release.

  4. #4
    Join Date
    Nov 2007
    Location
    Wisconsin
    Beans
    997

    Re: Install new version of software that is in repositories

    Make sure the Backports repo is enabled on your system if you want the latest.

    The Ubuntu Backporters team uploads to that repo, and they could sure use your help! Build once and everybody benefits. https://help.ubuntu.com/community/UbuntuBackports

Tags for this Thread

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
  •