Operating System/Ubuntu

sudo add-apt-repository ppa:libreoffice/ppasudo apt updatesudo apt full-upgrade사실 full-upgrade 대신 sudo apt-get install libreoffice 를 사용해도 된다.sudo add-apt-repository ppa:libreoffice/libreoffice-prereleasessudo apt-get updatesudo apt-get install libreofficeLibreOffice Package 팀에서 권장하는 업데이트 방법은 위와 같다.  LibreOffice Pre-Releases : “LibreOffice Packaging” teamThis ppa contains APLHA and BETA release (..
qt 설치 시 위와 같은 오류가 발생하는데, 한참 찾다가 Qt Forum 에서 그 답을 알 수 있게 되었다. qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. Fresh install had the same issues reported here. Did what @Srinivas-Reddy suggested and install libxcb-xinerama0 and everything started working. Thanks! forum.qt.io 위 패키지는 linux 상에서 다음과 같은 명령어로 설치 가능 하다. Ubuntu Linux 20.04 LTS apt install libxcb-..
Cyp
'Operating System/Ubuntu' 카테고리의 글 목록