Sabtu, 06 Juni 2015

YUMY INSTALL CENTOS 7 PIARA

(7)yumCommand

#rpm --import /etc/pki/rpm-gpg/* //Import the GPG key
#yum update // Update all RPM packets
#yum makecache //Cache
#yum check-update //Check for available updates the RPM package
#yum upgrade //The scale of the upgrade, unlike Yum update, even the old out of the package is also upgrading
#yum install * //Install package
#yum list * //Find the software package
#yum remove //Remove software packages
#yum clean all //Remove the original Yum information
#yum groupinstall "GNOME Desktop"

3.GNOMEOrKDEDesktop
$su - //Switch to the root
#yum groupinstall "GNOME Desktop" //Install the GNOME desktop environment
#yum groupinstall "KDE Plasma Workspaces" //Install the KDE desktop environment
#vi /etc/inittab //initdefault, The number 3 to 5
#:wq! //Save and exit
#reboot //Restart

4.The installation of a language pack
#yum groupinstall chinese-support //Chinese
#yum groupinstall hindi-support //Yin Diwen
#yum groupinstall japanese-support //Japanese
#yum groupinstall korean-support //Korean

5.Compression and decompression
(1)zip unzip
#yum install zip unzip

(2)unrar
#rpm -Uvh http://pkgs.repoforge.org/unrar/unrar-5.0.3-1.el7.rf.x86_64.rpm

(3)rar
#rpm -Uvh http://pkgs.repoforge.org/rar/rar-3.8.0-1.el7.rf.x86_64.rpm

(4)7z(p7zip)
#rpm -Uvh http://pkgs.repoforge.org/p7zip/p7zip-9.20.1-1.el7.rf.x86_64.rpm

6.VirtualBox
rpmInstallation:
#rpm -Uvh http://download.virtualbox.org/virtualbox/4.3.14/VirtualBox-4.3-4.3.14_95030_el7-1.x86_64.rpm

yumInstallation:
#cd /etc/yum.repos.d/
#wget
#yum makecache
#yum list VirtualBox-*
#yum install VirtualBox-4.*
#yum install kernel-devel
#yum install dkms
#/etc/init.d/vboxdrv setup

7.Adobe Flash Player

Please use any browser to download Webpage even . This Webpage automatically distinguishing your operating system and the use of language, to provide for your Adobe Flash Player installation file. In the "choose to download the version...", select "YUM, suitable for Linux (YUM);.Tar.gz, suitable for other Linux;.Rpm, suitable for other Linux; APT, suitable for Ubuntu 10.04+", click "download now』.

rpmInstallation: Select.Rpm, suitable for other Linux ", click" download now』.
#rpm -Uvh flash-plugin-11.1.102.63-release.x86_64.rpm

yumInstallation: Select YUM, suitable for Linux (YUM) ", click" download now』.
#rpm -i adobe-release-x86_64-1.0-1.noarch.rpm //After the installation of /etc/yum.repo.d/ inside there will be adobe-linux-i386.repo files
#yum makecache
#yum install flash-plugin

8.VLC
#yum install vlc

Tidak ada komentar:

Posting Komentar