Skip to content
Pouya Eghbali edited this page Jul 7, 2021 · 2 revisions

Please uses CNF as a fallback, when there are no other installation method is available.

Safe mode

In safe mode, Please fetches installation data from CNF, parses it to get the package names, and then installs them. Safe mode is enabled by default. Currently, the following operating systems are supported in safe mode:

  • macOS
  • Ubuntu
  • Debian
  • Raspbian
  • Arch
  • Alpine

Feel free to make a PR if you want to add your favorite OS to the list. Check cnf/linux and os/managers to learn more.

Unsafe mode

In unsafe mode, Please first tries to parse the installation command fetched from CNF, if the parsing fails then Please proceeds to trust the fetched installation command and to execute it directly.

User's guide

Home
CLI Usage
Configuration
CNF
FAQ

Developer's guide

Repository
Please API

Clone this wiki locally