Page 1 of 1

LMDE does not have Acidrip in Package Manager SOLVED

Posted: Tue Nov 09, 2010 11:26 pm
by pythagorean
I installed LMDE to give it a try and I noticed that it does not have Acidrip in the software manager or in the package manager. Also, sudo apt-get install acidrip does not result an install... it returns the message that there is no such package.

Anyone else run into this? Am I doing something wrong?

Re: LMDE does not have Acidrip in Package Manager

Posted: Wed Nov 10, 2010 12:30 am
by dawgdoc
I found a post in the Debian Bug Report Logs that states AcidRip is no longer in Debian and therefore not in LMDE. I guess you could hunt down a .deb package built for lenny, but that may well involve a lot of dependency problems. Or you could build from source code. The most recent available at SourceForge is ver 0.14 which was released in 2004

Re: LMDE does not have Acidrip in Package Manager

Posted: Wed Nov 10, 2010 8:47 am
by pythagorean
Rather surprising since I have it installed in Linux Mint 10 RC and I got it from package manager with no problem.

Re: LMDE does not have Acidrip in Package Manager

Posted: Wed Nov 10, 2010 11:59 am
by remoulder
pythagorean wrote: I have it installed in Linux Mint 10 RC and I got it from package manager
LM 10 is based on Ubuntu and uses Ubuntu's repos, LMDE is based on Debian and uses Debian's repos, these are completely separate things and cannot be compared.

Re: LMDE does not have Acidrip in Package Manager

Posted: Wed Nov 10, 2010 12:38 pm
by Oscar799
Moved here from Multimedia & Codecs

Re: LMDE does not have Acidrip in Package Manager

Posted: Wed Nov 10, 2010 9:25 pm
by pythagorean
I have a lot to re-learn I guess since I have been using Fedora and Linux Mint and it seems to me that Debian truly is yesterday's distro if the very first package I tried to install is not included.

One always reads things like "Debian has 25,000 software packages available" so imagine the improbability of picking the software you can't get through the package installer as your first attempt to use your new distro. Sad.

I like the idea of a rolling distro but I am not going back to compiling from source. Luckily, All I had invested was that I was giving it a test run in Virtualbox. And now:

DELETE ldme.vdi.

Re: LMDE does not have Acidrip in Package Manager

Posted: Wed Nov 10, 2010 9:58 pm
by vincent
It's not "improbable" to not be able to find certain packages you want in Debian; in fact, on my Debian installation, I almost have as many external repositories as I used to have with straight-up Ubuntu/Mint. Keep in mind that package maintainers (as well as everyone working on Debian) are strictly volunteers, who can choose exactly what and when they want to package stuff. If there is no current maintainer for a package you want, well, you could learn to become a package maintainer yourself if you wanted to. ;)

Re: LMDE does not have Acidrip in Package Manager

Posted: Sun Nov 14, 2010 10:52 pm
by pythagorean
Well it turns out that all I needed to do was download the all deb version and then cd to the extracted folder and then as superuser I used the command

perl Makefile.PL

after which I just used the usual make install.

The only aspect of all of this that was unexpected was that I had also install lsdvd from package manager to get acidrip to list the tracks correctly. Here is where I found the overall idea:

http://www.linuxquestions.org/linux/ans ... tion_Howto

I skipped to the end because a lot of what is written in the link seems sort of out of date but that perl Makefile.PL command really taught me an important lesson, which is why I wrote this note.

SOLVED