0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ChatGPTにlibreofficeインストール方法を聞いてみた

0
Posted at

libreofficeインストール方法

ChatGPTにlibreofficeインストール方法を聞いてみました.
最初からインストールされていない場合の参考に以下まとめ.

flatpakのインストール

dnf install flatpak

Flathubを登録

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

LibreOfficeをインストール

flatpak install flathub org.libreoffice.LibreOffice

LibreOffice起動

flatpak run org.libreoffice.LibreOffice

LibreOffice Calcだけの起動

flatpak run org.libreoffice.LibreOffice --calc
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?