How to install manual

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
Please state:
  • which version of Linux you are using,
  • the exact three-section version number of Audacity from Help menu > About Audacity,
  • whether you installed your distribution's release, PPA version, or compiled Audacity from source code.

Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
mikejp56
Posts: 5
Joined: Sun May 03, 2020 2:22 pm
Operating System: Linux Mint

How to install manual

Post by mikejp56 » Sun May 03, 2020 2:27 pm

Hi All,
I have been an old time windows audacity user, and now I am making the transition to linux mint. I have successfully installed the application from the Software Manager, but I cannot seem to get the manual to install locally.
Any help would be appreciated.
Stay well my friends!
Regards,
mikejp56

steve
Site Admin
Posts: 80688
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: How to install manual

Post by steve » Sun May 03, 2020 11:59 pm

It's a bit awkward. You have to download the appropriate version of the manual: https://www.fosshub.com/Audacity-old.html
Then unzip it into the correct location. (See: https://manual.audacityteam.org/man/unz ... anual.html)
If Audacity can't find the local manual, check that it is in the correct place.

On my machine, the manual's "index.html" file is located:
/usr/share/audacity/help/manual/index.html
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

mikejp56
Posts: 5
Joined: Sun May 03, 2020 2:22 pm
Operating System: Linux Mint

Re: How to install manual

Post by mikejp56 » Mon May 04, 2020 12:21 am

Hi Steve,
Thanks for the information. I have successfully installed the manual.
My next question has to do with installing the manual from the terminal. I am actually trying to automate the install of audacity and the manual. I can manually install the manual, but I have not been able to figure out how to automate this.
My main stumbling block is I can't download the manual from the terminal. I can download it from the link on the webpage, but I can't seem to figure out how to automate the download process.
Thanks for the prompt response, and stay well!
Regards,
mikejp56

steve
Site Admin
Posts: 80688
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: How to install manual

Post by steve » Mon May 04, 2020 1:01 am

Assuming the manual is downloaded to your Desktop, something like:

Code: Select all

sudo unzip ~/Desktop/audacity-manual-2.1.3.zip -d /usr/share/audacity/
For a self-build version, it should be something like:

Code: Select all

sudo unzip ~/Desktop/audacity-manual-2.1.3.zip -d /usr/local/share/audacity/
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

mikejp56
Posts: 5
Joined: Sun May 03, 2020 2:22 pm
Operating System: Linux Mint

Re: How to install manual

Post by mikejp56 » Mon May 04, 2020 1:34 am

Hi steve,
Sorry if I wasn't clear. Once I have the .zip file downloaded I can install the manual. What I can't figure out is how to download the .zip file from the terminal. I tried using wget, but I couldn't figure out the exact url to use, if this is possible.
Thanks again for your time.
mikejp56

steve
Site Admin
Posts: 80688
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: How to install manual

Post by steve » Mon May 04, 2020 8:41 am

You would need to get it from GitHub as Fosshub does not allow automated downloads.
Only the latest version of the manual is available for download from GitHub. For older versions you would need to build the manual yourself using the shell script "wiki2htm.sh". See: https://wiki.audacityteam.org/wiki/Building_The_Manual

Perhaps you could write to the Mint maintainers and suggest that they package the Audacity manual and make it a dependency (or at least a "recommend") of their Audacity package.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

mikejp56
Posts: 5
Joined: Sun May 03, 2020 2:22 pm
Operating System: Linux Mint

Re: How to install manual

Post by mikejp56 » Mon May 04, 2020 10:57 am

Hi steve,
Thanks for the info. I am teleworking right now, and I will continue this quest later.
I will post my progress later today.Thanks again and stay well.
mikejp56

mikejp56
Posts: 5
Joined: Sun May 03, 2020 2:22 pm
Operating System: Linux Mint

Re: How to install manual SOLVED

Post by mikejp56 » Mon May 04, 2020 2:42 pm

Hi steve,
Thanks for your guidance!
I have now successfully downloaded and installed the audacity manual from the terminal command line.
Regards and stay well!
mikejp56

Post Reply