そこに基づいてオフィスサーバーのみをインストールしようとすると Debian、Ubuntuおよび派生物用のコミュニティサーバーのインストール したがって、最新のコマンドまで段階的に
Sudo apt-get install onlyoffice-communityserver
このエラーを取得:
The following packages have unmet dependencies: onlyoffice-communityserver :
Depends: mono-webserver-hyperfastcgi but it is not going to be installed
Depends: elasticsearch (= 6.5.0) but 7.2.0 is to be installed
そしてelasticsearch 6.5.0をインストールしようとするとエラーが発生します
https://discuss.elastic.co/t/install-of-apt-package-is-failing/150385/2
じゃあ何をすればいいの?
「Elastic-Search 6.5.0」に関するインストールの問題の場合、これは考えられる解決策の1つです(Elastic-Search 6.5.0を手動でインストールします)。
https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html
Elasticsearch 6.5.0ソース: https://www.elastic.co/de/downloads/past-releases/elasticsearch-6-5-
Depencies Java JDK 8: https://github.com/elastic/elasticsearch/issues/31845
追加:
次のソリューションは、既存のCommunityserverインストールのアップグレード/更新でのみ機能します:
サーバーのターミナルコンソールでElastic-Searchパッケージを保留にマークする必要があります: "Sudo apt-mark hold elasticsearch"
ソースリンク: 特定のパッケージの更新を防ぐ方法は?
この後、Onlyoffice-CommunityServerを「アップグレード/更新」できます。
幸運を。
よろしくお願いいたします。