I'm new to linux and I need to download audacity.
I'm in root and trie yum install audacity --disablerepo=LumenVox
It says Error getting reposityory data for LumenVox, repository not found.
I'm a noob, lol, what do I need to do?
Oh, yeah, sorry. I wasn't thinking straight.
You could try: yum --disablerepo=LumenVox* install audacity
You could use your package manager to disable any enabled LumenVox repos.
You could manually edit your /etc/yum.repos.d/ LumenVox*.repo (or whatever their name is) so that all lines: enabled=1 are changed to enabled=0
---------- Post added at 12:45 PM ---------- Previous post was at 12:44 PM ----------
OK...disregard my post above then. I should have noted you posted from W7 and not Fedora.