パッケージ詳細 - ansible
メタデータ
- バージョン
- 12.0.0~b1+dfsg-1
- アーキテクチャ
all- セクション
universe/admin- 優先度
optional- 起源
- Ubuntu
- メンテナ
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- 元のメンテナー
- Debian Python Team <team+python@tracker.debian.org>
- バグ
- https://bugs.launchpad.net/ubuntu/+filebug
- ホームページ
- https://github.com/ansible-community/ansible-build-data/
- 説明
Configuration management, deployment, and task execution system
関係
Depends
ansible-core (>= 2.18.0~)
python3:any
openssh-client
|
python3-paramiko (>= 2.6.0)
python3-dnspython
python3-httplib2
python3-jinja2
python3-netaddr (>= 0.10.1-1~)
python3-yaml
Recommends
python3-argcomplete
python3-cryptography
python3-jmespath
python3-kerberos
python3-libcloud
python3-selinux
python3-winrm
python3-xmltodict
Suggests
逆依存関係
読み込み中…
インストール方法
ステップ 1: この APT サーバーを追加する
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/1
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update
ステップ 2: パッケージをインストール
sudo apt install ansible
ステータスとファイル
ストレージ状態: 仮想(遅延同期)
ダウンロードサイズ: 17605 KB
インストール済みサイズ: 203886 B
コンポーネント: universe
ハッシュ
SHA256: 89a50ebefef5e439077439f75956e37e504e6149b93642abaaf688cf028fa76b SHA1: 0a76cc345a6849066a9bb3782c13f51ce459440e MD5: f984e6b459cb70260669d57d1b170a63What is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.