Audacity: Difference between revisions
| (2 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
<syntaxhighlight lang="shell"> | <syntaxhighlight lang="shell"> | ||
sudo add-apt-repository ppa:ubuntuhandbook1/audacity | sudo add-apt-repository ppa:ubuntuhandbook1/audacity | ||
</syntaxhighlight> | |||
<syntaxhighlight lang="shell"> | |||
sudo apt update | sudo apt update | ||
</syntaxhighlight><syntaxhighlight lang="shell"> | </syntaxhighlight> | ||
<syntaxhighlight lang="shell"> | |||
sudo apt install audacity | sudo apt install audacity | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 23: | Line 25: | ||
<syntaxhighlight lang="shell"> | <syntaxhighlight lang="shell"> | ||
sudo apt-get update | sudo apt-get update | ||
</syntaxhighlight> | |||
*Install audacity-data deb package: | *Install audacity-data deb package: | ||
<syntaxhighlight lang="shell"> | <syntaxhighlight lang="shell"> | ||
| Line 33: | Line 35: | ||
<syntaxhighlight lang="shell"> | <syntaxhighlight lang="shell"> | ||
sudo apt remove --autoremove audacity audacity-data | sudo apt remove --autoremove audacity audacity-data | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==Source== | ==Source== | ||
| Line 106: | Line 41: | ||
[[Category:Software]] | [[Category:Software]] | ||