Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

When will Geany 0.21 be in the repos, instead of Geany 0.20? Whose responsability is it, Ubuntu or Geany?

I wasn't sure of where I could get packages information, so I just used Askubuntu.

Thanks.

share|improve this question

1 Answer

After the release of an Ubuntu version packages are only updated for security and big fixes. No further release is done for individual packages.

If you want to keep Geany up to date you need to add a PPA. Luckily Geany keeps a developers PPA that has the version you are looking for.

Install it by using these commands on a terminal

sudo add-apt-repository ppa:geany-dev/ppa
sudo apt-get update
sudo apt-get install geany geany-plugins
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.