python3-jmespath from systemsmanagement:saltstack:products:testing:debian project
운영체제를 선택해 주세요
저장소를 추가하고 직접 설치
For Debian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/systemsmanagement:/saltstack:/products:/testing:/debian/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/systemsmanagement:saltstack:products:testing:debian.list curl -fsSL https://download.opensuse.org/repositories/systemsmanagement:saltstack:products:testing:debian/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/systemsmanagement_saltstack_products_testing_debian.gpg > /dev/null sudo apt update sudo apt install python3-jmespath
Grab binary packages directly
저장소를 추가하고 직접 설치
For xUbuntu 18.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/systemsmanagement:/saltstack:/products:/testing:/debian/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/systemsmanagement:saltstack:products:testing:debian.list curl -fsSL https://download.opensuse.org/repositories/systemsmanagement:saltstack:products:testing:debian/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/systemsmanagement_saltstack_products_testing_debian.gpg > /dev/null sudo apt update sudo apt install python3-jmespath