Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25th April 2005, 04:06 PM
Yuneek Offline
Registered User
 
Join Date: Apr 2005
Posts: 9
Audacity?

I'm trying to install Audacity but I'm unsure which download to get... can someone please help?

Yuneek
Reply With Quote
  #2  
Old 25th April 2005, 04:12 PM
AndyGreen's Avatar
AndyGreen Offline
Registered User
 
Join Date: Apr 2005
Location: Northants, UK
Posts: 2,026
As root, create a file

/etc/yum.repos.d/atrpms.repo

which contains

[atrpms-stable]
name=ATrpms for Fedora Core $releasever stable
baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-stable
enabled=1
gpgcheck=0

Then run

rpm --import /usr/share/doc/fedora-release-3/RPM-GPG-KEY-fedora

yum install audacity
__________________
Freelance RedHat Certified Engineer - http://northantsIT.com
Reply With Quote
  #3  
Old 25th April 2005, 04:18 PM
Yuneek Offline
Registered User
 
Join Date: Apr 2005
Posts: 9
Quote:
Originally Posted by AndyGreen
As root, create a file

/etc/yum.repos.d/atrpms.repo

which contains

[atrpms-stable]
name=ATrpms for Fedora Core $releasever stable
baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-stable
enabled=1
gpgcheck=0
How would I make this file? A text editor? What do I save it as (what file extension)?

I'm very new to Linux, sorry.

Yuneek
Reply With Quote
  #4  
Old 25th April 2005, 04:23 PM
Yuneek Offline
Registered User
 
Join Date: Apr 2005
Posts: 9
Oh, and how do I log in as root?

Yuneek
Reply With Quote
  #5  
Old 25th April 2005, 04:24 PM
PeTzZz Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Tartu
Posts: 1,550
Keep in mind that some repositories are not compatible to each other and leads to conflicts. At the moment compatable groups are Livna and Fedora Extras (Fedora.us) as one group and FreshRPMS, DAG, Newrpms, Dries and ATrpms as the other group. You can read more about it here.

If you have used only default repositories with yum then I suggest to replace your yum.conf with the yum.conf found here in The Fedora FAQ. Then you can just run
Code:
yum install audacity
That yum.conf has extras and livna repositories enabled and doesn't mix repositories that conflicts with each other.

If you created /etc/yum.repos.d/atrpms.repo then I suggest to delete it as ATrpms is not compatible with extras and livna. Then if you installed already audacity from ATrpms do 'yum remove audacity' and then 'yum install audacity'. Then yum installs Audacity from extras or livna.

Mixing repositories just lead to conflicts. Extras are enabled by default in Fedora and if you add ATrpms that conflicts with it, it is not good.
Reply With Quote
  #6  
Old 25th April 2005, 04:31 PM
AndyGreen's Avatar
AndyGreen Offline
Registered User
 
Join Date: Apr 2005
Location: Northants, UK
Posts: 2,026
Sounds ugly. I saw some flaming on the fedora-devel-list some months ago but I did not really pay attention: thanks for pointing it out.

Extras does not seem to be enabled by default on an FC3 install.

Using the repo files seems to be a better method than a monolithic yum.conf; IIRC a clean FC3 does generate repo files and an almost empty yum.conf?

Yuneek:

su -

then give the root password. Since apparently atrpms is evil, and creating the file is a problem, you might want to follow PeTzZz' advice instead of mine.
__________________
Freelance RedHat Certified Engineer - http://northantsIT.com
Reply With Quote
  #7  
Old 25th April 2005, 04:31 PM
Yuneek Offline
Registered User
 
Join Date: Apr 2005
Posts: 9
Where would I find the original yum.conf so I can replace it?
Reply With Quote
  #8  
Old 25th April 2005, 04:31 PM
AndyGreen's Avatar
AndyGreen Offline
Registered User
 
Join Date: Apr 2005
Location: Northants, UK
Posts: 2,026
/etc/yum.conf
__________________
Freelance RedHat Certified Engineer - http://northantsIT.com
Reply With Quote
  #9  
Old 25th April 2005, 04:32 PM
gbaker's Avatar
gbaker Offline
Registered User
 
Join Date: Feb 2005
Location: Bend, Oregon
Posts: 11
Quote:
Originally Posted by Yuneek
Oh, and how do I log in as root?
You need to know your root password (you should have set this when you installed Linux).

Just type "su -" (without the quotes of course). You'll be prompted for the password.

su is an abbreviation for super user, which is root.
The trailing minus sign indicates that the root environment should be loaded (which will set your PATH appropriately for root).
Reply With Quote
  #10  
Old 25th April 2005, 04:37 PM
PeTzZz Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Tartu
Posts: 1,550
Just follow instructions found here and then do yum install audacity.

More specifically:
  • Open the terminal and type
    Code:
    su -
    Then type the root password that you specified when you installed Fedora.
  • Then type
    Code:
    nautilus
    Then the file manager will come up with root privilegs. Go to /etc/ and replace yum.conf with the yum.conf found on the site I specified before.
  • Close Nautilus (the file manager).
  • In terminal type
    Code:
    yum install audacity
It is all so if you don't use Fedora with root user, but with the created user. It is not good to use Fedora with root user for everyday doings.

Last edited by PeTzZz; 25th April 2005 at 04:46 PM.
Reply With Quote
  #11  
Old 25th April 2005, 04:44 PM
PeTzZz Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Tartu
Posts: 1,550
Quote:
Originally Posted by AndyGreen
Extras does not seem to be enabled by default on an FC3 install.
Sorry, I thought extras are enabled by default.
Quote:
Originally Posted by AndyGreen
Using the repo files seems to be a better method than a monolithic yum.conf; IIRC a clean FC3 does generate repo files and an almost empty yum.conf?
Yes, by default Fedora has almost clean yum.conf. I don't know what is the very best method, but as it is said in the default yum.conf it does not matter which method to use. The functionality is the same and it is easier to put repositories only to yum.conf. It is much easier to understand to newbies too. Therefore it is also so in The Fedora FAQ.
Reply With Quote
  #12  
Old 25th April 2005, 04:54 PM
AndyGreen's Avatar
AndyGreen Offline
Registered User
 
Join Date: Apr 2005
Location: Northants, UK
Posts: 2,026
It seems that much config is moving towards .d/ directories because it is cleaner to make automated insertion and removal. Therefore I think that will also be the way forward for yum.

Rereading your explanation of repo compatibility, I am a bit worried then, you say that Extras is in fact fedora.us, but Dag in your link says that fedora.us is evil. Therefore if extras is going to be delivered in future as part of Fedora, this is really trying to say that Dag is then evil if you want to be compatible with "Fedora"/Extras? If this is the case it is a pretty untenable situation!
__________________
Freelance RedHat Certified Engineer - http://northantsIT.com
Reply With Quote
  #13  
Old 25th April 2005, 05:08 PM
PeTzZz Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Tartu
Posts: 1,550
Quote:
Originally Posted by AndyGreen
you say that Extras is in fact fedora.us, but Dag in your link says that fedora.us is evil. Therefore if extras is going to be delivered in future as part of Fedora, this is really trying to say that Dag is then evil if you want to be compatible with "Fedora"/Extras? If this is the case it is a pretty untenable situation!
At the moment there are two compatible groups and it is not known what the future brings to us. We must hope that they all become compatible with each other one day. At the moment we just have to choose one of those groups.

Actually it is not good to discuss it future more in this thread.

Reply With Quote
  #14  
Old 25th April 2005, 05:24 PM
btechman2002's Avatar
btechman2002 Offline
Registered User
 
Join Date: Apr 2005
Posts: 44
You could use WINE and the Windows version of Audacity.

I tried it and it works.
__________________
Fedora Core 3/Windows Dual boot needed to access internet temp..
Modem Problems... Intel 536EP V.92

Always have my trusty book nearby
Reply With Quote
  #15  
Old 25th April 2005, 05:30 PM
PeTzZz Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Tartu
Posts: 1,550
Quote:
Originally Posted by btechman2002
You could use WINE and the Windows version of Audacity.

I tried it and it works.
It is always better to use Linux versions or alternatives if they are available.
Reply With Quote
Reply

Tags
audacity

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Audacity observer Fedora Focus 4 3rd January 2010 03:45 AM
Audacity svenkatesan Using Fedora 4 23rd September 2007 02:25 PM
Audacity 1mornewbee Using Fedora 4 6th July 2006 05:00 AM


Current GMT-time: 11:08 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat