{"library":"certbot","install":[{"cmd":"pip install certbot","imports":["Certbot is primarily a command-line utility. Direct programmatic import and use of its core functionality is generally not recommended for end-users managing certificates. For programmatic interaction with the ACME protocol, consider using the 'acme' library (from 'from acme import ...')."]},{"cmd":"pip install 'certbot[apache]' # For Apache plugin\npip install 'certbot[nginx]'  # For Nginx plugin","imports":[]},{"cmd":"sudo apt install certbot python3-certbot-apache # On Debian/Ubuntu for Apache\nsudo dnf install certbot python3-certbot-nginx   # On RHEL/Fedora for Nginx","imports":[]}]}