12,982
回編集
(ページの作成:「== 概要 == ONLYOFFICE Desktop Editorsは、テキスト、スプレッドシート、プレゼンテーションを組み合わせた無料のオフィススイートであり、<br> インターネットに接続することなく、Windows、Linux、MacOSに保存された文書を作成、表示、編集することができる。<br> <Br> Office Open XMLフォーマット (docx、xlsx、pptx) と完全な互換性がある。<br> <br> ONLYOFFICEデスクトッ…」) |
|||
27行目: | 27行目: | ||
== OnlyOfficeのインストール == | == OnlyOfficeのインストール == | ||
==== リポジトリを追加してインストール (RHEL) ==== | |||
ONLYOFFICEのリポジトリを追加する。<br> | |||
sudo dnf install https://download.onlyoffice.com/repo/centos/main/noarch/onlyoffice-repo.noarch.rpm | |||
<br> | |||
EPELリポジトリを追加する。<br> | |||
sudo dnf install epel-release | |||
<br> | |||
RHELにおいて、EPELリポジトリを有効にする。<br> | |||
sudo subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms | |||
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm | |||
<br> | |||
ONLYOFFICEをインストールする。<br> | |||
sudo dnf install onlyoffice-desktopeditors | |||
<br> | |||
ONLYOFFICEをアンインストールする場合<br> | |||
sudo dnf remove onlyoffice-desktopeditors | |||
<br> | |||
==== Tarballからインストール ==== | ==== Tarballからインストール ==== | ||
[https://github.com/ONLYOFFICE/DesktopEditors OnlyOfficeのGithub]にアクセスして、OnlyOfficeをダウンロードする。<br> | [https://github.com/ONLYOFFICE/DesktopEditors OnlyOfficeのGithub]にアクセスして、OnlyOfficeをダウンロードする。<br> |