Information about the package, audacity, which is shipped with common Linux distributions. The audacity package is designed for, Multitrack audio editor.
Package Name:
audacity
Summary:
Multitrack audio editor
Description:
Audacity is a cross-platform multitrack audio editor. It allows you to record sounds directly or to import files in various formats. It features a few simple effects, all of the editing features you should need, and unlimited undo. The GUI was built with wxWidgets and the audio I/O supports OSS and ALSA under Linux.
Architecture:
x86_64
Version:
1.3.12
Release:
0.6.beta.el6
Size:
3.4 M
Repository:
epel
From Repository:
Licence:
GPLv2
Control the audacity package with the following handy commands outlined below.
yum install audacity
This command will install audacity on the server.
yum remove audacity
This command will un-install audacity on the server. When you run this command, you will be asked if you are sure that you want to remove audacity, so you have to manually confirm that you want to do this.
yum -y remove audacity
This command will un-install audacity on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove audacity when using the -y flag.
yum update audacity
This command will update audacity to the latest version. When you run this command, you will be asked if you are sure that you want to remove audacity, so you have to manually confirm that you want to do this.
yum -y update audacity
This command will update audacity to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove audacity when using the -y flag.
yum info audacity
This command will show you core information about the audacity package.
yum deplist audacity
This command will show you the dependencies for audacity. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.
yum check-update audacity
This command will check if there is an update waiting on audacity. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.