How to Install Packages from Command Line on Suse

How to install packages from command line on Suse

zypper

Found a tutorial for you

And official documentation

How to install all dependencies in SUSE using zypper in a one line command?

you can use --non-interactive; as you can see in the man pages of zypper:

-n, --non-interactive

Switches to non-interactive mode. In this mode zypper doesn’t ask user to type answers to various prompts, but uses default answers automatically. Those default answers also depend on other options like --no-gpg-checks or --ignore-unknown.

How to install Conan package manager on openSUSE Tumbleweed the most correct way?

Install using pip, it's recommendation from Conan and the best way for easier updated in the future.

There are more openSUSE users running Conan, and probably they are using pip too. I see no problem installing pip, it's multi-platform and well maintained. There is no Zypper package for Conan, and probably won't be in a near future, because itrequires demands and most important, maintenance. For now, there is no such community chorus asking for it.

If you don't want to install the current Python available for your system, but an alternative, I recommend you
pyenv, which can be easily installed thought pyenv-installer. Even if you try to install from sources, in your case, you will need pip command for the installation.

For more information, please read the official installation section:

https://docs.conan.io/en/latest/installation.html

https://conan.io/downloads.html



Related Topics



Leave a reply



Submit