sudo add-apt-repository ppa:libreoffice/ppa
sudo apt update
sudo apt full-upgrade
사실 full-upgrade 대신 sudo apt-get install libreoffice 를 사용해도 된다.
sudo add-apt-repository ppa:libreoffice/libreoffice-prereleases
sudo apt-get update
sudo apt-get install libreoffice
LibreOffice Package 팀에서 권장하는 업데이트 방법은 위와 같다.
Ubuntu 20.04 버전에서 설치되는 LibreOffice 기본 버전이 6.? 버전인데, 현재 7.2.5 버전까지로 그 갭차이가 크다.
때문에 가능하면 업데이트 후 사용하는것을 권장한다.
'Operating System > Linux' 카테고리의 다른 글
Ubuntu WOL 활성화 (0) | 2025.01.04 |
---|---|
Ubuntu SSH 2FA 활성화 방법 (0) | 2024.07.07 |
Ubuntu Qt 5.15.0 실행 시 에러 qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found (4) | 2020.09.04 |
CentOS 7/8 Torrnet 사용법, (How to use Torrent client in CentOS 7/8?) (0) | 2020.08.07 |