https://manual.lubuntu.me/stable/#希望下載此內容以供離線閱讀,但我不知道如何實現。
答案1
我知道原始海報@DudlyDog 已經解決了這個問題,但我認為這個答案對於 Lubuntu 的其他用戶可能有用。
替代方案 1 - 製作自己的手冊
在盧本圖話語有人告訴我如何建立 pdf 手冊,
mkdir lubuntu
cd lubuntu
sudo apt update
sudo apt install --no-install-recommends python3-pip python3-sphinx latexmk texlive texlive-formats-extra build-essential python3-sphinx-rtd-theme python3-sphinx-bootstrap-theme
git clone 'https://phab.lubuntu.me/source/manual.git' # not sure if this is the current git repository
cd manual
make latexpdf
建立的 pdf 可以在「build/latex」目錄中找到。
這應該會為您提供最新的版本。
替代方案 2 - 下載手冊的上傳版本
下載LubuntuManual_version-22.10_2023-06-17.pdf
這是獲取工作版本的簡單方法,但它可能不是最新的。