|
Try installing using the package manager (synaptic I believe) while you are online. The problem is that audacity needs libjack, but you only downloaded audacity.
synaptic will handle the dependencies for you. So when program foo needs program bar to function, it will download both foo and bar and install bar first, then install foo.
If you like command line better, go online and then do sudo aptitude update and then sudo aptitude install audacity.
|