Preparing Fedora

# Install wget a utility for retrieving files using the HTTP or FTP protocols
yum install wget

# Install wput a utility for uploading files or whole directories to remote ftp-servers
yum install wput

#install apache
install httpd

#install GNU Compiler Collection (GCC). A compiler system produced by the GNU Project #supports languages: C, C++, Objective-C, Fortran, and Java compiler
yum install gcc

#install the corresponding desired libraries
yum install gcc-ada
yum install gcc-java
yum install gcc-objc

0 comments:

Post a Comment