linuxstudio in debian repository missing?

Unofficial support for the KXStudio Linux distribution and applications.
More info at http://kxstudio.linuxaudio.org/

Moderators: MattKingUSA, khz

Post Reply
redss
Established Member
Posts: 6
Joined: Tue Jan 01, 2013 7:25 pm

linuxstudio in debian repository missing?

Post by redss »

I'm not using kxstudio but I used to run linuxsampler under Ubuntu Lucid (10.04) (which is customized and updating is not an option)

There used to be a way to install linuxstudio into Ubuntu Lucid by adding the kxstudio repository to sources.list:

Code: Select all

deb http://ppa.launchpad.net/kxstudio-team/ppa/ubuntu lucid main
Apparently there is not something missing from that repository now, as I get the following fatal error when attempting apt-get install:

Code: Select all

dependency problems prevent configuration of linuxsampler:
 linuxsampler depends on liblinuxsampler; however:
  Package liblinuxsampler is not installed.
Is there a workaround to install linuxstudio that doesn't involve moving off 10.04?
redss
Established Member
Posts: 6
Joined: Tue Jan 01, 2013 7:25 pm

Re: linuxstudio in debian repository missing?

Post by redss »

I had tried that already, unfortunately the new repository only supports newer ubuntu (12.04+) so I get an error when installing onto 10.04:

Code: Select all

The following packages have unmet dependencies:
  linuxsampler: Depends: libstdc++6 (>= 4.6) but 4.4.3-4ubuntu5.1 is to be installed
E: Broken package
The older kxstudio repository I used earlier (within the last year) was:

Code: Select all

http://ppa.launchpad.net/kxstudio-team/ppa/ubuntu
and that worked fine with 10.04. Can I access this anywhere now?
redss
Established Member
Posts: 6
Joined: Tue Jan 01, 2013 7:25 pm

Re: linuxstudio in debian repository missing?

Post by redss »

Great, that worked thank you!

For reference to anybody else, I had to combine that step with the other steps, here is everything I typed in order to get it to install in lucid:

sudo add-apt-repository ppa:kxstudio-debian/kxstudio
sudo apt-get update
sudo apt-get install kxstudio-repos
sudo echo deb http://ppa.launchpad.net/kxstudio-debia ... ain/ubuntu lucid main >> /etc/apt/sources.list
sudo apt-get update
sudo apt-get update

(2nd update was to remove a duplicate reference)
User avatar
sysrqer
Established Member
Posts: 2595
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 377 times
Been thanked: 170 times
Contact:

Re: linuxstudio in debian repository missing?

Post by sysrqer »

I'm just curious, why are you still using 10.04?
redss
Established Member
Posts: 6
Joined: Tue Jan 01, 2013 7:25 pm

Re: linuxstudio in debian repository missing?

Post by redss »

I have a heavily customized liveUSB which took a lot of time to customize, so I only update when I have to. I don't have time to customize every time there's a new release
Post Reply