Staying up to date on Lucid

Asked by osterchrisi

Hello!

I know this might be a really stupid question but: How can I stay updated with the latest stable release on Lucid? I once tried to play around a bit with Bazaar but I really don't get how to use it.
Since I work with Lucid Lynx, I'm kina stuck with KiCad version 20090216 from my repositories.

I would super appreciate any help as how to stay updated with the latest stable releases please!
Thanks a lot!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu kicad Edit question
Assignee:
No assignee Edit question
Solved by:
mycae
Solved:
Last query:
Last reply:
Revision history for this message
mycae (mycae) said :
#1

You can try rebuilding the .deb packages, as shown here.
http://www.moosechips.com/2008/09/ubuntu-rebuild-a-source-package/

Download the three files from the Oneiric repository, the .orig.tar.gz the .diff.tar.gz and the .dsc file into the same folder

open a terminal, then change to that folder using the "cd" command.

Now run

dpkg-source -x *dsc

This will download the correct package to rebuild. If you "apt-get source kicad" you will get the version from your current repo.

Revision history for this message
Best mycae (mycae) said :
#2

oops, the Oneiric files are here:
http://packages.ubuntu.com/oneiric/kicad

Revision history for this message
osterchrisi (osterchrisi) said :
#3

Thanks mycae, that solved my question.