You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.