CentOS: how to remove only one package phptuts December 21, 2018 If you use yum remove command, you remove the package and the dependencies of the package. How to remove only one package like gnupg2 rpm -e --nodeps gnupg2 Example 2: remove ffmpeg only rpm -e --nodeps ffmpeg phptuts
Ubuntu error when build PHP with OpenSSL: expected ‘RSA *’ {aka ‘struct rsa_st *’} but argument is of type ‘const struct rsa_st *’