document install LibreOffice_7.6.1.2 on Debian12

Libreoffice official website
Package download address

Download Package

# Install the package
mkdir libreoffice && cd libreoffice
wget https://fastmirror.pp.ua/tdf/libreoffice/stable/7.6.1/deb/x86_64/LibreOffice_7.6.1_Linux_x86-64_deb.tar.gz
tar -zxvf LibreOffice_7.6.1_Linux_x86-64_deb.tar.gz
cd LibreOffice_7.6.1.2_Linux_x86-64_deb/DEBS/
sudo dpkg -i ./*.deb

Open the program

libreoffice7.6
Or
/opt/libreoffice7.6/program/soffice

install Languare Package

cd ../../
wget https://mirrors.gethosted.online/the-document-foundation/libreoffice/stable/7.6.1/deb/x86_64/LibreOffice_7.6.1_Linux_x86-64_deb_langpack_zh-CN.tar.gz
tar -zxvf LibreOffice_7.6.1_Linux_x86-64_deb_langpack_zh-CN.tar.gz
cd LibreOffice_7.6.1.2_Linux_x86-64_deb_langpack_zh-CN/DEBS
sudo chown _apt ./*
sudo apt install -y ./*.deb

Uninstall LibreOffice from Debian Linux

sudo apt purge libreoffice7.6*

防走丢

老司机QQ群:905201396
新手QQ群:756805267
Debian适应QQ群:912567610

参考

posted @ 2023-09-17 07:30  Linux大魔王  阅读(18)  评论(0编辑  收藏  举报