In Centos/fedora to install all Development Libraries through yum, you can use following command.
[root@ramank ~]# yum grouplist | grep -i dev
Development Libraries
Development Tools
Legacy Software Development
GNOME Software Development
Java Development
KDE Software Development
LibreOffice Development
Perl Development
Web Development
X Software Development
XFCE Software Development
So now suppose i want to insatll All Dev lib so the command which i used is like below
#[root@ramank ~]# yum groupinstall "Development Libraries"
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Group Process
xscreensaver-gl-extras i686 1:5.20-1.fc16 updates 2.2 M
zlib i686 1.2.5-7.fc16 updates 83 k
Transaction Summary
================================================================================
Install 1 Package
Upgrade 50 Packages
Total download size: 27 M
Is this ok [y/N]:
Done
[root@ramank ~]# yum grouplist | grep -i dev
Development Libraries
Development Tools
Legacy Software Development
GNOME Software Development
Java Development
KDE Software Development
LibreOffice Development
Perl Development
Web Development
X Software Development
XFCE Software Development
So now suppose i want to insatll All Dev lib so the command which i used is like below
#[root@ramank ~]# yum groupinstall "Development Libraries"
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Group Process
xscreensaver-gl-extras i686 1:5.20-1.fc16 updates 2.2 M
zlib i686 1.2.5-7.fc16 updates 83 k
Transaction Summary
================================================================================
Install 1 Package
Upgrade 50 Packages
Total download size: 27 M
Is this ok [y/N]:
Done
0 comments:
Post a Comment