Setup a new CentOS 7 development system
You will want nux repo to install some of the software mentionned here (e.g. VLC)
$> su -
$> yum update # optional but recommanded
$> rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
$> rpm -Uvh https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
$> rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
Install VLC
sudo yum install vlc
You will want GParted
sudo yum install gparted
You will want Amarko
sudo yum install amarok
You will want NTFS support if you have Window partitions
sudo yum install fuse-ntfs-3g ntfsprogs
Install Chrome
Recent Comments