Cadence Not Available In Ubuntu 18.10 Or 19.04

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

Post Reply
G M Slater
Established Member
Posts: 52
Joined: Fri May 18, 2012 5:00 pm
Location: Boise ID USA
Contact:

Cadence Not Available In Ubuntu 18.10 Or 19.04

Post by G M Slater »

I am currently running Ubuntu 18.04 on my main computer. When attempting to update to 18.10 I noticed that Cadence was no longer supported and was going to be removed, so I backed out of the upgrade. I have a test machine that updated from 18.04 to 18.10, then to 19.04, and Cadence was indeed removed, and is no longer available to install via Synaptic. Will a newer version be available in the near future, or is Cadence now dead? Is there a way to install it in either 1810 or 19.04? I am happy with 18.04 on my main computer for now, but will need to upgrade eventually.
User avatar
Michael Willis
Established Member
Posts: 1451
Joined: Mon Oct 03, 2016 3:27 pm
Location: Rocky Mountains, North America
Has thanked: 68 times
Been thanked: 162 times
Contact:

Re: Cadence Not Available In Ubuntu 18.10 Or 19.04

Post by Michael Willis »

You can get Cadence from KXStudio. Follow the "install it manually" instructions on this page: https://kx.studio/Repositories
G M Slater
Established Member
Posts: 52
Joined: Fri May 18, 2012 5:00 pm
Location: Boise ID USA
Contact:

Re: Cadence Not Available In Ubuntu 18.10 Or 19.04

Post by G M Slater »

I followed the instructions to manually install the repositories, both kxstudio and gcc5. They all installed successfully, but are not showing in the Software & Updates window list of installed repos. Also, when I run sudo apt-get update, none of those repos are showing as being contacted. Any ideas as to how to resolve this?
User avatar
milo
Established Member
Posts: 1242
Joined: Wed Sep 06, 2017 2:55 am
Location: Southern Utah, USA
Has thanked: 275 times
Been thanked: 218 times
Contact:

Re: Cadence Not Available In Ubuntu 18.10 Or 19.04

Post by milo »

Did you try the *.deb packages to install the repositories? They work great.
G M Slater
Established Member
Posts: 52
Joined: Fri May 18, 2012 5:00 pm
Location: Boise ID USA
Contact:

Re: Cadence Not Available In Ubuntu 18.10 Or 19.04

Post by G M Slater »

I installed the .deb packages. They installed fine, but the reops don't show up. I then used the command line. Same thing.
User avatar
Michael Willis
Established Member
Posts: 1451
Joined: Mon Oct 03, 2016 3:27 pm
Location: Rocky Mountains, North America
Has thanked: 68 times
Been thanked: 162 times
Contact:

Re: Cadence Not Available In Ubuntu 18.10 Or 19.04

Post by Michael Willis »

I had to follow the command-line instructions to get it working on my machine. Just curious, what it do you get if you run `sudo apt search cadence`?
G M Slater
Established Member
Posts: 52
Joined: Fri May 18, 2012 5:00 pm
Location: Boise ID USA
Contact:

Re: Cadence Not Available In Ubuntu 18.10 Or 19.04

Post by G M Slater »

Running sudo apt search cadence shows the following:

cadence/now 2:0.9.0+git20180427v5 all [residual-config]
(none)
merlyn
Established Member
Posts: 1392
Joined: Thu Oct 11, 2018 4:13 pm
Has thanked: 168 times
Been thanked: 247 times

Re: Cadence Not Available In Ubuntu 18.10 Or 19.04

Post by merlyn »

Which version of Ubuntu doesn't show the KX repos?

Is it that the KX repos are available for 18.04 but not 18.10 or 19.04?

Using an LTS version makes sense for a music setup.
finotti
Established Member
Posts: 528
Joined: Thu Sep 01, 2011 9:07 pm
Has thanked: 86 times
Been thanked: 23 times

Re: Cadence Not Available In Ubuntu 18.10 Or 19.04

Post by finotti »

G M Slater wrote:Running sudo apt search cadence shows the following:

cadence/now 2:0.9.0+git20180427v5 all [residual-config]
(none)
That's weird. It seems something went wrong. You could try:

Code: Select all

dpkg --configure -a
and maybe

Code: Select all

apt -f install
Then check again.
G M Slater
Established Member
Posts: 52
Joined: Fri May 18, 2012 5:00 pm
Location: Boise ID USA
Contact:

Re: Cadence Not Available In Ubuntu 18.10 Or 19.04

Post by G M Slater »

I was finally able to get this all resolved. First, I fished out the deb URL's for the missing repositories from the etc/apt/sources.list.d/kxstudio... list files on a different computer, then manually input them using the Add Repository tool on the Software & Updates window. This gave me the missing repos back, and Cadence then showed up as available in the Synaptic Package Manager. When I tried to install it, though, I got broken package errors, due to python3-dbus.mainloop.pyqt 20180318 Neon Fix not being available for installation. I was able to add and install that by adding the kxstudio gcc5-deps repository for Xenial. Cadence and all associated tools are now reinstalled and working correctly!
Post Reply