随机
Enter 搜索 ↑↓ 切换 Esc 清空

win-install-libreoffice

命令

Windows 安装 LibreOffice 办公套件

win-install-libreoffice

Windows 安装 LibreOffice 办公套件

补充说明

LibreOffice 是一款免费开源的办公套件,完全兼容 Microsoft Office 格式(docx/xlsx/pptx),支持 Writer 文档、Calc 表格、Impress 演示、Draw 绘图、Math 公式和 Base 数据库六大组件,是 Windows 平台的 Office 首选替代方案。

安装 LibreOffice

# 安装 LibreOffice
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o LibreOffice.msi https://download.documentfoundation.org/libreoffice/stable/24.8.3/win/x86_64/LibreOffice_24.8.3_Win_x86-64.msi && msiexec /i LibreOffice.msi /quiet
# 安装 LibreOffice
cd ~\Downloads; curl.exe -L -o LibreOffice.msi https://download.documentfoundation.org/libreoffice/stable/24.8.3/win/x86_64/LibreOffice_24.8.3_Win_x86-64.msi; Start-Process msiexec.exe -ArgumentList "/i LibreOffice.msi /quiet" -Wait

winget 安装命令

推荐使用 winget 安装,自动处理依赖、静默后台执行

winget install -e --id TheDocumentFoundation.LibreOffice -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果

功能说明