How to install audacity software in Ubuntu? [duplicate]

I am new to Ubuntu and trying to install audacity on Ubuntu. I tried these commands & didn't work.

sudo add-apt-repository -y ppa:audacity-team/daily && sudo apt-get update && sudo apt-get install audacity && sudo apt-get -f install

can anybody please help me in this. Thanks in Advance

2

1 Answer

Is there a reason you are not using the Ubuntu main repo? If not:

sudo apt-get install audacity
2

You Might Also Like