To install any software on linux system you have to use yum command as root user ,so you have to first open terminal in your operation system and after that enter following command where package name for example if i want to install firefox then package name replace with firefox.
1 | yum install packagename |
To remove software
1 | yum remove packagename |
No comments:
Post a Comment