Hello,
How do I install multiple packages all at a time of the same type? For example, I want to install all the php70 extensions together. How can I do this without typing them separately. I can remove them using
Is there a similar process for installing?
Thanks in advance!
How do I install multiple packages all at a time of the same type? For example, I want to install all the php70 extensions together. How can I do this without typing them separately. I can remove them using
Code:
sudo pkg remove php70-*
Is there a similar process for installing?
Thanks in advance!