LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Audacity on AntiX (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/audacity-on-antix-795521/)

dg19075 03-15-2010 09:08 AM

Audacity on AntiX
 
I've been running AntiX on a Dell Latitude C600, and would like to install Audacity,but AntiX opos up a dialog saying it needs the latest wxWidgets packacge. It then says it is not going to installthe packaged version and so Audacity won't install.what to do?

snowday 03-15-2010 09:23 AM

Hi there, can you please copy & paste the following commands into the terminal, then cut & paste the output here? This will give us detailed error messages to assist with your problem.

Code:

su
apt-get update && apt-get install audacity


dg19075 03-15-2010 08:18 PM

Here's the paste I get running those commands:
Fetched 12.4MB in 37s (327kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
audacity: Depends: libwxgtk2.8-0 (>= 2.8.7.1) but it is not going to be installed
E: Broken packages
root@davey:/home/dave# apt-get update && apt-get install audacity

snowday 03-15-2010 09:03 PM

Hmmm... interesting. Have you recently updated your system? If not:

Code:

apt-get update && apt-get upgrade
If you're still getting errors, maybe you could post your software sources?

Code:

cat /etc/apt/sources.list
There is a warning on the AntiX website that might be relevant, see the Feb. 15 2009 new item: http://antix.mepis.org/index.php/Main_Page

dg19075 03-15-2010 10:40 PM

Ran apt-get update && apt-get upgrade plus apt-get install -f, and it finally worked!


All times are GMT -5. The time now is 05:44 PM.