PCLinuxOS: Install Important Packages Easily.
Developers Essentials: g++, jdk, strace, traceroute, finger etc.
Developers IDE: Codeblocks, Geany, Bluefish, Aptana Studio etc
Debugger: GDB
Other: Google-chrome, chm viewer, rar, Wine(.exe installer for linux)
1.Install Centos 6.5 64 bit
- pclinuxos-kde-2014.08.iso i.e,32-bit PCLinuxOs
- pclinuxos64-kde-2014.08.iso i.e,64-bit PCLinuxOs
2.Download Packages for accordingly
- PCLinuxOS-x64 for 64-bit PCLinuxOS
- PCLinuxOS-x86 for 32-bit PCLinuxOS
- PCLinuxOS-x64 for 64-bit PCLinuxOS
- PCLinuxOS-x86 for 32-bit PCLinuxOS
3.Extract Downloaded Package
4.Open Terminal in the Directory
Go to the Directory containing all packages.
5.Change user mode to super user
su
6.Install Packages
Run following command in each directory (current directory and important, wine)
go to each directory using cd command and run Following command.
apt-get install *.rpm
or
rpm -Uvh *.rpm
or
rpm -Uvh *.rpm
That's all.
######################rpm options ######################
Options: -UvhU: install/upgrade as neededv: Verbose modeh: print hash marks as the package archive is unpacked.
No comments:
Post a Comment
Any Suggestion or Complain