Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: pkuriakose on July 24, 2019, 11:18:27 pm

Title: Installing on Ubuntu Mate 18.04
Post by: pkuriakose on July 24, 2019, 11:18:27 pm
Hello all,

I am trying to install on Ubuntu Mate 18.04.

When I download the .deb(s and do the dpkg -i, the system cannot install the contribs.  I don't see an error log so I can't seem to work through that.

When I try sudo apt-get install jens-lody-debian-keyring

I get Unable to locate package jens-lody-debian-keyring.

If I add the sources in to sources.list it is the 16.x version.

Please help.

Thanks,

Paul
Title: Re: Installing on Ubuntu Mate 18.04
Post by: osdt on July 25, 2019, 01:08:50 am
There is an unofficial PPA (https://launchpad.net/~pasgui/+archive/ubuntu/ppa/+packages) providing CB 17.12 up to Ubuntu 18.04. It's worth a try.
Title: Re: Installing on Ubuntu Mate 18.04
Post by: BlueHazzard on July 25, 2019, 01:10:28 pm
Or you build it by yourself. It is not hard:
https://github.com/bluehazzard/codeblocks_sf/wiki/build_linux_mint_18#setup-build-system
and then
https://github.com/bluehazzard/codeblocks_sf/wiki/build_linux_mint_18#building-codeblocks-to-package
Title: Re: Installing on Ubuntu Mate 18.04
Post by: LETARTARE on July 25, 2019, 02:46:44 pm
@BlueHazzard
Do you plan to translate it into the Wiki, because it's a great educational work !!
Title: Re: Installing on Ubuntu Mate 18.04
Post by: BlueHazzard on July 25, 2019, 05:30:28 pm
i have written this on github, because i have lost the codeblocks wiki credentials... have them now so i could transfer it..
I still would like to have some feedback...if it is working or not, or useful for beginners, or if it is too advanced ecc...
Title: Re: Installing on Ubuntu Mate 18.04
Post by: pkuriakose on July 30, 2019, 12:29:10 am
Unofficial PPA worked like a charm.  Thank you!!