I used to use ubuntu and in order to install the program there I entered
sudo apt-get install smth How to do it in Fedor 16?
I used to use ubuntu and in order to install the program there I entered
sudo apt-get install smth How to do it in Fedor 16?
yum install package
Absolutely right ... If you need to install several packages, then we write the names separated by spaces:
yum install packet1 packet2 packetX
It is advisable to use the instructions for yum: Working with yum , in particular, as well as other project instructions on their wiki site + RFRemix main page (based on Fedora, so you will find many useful things)
Source: https://ru.stackoverflow.com/questions/339920/
All Articles