Skip to main content

used to analyse rpm info

Project description

python3-rpm

安装

pip3 install python3-rpm

设置变量

修改 env.sh 中变量的值,然后执行如下命令使变量生效

source env.sh

用法

rpm_ai 命令用法

  • 获取指定软件包的所有服务
rpm_ai rpm get_service httpd
  • 获取指定软件包的命令参数列表
rpm_ai rpm get_cmd_and_param acl

rpm 库用法

  • 获取软件包提供的服务列表
from rpm.rpm import RpmService

rpm=RpmService()
service_list=rpm.get_service("httpd")
print(service_list)

其中 service_list 的内容为:

[
    "htcacheclean.service",
    "httpd.service"
]
  • 获取命令参数列表
cmd_param_list=rpm.get_cmd_and_param("acl")
print(cmd_param_list)

其中 cmd_param_list 格式如下:

[
    {"cmd": "getfacl", "param": "-a"},
    {"cmd": "getfacl", "param": "-d"},
    {"cmd": "getfacl", "param": "-c"},
    {"cmd": "getfacl", "param": "-e"},
    {"cmd": "getfacl", "param": "-E"},
    {"cmd": "getfacl", "param": "-s"},
    {"cmd": "getfacl", "param": "-R"},
    {"cmd": "getfacl", "param": "-L"},
    {"cmd": "getfacl", "param": "-P"},
    {"cmd": "getfacl", "param": "-t"},
    {"cmd": "getfacl", "param": "-n"},
    {"cmd": "getfacl", "param": "-p"},
    {"cmd": "getfacl", "param": "-v"},
    {"cmd": "getfacl", "param": "-h"},
    {"cmd": "getfacl", "param": "--access"},
    {"cmd": "getfacl", "param": "--default"},
    {"cmd": "getfacl", "param": "--omit-header"},
    {"cmd": "getfacl", "param": "--all-effective"},
    {"cmd": "getfacl", "param": "--no-effective"},
    {"cmd": "getfacl", "param": "--skip-base"},
    {"cmd": "getfacl", "param": "--recursive"},
    {"cmd": "getfacl", "param": "--logical"},
    {"cmd": "getfacl", "param": "--physical"},
    {"cmd": "getfacl", "param": "--tabular"},
    {"cmd": "getfacl", "param": "--numeric"},
    {"cmd": "getfacl", "param": "--absolute-names"},
    {"cmd": "getfacl", "param": "--version"},
    {"cmd": "getfacl", "param": "--help"},
    {"cmd": "setfacl", "param": "-m"},
    {"cmd": "setfacl", "param": "-M"},
    {"cmd": "setfacl", "param": "-x"},
    {"cmd": "setfacl", "param": "-X"},
    {"cmd": "setfacl", "param": "-b"},
    {"cmd": "setfacl", "param": "-k"},
    {"cmd": "setfacl", "param": "-n"},
    {"cmd": "setfacl", "param": "-d"},
    {"cmd": "setfacl", "param": "-R"},
    {"cmd": "setfacl", "param": "-L"},
    {"cmd": "setfacl", "param": "-P"},
    {"cmd": "setfacl", "param": "-v"},
    {"cmd": "setfacl", "param": "-h"},
    {"cmd": "setfacl", "param": "--modify=acl"},
    {"cmd": "setfacl", "param": "--modify-file=file"},
    {"cmd": "setfacl", "param": "--remove=acl"},
    {"cmd": "setfacl", "param": "--remove-file=file"},
    {"cmd": "setfacl", "param": "--remove-all"},
    {"cmd": "setfacl", "param": "--remove-default"},
    {"cmd": "setfacl", "param": "--no-mask"},
    {"cmd": "setfacl", "param": "--default"},
    {"cmd": "setfacl", "param": "--recursive"},
    {"cmd": "setfacl", "param": "--logical"},
    {"cmd": "setfacl", "param": "--physical"},
    {"cmd": "setfacl", "param": "--version"},
    {"cmd": "setfacl", "param": "--help"}
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python3_rpm-0.0.9.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file python3_rpm-0.0.9.tar.gz.

File metadata

  • Download URL: python3_rpm-0.0.9.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for python3_rpm-0.0.9.tar.gz
Algorithm Hash digest
SHA256 e684668d216ffeb0543c98af4213bf6e4540ce381bb5f9b6e59b5df27e3a4be2
MD5 38994bbd962f429ab4ed6c4e538e9cff
BLAKE2b-256 43b3ae807154e63f3936d752969937f90c722d77b29b5e930b1b0ecbad8b40bf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page