LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-29-2012, 05:11 PM   #1
MrsOnOct3
LQ Newbie
 
Registered: Oct 2012
Location: Idaho
Distribution: Ubuntu 12.04.1 LTS
Posts: 14

Rep: Reputation: Disabled
Installing Audacity SRC 2.0.2 on Debian 6.0


I have downloaded Audacity SRC 2.0.2 and the WxWidget 2.8.12. I'm not sure where to go from here. I'm really new to Linux and so I am not sure what I need to type into terminal to get it to install the program. Please help!
 
Old 10-29-2012, 05:29 PM   #2
MrsOnOct3
LQ Newbie
 
Registered: Oct 2012
Location: Idaho
Distribution: Ubuntu 12.04.1 LTS
Posts: 14

Original Poster
Rep: Reputation: Disabled
I did ./configure and this is what it came up with. What do i do to fix that?

checking for pkg-config... no
configure: error: pkg-config is required to compile audacity!
 
Old 10-29-2012, 05:45 PM   #3
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
backport it from sid
$ apt-cache policy audacity
audacity:
Installed: (none)
Candidate: 2.0.2-1
Version table:
2.0.2-1 0
500 http://ftp.us.debian.org/debian/ unstable/main i386 Packages


Quote:
How do I backport a sid package to testing or stable?

Install the Debian source (and the development tools, especially debhelper, devscripts, and build-essential), and then build the package.

Step by step:

add a deb-src line for sid to your sources.list

apt-get update

apt-get build-dep PACKAGE_NAME

apt-get -b source PACKAGE_NAME

The resulting debs should be in the current directory and can be installed with dpkg -i the.deb.
 
Old 10-29-2012, 06:01 PM   #4
MrsOnOct3
LQ Newbie
 
Registered: Oct 2012
Location: Idaho
Distribution: Ubuntu 12.04.1 LTS
Posts: 14

Original Poster
Rep: Reputation: Disabled
Where do I go to find this?

"E: Unable to find a source package for audacity-src-2.0.2"
 
Old 10-29-2012, 07:15 PM   #5
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Since you are new to Linux it is unlikely that you want to install the latest version of audacity on purpose. Compiling a package, and certainly compiling the Debian way is a task as easy as washing your car, but you have to read the documentation and to understand that you need 3 weeks of preparation.

I recommend that you install the version which is provided by Debian. Open a terminal window and enter (as root):
Code:
apt-get update && apt-get install audacity
Since Wheezy is almost stable, you might want to consider upgrading to Wheezy is you really need a more recent version.

jlinkels
 
Old 10-29-2012, 11:51 PM   #6
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
apparently it isn't in the deb-src repo.

Quote:
$ apt-get -b source audacity -s
Reading package lists... Done
Building dependency tree
Reading state information... Done
NOTICE: 'audacity' packaging is maintained in the 'Git' version control system at:
git://git.debian.org/git/pkg-multimedia/audacity.git
Need to get 6,816 kB of source archives.
Fetch source audacity
 
Old 10-30-2012, 10:07 AM   #7
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Quote:
Originally Posted by craigevel
__________________
Debian Sid KDE 4.8.4 Kernel 3.5 Thinkpad R40 CPU-Pentium M 1.3 RAM 2GB Radeon M 7500
Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi
I had to smile
 
Old 10-30-2012, 02:16 PM   #8
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
The source isn't in the sid repo but Audacity is.
Edit: or maybe it is, anyway easy enough to download it:
http://ftp.de.debian.org/debian/pool....debian.tar.gz

Code:
$ apt-get install audacity -s
NOTE: This is only a simulation!
      apt-get needs root privileges for real execution.
      Keep also in mind that locking is deactivated,
      so don't depend on the relevance to the real current situation!
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  audacity-data libportsmf0 libsbsms10 libvamp-hostsdk3
Suggested packages:
  ladspa-plugin
The following NEW packages will be installed:
  audacity audacity-data libportsmf0 libsbsms10 libvamp-hostsdk3
0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
$ apt-cache policy audacity
audacity:
Installed: (none)
Candidate: 2.0.2-1
Version table:
2.0.2-1 0
500 http://ftp.us.debian.org/debian/ unstable/main i386 Packages

I have maybe 5 apps that weren't installed using apt-get/dpgk
Firefox
Thunderbird
ufw kcm-module
Oracle java
smxi

Eight years of running sid and those are the only apps I have used that I didn't install with apt-get.

I may not use many of the repos in my Giant sources.list but there are a ton of 3rd party repos for Debian.

Code:
$ inxi -r
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
           deb-src http://ftp.us.debian.org/debian/ unstable main contrib non-free
           deb http://ftp.us.debian.org/debian/ experimental main contrib non-free
           deb http://www.deb-multimedia.org/ sid main non-free
           deb http://dl.google.com/linux/chrome/deb/ stable main
           deb http://moblock-deb.sourceforge.net/debian/ sid main

Last edited by craigevil; 10-30-2012 at 02:24 PM.
 
Old 10-30-2012, 04:28 PM   #9
MrsOnOct3
LQ Newbie
 
Registered: Oct 2012
Location: Idaho
Distribution: Ubuntu 12.04.1 LTS
Posts: 14

Original Poster
Rep: Reputation: Disabled
Thumbs up

Thanks guys. I got it installed. Not the newest version, but a version at least. That'll be good enough. =) Thanks again.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help installing Audacity watha SUSE / openSUSE 7 09-29-2006 01:18 PM
Audacity needs MP3 support on Debian feffer777 Linux - Software 1 02-20-2006 06:41 PM
Problem with audacity on debian/kanotix feffer777 Debian 1 02-15-2006 04:06 AM
Having trouble installing Audacity-src-1.2.0 Joe47 Fedora 1 05-08-2004 06:06 AM
xfree86 4.2.0 (src) on Debian Ratclaws Linux - Software 1 05-21-2002 03:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration