Difference between revisions of "Fedora"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [ | + | [http://wiki.iac.isu.edu/index.php/RS go back] |
Line 19: | Line 19: | ||
to install all the basics you need for programming, including g++: | to install all the basics you need for programming, including g++: | ||
* yum groupinstall "Development Tools" | * yum groupinstall "Development Tools" | ||
+ | |||
+ | |||
+ | to install vlc: | ||
+ | * su - | ||
+ | * rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm | ||
+ | * yum install vlc | ||
+ | * yum install mozilla-vlc (optional) | ||
+ | |||
Line 25: | Line 33: | ||
* 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] | ||
+ | |||
+ | |||
+ | |||
+ | to install Maple 11 | ||
+ | * su - | ||
+ | * chmod +x Maple11Linux32Installer.bin | ||
+ | * sh Maple11Linux32Installer.bin | ||
+ | |||
+ | |||
+ | need to do sometime | ||
+ | * yum update yum | ||
+ | * yum update | ||
+ | * yum clean all | ||
+ | * more [http://fedoraproject.org/wiki/Upgrading_Fedora_using_yum Upgrading Fedora using yum] |
Latest revision as of 20:16, 27 April 2012
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 for programming, including g++:
- yum groupinstall "Development Tools"
to install vlc:
- su -
- rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
- yum install vlc
- yum install mozilla-vlc (optional)
to be able to support 4GB or more RAM:
- yum install kernel-PAE
- reboot
- Running more than 4GB RAM on Fedora, RHEL, & CentOS
to install Maple 11
- su -
- chmod +x Maple11Linux32Installer.bin
- sh Maple11Linux32Installer.bin
need to do sometime
- yum update yum
- yum update
- yum clean all
- more Upgrading Fedora using yum