If you have a large number of packages to install with yum
, it can help to just use a search pattern instead of specific names. This can be done as follows: yum install 'perl*'
If you have a large number of packages to install with yum
, it can help to just use a search pattern instead of specific names. This can be done as follows: yum install 'perl*'