Difference between revisions of "Fedora"

From New IAC Wiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
to install open office:
 
to install open office:
*1. su -
+
* 1. su -
*2. yum groupinstall "Office/Productivity"
+
* 2. yum groupinstall "Office/Productivity"
  
  
*yum search kile     //you can search for the kile
+
to install kile
*yum info kile       //you can check the details
+
* yum install kile
*yum install kile    //and you can install
+
also can do
 +
* yum search kile    
 +
* yum info kile  
 +
 
 +
 
 +
to install all the basics you need, including g++
 +
* yum groupinstall "Development Tools"
  
  
 
Support 4GB or more RAM
 
Support 4GB or more RAM
# yum install kernel-PAE
+
* yum install kernel-PAE
# reboot
+
* reboot
# [http://stevejenkins.com/blog/2009/12/running-more-than-4gb-ram-on-fedora-rhel-centos/ Running more than 4GB RAM on Fedora, RHEL, & CentOS]
+
* [http://stevejenkins.com/blog/2009/12/running-more-than-4gb-ram-on-fedora-rhel-centos/ Running more than 4GB RAM on Fedora, RHEL, & CentOS]

Revision as of 20:49, 30 June 2011

go back


How to install Adobe Flash plugins


to install open office:

  • 1. su -
  • 2. yum groupinstall "Office/Productivity"


to install kile

  • yum install kile

also can do

  • yum search kile
  • yum info kile


to install all the basics you need, including g++

  • yum groupinstall "Development Tools"


Support 4GB or more RAM