How to install manual
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
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.
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.
How to install manual
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
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
Re: How to install manual
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
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)
Re: How to install manual
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
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
Re: How to install manual
Assuming the manual is downloaded to your Desktop, something like:
For a self-build version, it should be something like:
Code: Select all
sudo unzip ~/Desktop/audacity-manual-2.1.3.zip -d /usr/share/audacity/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)
Re: How to install manual
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
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
Re: How to install manual
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.
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)
Re: How to install manual
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
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
Re: How to install manual SOLVED
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
Thanks for your guidance!
I have now successfully downloaded and installed the audacity manual from the terminal command line.
Regards and stay well!
mikejp56