Home » Questions » Computers [ Ask a new question ]

Ubuntu Repositories lack most recent versions of software

Ubuntu Repositories lack most recent versions of software

Sometimes I try to use a feature of some software, only to find that I'm running an old version where the feature hasn't yet been implemented. For example, I've just tried using the -deskew option to ImageMagick. It turns out that my software repository has 6.3.7.9, but the most recent version is 6.5.5.

Asked by: Guest | Views: 269
Total answers/comments: 2
Guest [Entry]

"There are a couple of different options:

Enable the proposed-updates universe on your system via System > Administration > Software Sources > Updates. This will get the newer versions slightly faster onto your desktop. This will only get the minor proposed updates faster, as pointed out in the comments.
Check if there is a semi-official PPA for the software (i.e. maintained by someone from the project team). This is likely to have the latest version of the software, packaged by the team.
Use a PPA maintained by some individual, like you or me. This should be fine as long as you realize you're using a package that was built by an individual and the resulting security implications.

The PPA is Ubuntu's way of providing a viable distribution mechanism to teams and individuals to distribute their version of a software.

The Ubuntu official repository will, and should, contain a version that is tested and stable, and satisfies library dependencies in the system. By it's very definition, it will tend not to have the latest release at all times."
Guest [Entry]

"Ubuntu may not be the right distribution for you. However, you can try to backports repositories. They have more bleeding-edge software, but not each software package in the regular repositories has its own backport.

In short: your mileage may vary, but you should take a look the the Ubuntu-Backports."