[bitwalk@fedora-pc ~]$ sudo dnf install python3-matplotlib
メタデータの期限切れの最終確認: 0:16:38 時間前の 2022年06月29日 20時14分15秒 に実施しました。
依存関係が解決しました。
================================================================================
パッケージ Arch バージョン Repo サイズ
================================================================================
インストール:
python3-matplotlib x86_64 3.5.2-4.fc36 updates 3.0 M
依存関係のインストール:
libqhull_r x86_64 1:7.2.1-9.fc36 fedora 169 k
python3-appdirs noarch 1.4.4-5.fc36 fedora 22 k
python3-brotli x86_64 1.0.9-7.fc36 fedora 319 k
python3-cycler noarch 0.11.0-2.fc36 fedora 19 k
python3-fonttools noarch 4.29.1-1.fc36 fedora 1.4 M
python3-fs noarch 2.4.11-10.fc36 fedora 206 k
python3-kiwisolver x86_64 1.4.1-1.fc36 fedora 65 k
python3-matplotlib-data noarch 3.5.2-4.fc36 updates 507 k
python3-matplotlib-data-fonts noarch 3.5.2-4.fc36 updates 2.3 M
python3-matplotlib-tk x86_64 3.5.2-4.fc36 updates 42 k
python3-munkres noarch 1.1.2-11.fc36 fedora 22 k
python3-numpy x86_64 1:1.22.0-2.fc36 fedora 5.7 M
python3-numpy-f2py x86_64 1:1.22.0-2.fc36 fedora 261 k
python3-pillow-tk x86_64 9.1.0-1.fc36 updates 27 k
python3-scipy x86_64 1.8.1-1.fc36 updates 18 M
トランザクションの概要
================================================================================
インストール 16 パッケージ
ダウンロードサイズの合計: 32 M
インストール後のサイズ: 132 M
これでよろしいですか? [y/N]: y
:
:
以下のサンプルをコンパイルしてみます。
3d.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RStudio は R のための統合開発環境 (IDE) です。RStudio には 2 つのエディションがあります。デスクトップアプリケーションとして利用する RStudio Desktop と、Linux 上でサービスとして動作させてリモート PC からウェブブラウザでアクセスして利用する RStudio Server です。
以前は RStudio Server を公式サイトから RPM パッケージをダウンロードして Fedora へインストールすると、SELinux のアクセスコントロールエラーが何度も出ました。これを解消するための効果的な方法を知らなかったので、RStudio Server (rsession) に起因する SELinux のエラーが出る毎に ausearch コマンドで監査ログを確認、audit2allow コマンドででポリシー・モジュールを作成、semodule コマンドで適用するという作業を繰り返していました[1]。😭
ところが、Fedora Linux ではいつの間にか(少なくとも Fedora Linux 35 では利用できるようになっていました)RStudio をディストリビューションのパッケージとして利用できるようになっており、このパッケージをインストールすれば、SELinux のアクセスコントロールエラーが出ません。そこで、いまさらですが、インストール方法をまとめました。
Windows 11 がプリインストールされていれば文句なしだったのですが、まあしかたがありません。¥7000 OFF クーポンを適用して 37,500 円で購入しました。このところ 3 万円を切る格安 PC ばかりを狙って買っては Linux をインストールしているので、今回はちょこっと高めの買い物になりました。
CentOS Stream は、開発者向けのディストリビューションで、安定版の RHEL, Red Hat Enterprise Linux の次のアップデートをターゲットにしています[1]。簡単に言うと、RHEL のちょっと先を行くディストリビューションです。
CentOS Stream 9 のデスクトップ
EPEL, Extra Packages for Enterprise Linux は、多くの Fedora 貢献者が Red Hat Enterprise Linux (RHEL) とその互換性のある派生版で自分たちが保守している Fedora パッケージを使いたいと思ったことから始まりました。ゴールは、Fedora で開発、テスト、改良された高品質のパッケージを RHEL や互換性のある派生版で使えるようにすることです[2]。
PySide (Qt for Python) は、Qt(キュート)の Python バインディングで、GUI などを構築するためのクロスプラットフォームなライブラリです。Linux/X11, macOS および Microsoft Windows をサポートしています。配布ライセンスは LGPL で公開されています。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#
# UserDir: The name of the directory that is appended onto a user's home
# directory if a ~user request is received.
#
# The path to the end user account 'public_html' directory must be
# accessible to the webserver userid. This usually means that ~userid
# must have permissions of 711, ~userid/public_html must have permissions
# of 755, and documents contained therein must be world-readable.
# Otherwise, the client will only receive a "403 Forbidden" message.
#
<IfModule mod_userdir.c>
#
# UserDir is disabled by default since it can confirm the presence
# of a username on the system (depending on home directory
# permissions).
#
#UserDir disabledUserDir public_html
#
# To enable requests to /~user/ to serve the user's public_html
# directory, remove the "UserDir disabled" line above, and uncomment
# the following line instead: