python-dateutil from home:alvistack project
お使いのオペレーティングシステムの選択
手作業でリポジトリを追加してインストールする
CentOS 9 Stream の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:alvistack/CentOS_9_Stream/home:alvistack.repo yum install python-dateutil
CentOS 8 Stream の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:alvistack/CentOS_8_Stream/home:alvistack.repo yum install python-dateutil
CentOS 7 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:alvistack/CentOS_7/home:alvistack.repo yum install python-dateutil
CentOS 10 Stream の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:alvistack/CentOS_10_Stream/home:alvistack.repo yum install python-dateutil
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
Fedora Rawhide の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:alvistack/Fedora_Rawhide/home:alvistack.repo dnf install python-dateutil
Fedora 43 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:alvistack/Fedora_43/home:alvistack.repo dnf install python-dateutil
Fedora 42 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:alvistack/Fedora_42/home:alvistack.repo dnf install python-dateutil
Fedora 41 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:alvistack/Fedora_41/home:alvistack.repo dnf install python-dateutil
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
openSUSE Tumbleweed の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:alvistack/openSUSE_Tumbleweed/home:alvistack.repo zypper refresh zypper install python-dateutil
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
openSUSE Leap 15.6 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:alvistack/openSUSE_Leap_15.6/home:alvistack.repo zypper refresh zypper install python-dateutil