How to install OS packages using yum?

Clash Royale CLAN TAG#URR8PPP
up vote
-3
down vote
favorite
I need to install below packages:
gcc: gcc-c++-4.4.7-3.el6.x86_64
Flex: flex-2.5.35-8.el6.x86_64
Bison: bison-2.4.1-5.el6.x86_64
Glib: glib2-devel-2.22.5-7.el6.x86_64 & glibc-devel-2.12-1.107.el6_4.2.x86_64
Pcre: pcre-7.8-6.el6.x86_64 & pcre-devel-7.8-6.el6.x86_64
logrotate: logrotate-3.7.8-16.el6.x86_64
sendmail: sendmail-8.14.4-8.el6.x86_64 & sendmail-cf-8.14.4-8.el6.noarch
using yum from below repositories.
# yum repolist
Loaded plugins: package_upload, product-id, search-disabled-repos, subscription-manager
repo id repo name status
!RBC_RBC-Tools-RHEL7_rbc-tools-rhel-7Server-x86_64-rpms rbc-tools-rhel-7Server-x86_64-rpms 9
!rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 747
!rhel-7-server-optional-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server - Optional (RPMs) 13,201
!rhel-7-server-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 18,022
!rhel-7-server-satellite-tools-6.1-rpms/x86_64 Red Hat Satellite Tools 6.1 (for RHEL 7 Server) (RPMs) 86
!rhel-7-server-supplementary-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server - Supplementary (RPMs) 270
repolist: 32,335
But, I get below error:
# yum install gcc-c++-4.4.7-3.el6.x86_64
Loaded plugins: package_upload, product-id, search-disabled-repos, subscription-manager
RBC_RBC-Tools-RHEL7_rbc-tools-rhel-7Server-x86_64-rpms | 1.8 kB 00:00:00
rhel-7-server-extras-rpms | 2.0 kB 00:00:00
rhel-7-server-optional-rpms | 2.0 kB 00:00:00
rhel-7-server-rpms | 2.0 kB 00:00:00
rhel-7-server-satellite-tools-6.1-rpms | 2.1 kB 00:00:00
rhel-7-server-supplementary-rpms | 2.3 kB 00:00:00
No package gcc-c++-4.4.7-3.el6.x86_64 available.
Error: Nothing to do
How to resolve this error? Do I need to add some more repositories? if yes, how?
rhel software-installation yum
add a comment |Â
up vote
-3
down vote
favorite
I need to install below packages:
gcc: gcc-c++-4.4.7-3.el6.x86_64
Flex: flex-2.5.35-8.el6.x86_64
Bison: bison-2.4.1-5.el6.x86_64
Glib: glib2-devel-2.22.5-7.el6.x86_64 & glibc-devel-2.12-1.107.el6_4.2.x86_64
Pcre: pcre-7.8-6.el6.x86_64 & pcre-devel-7.8-6.el6.x86_64
logrotate: logrotate-3.7.8-16.el6.x86_64
sendmail: sendmail-8.14.4-8.el6.x86_64 & sendmail-cf-8.14.4-8.el6.noarch
using yum from below repositories.
# yum repolist
Loaded plugins: package_upload, product-id, search-disabled-repos, subscription-manager
repo id repo name status
!RBC_RBC-Tools-RHEL7_rbc-tools-rhel-7Server-x86_64-rpms rbc-tools-rhel-7Server-x86_64-rpms 9
!rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 747
!rhel-7-server-optional-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server - Optional (RPMs) 13,201
!rhel-7-server-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 18,022
!rhel-7-server-satellite-tools-6.1-rpms/x86_64 Red Hat Satellite Tools 6.1 (for RHEL 7 Server) (RPMs) 86
!rhel-7-server-supplementary-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server - Supplementary (RPMs) 270
repolist: 32,335
But, I get below error:
# yum install gcc-c++-4.4.7-3.el6.x86_64
Loaded plugins: package_upload, product-id, search-disabled-repos, subscription-manager
RBC_RBC-Tools-RHEL7_rbc-tools-rhel-7Server-x86_64-rpms | 1.8 kB 00:00:00
rhel-7-server-extras-rpms | 2.0 kB 00:00:00
rhel-7-server-optional-rpms | 2.0 kB 00:00:00
rhel-7-server-rpms | 2.0 kB 00:00:00
rhel-7-server-satellite-tools-6.1-rpms | 2.1 kB 00:00:00
rhel-7-server-supplementary-rpms | 2.3 kB 00:00:00
No package gcc-c++-4.4.7-3.el6.x86_64 available.
Error: Nothing to do
How to resolve this error? Do I need to add some more repositories? if yes, how?
rhel software-installation yum
4
You appear to be attempting to install a g++ EL6 versioned package on a system with RHEL7 repositories... Perhaps you'd be more successful just attempting to installgcc-c++
â Jeff Schaller
Aug 16 at 17:08
add a comment |Â
up vote
-3
down vote
favorite
up vote
-3
down vote
favorite
I need to install below packages:
gcc: gcc-c++-4.4.7-3.el6.x86_64
Flex: flex-2.5.35-8.el6.x86_64
Bison: bison-2.4.1-5.el6.x86_64
Glib: glib2-devel-2.22.5-7.el6.x86_64 & glibc-devel-2.12-1.107.el6_4.2.x86_64
Pcre: pcre-7.8-6.el6.x86_64 & pcre-devel-7.8-6.el6.x86_64
logrotate: logrotate-3.7.8-16.el6.x86_64
sendmail: sendmail-8.14.4-8.el6.x86_64 & sendmail-cf-8.14.4-8.el6.noarch
using yum from below repositories.
# yum repolist
Loaded plugins: package_upload, product-id, search-disabled-repos, subscription-manager
repo id repo name status
!RBC_RBC-Tools-RHEL7_rbc-tools-rhel-7Server-x86_64-rpms rbc-tools-rhel-7Server-x86_64-rpms 9
!rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 747
!rhel-7-server-optional-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server - Optional (RPMs) 13,201
!rhel-7-server-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 18,022
!rhel-7-server-satellite-tools-6.1-rpms/x86_64 Red Hat Satellite Tools 6.1 (for RHEL 7 Server) (RPMs) 86
!rhel-7-server-supplementary-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server - Supplementary (RPMs) 270
repolist: 32,335
But, I get below error:
# yum install gcc-c++-4.4.7-3.el6.x86_64
Loaded plugins: package_upload, product-id, search-disabled-repos, subscription-manager
RBC_RBC-Tools-RHEL7_rbc-tools-rhel-7Server-x86_64-rpms | 1.8 kB 00:00:00
rhel-7-server-extras-rpms | 2.0 kB 00:00:00
rhel-7-server-optional-rpms | 2.0 kB 00:00:00
rhel-7-server-rpms | 2.0 kB 00:00:00
rhel-7-server-satellite-tools-6.1-rpms | 2.1 kB 00:00:00
rhel-7-server-supplementary-rpms | 2.3 kB 00:00:00
No package gcc-c++-4.4.7-3.el6.x86_64 available.
Error: Nothing to do
How to resolve this error? Do I need to add some more repositories? if yes, how?
rhel software-installation yum
I need to install below packages:
gcc: gcc-c++-4.4.7-3.el6.x86_64
Flex: flex-2.5.35-8.el6.x86_64
Bison: bison-2.4.1-5.el6.x86_64
Glib: glib2-devel-2.22.5-7.el6.x86_64 & glibc-devel-2.12-1.107.el6_4.2.x86_64
Pcre: pcre-7.8-6.el6.x86_64 & pcre-devel-7.8-6.el6.x86_64
logrotate: logrotate-3.7.8-16.el6.x86_64
sendmail: sendmail-8.14.4-8.el6.x86_64 & sendmail-cf-8.14.4-8.el6.noarch
using yum from below repositories.
# yum repolist
Loaded plugins: package_upload, product-id, search-disabled-repos, subscription-manager
repo id repo name status
!RBC_RBC-Tools-RHEL7_rbc-tools-rhel-7Server-x86_64-rpms rbc-tools-rhel-7Server-x86_64-rpms 9
!rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 747
!rhel-7-server-optional-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server - Optional (RPMs) 13,201
!rhel-7-server-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 18,022
!rhel-7-server-satellite-tools-6.1-rpms/x86_64 Red Hat Satellite Tools 6.1 (for RHEL 7 Server) (RPMs) 86
!rhel-7-server-supplementary-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server - Supplementary (RPMs) 270
repolist: 32,335
But, I get below error:
# yum install gcc-c++-4.4.7-3.el6.x86_64
Loaded plugins: package_upload, product-id, search-disabled-repos, subscription-manager
RBC_RBC-Tools-RHEL7_rbc-tools-rhel-7Server-x86_64-rpms | 1.8 kB 00:00:00
rhel-7-server-extras-rpms | 2.0 kB 00:00:00
rhel-7-server-optional-rpms | 2.0 kB 00:00:00
rhel-7-server-rpms | 2.0 kB 00:00:00
rhel-7-server-satellite-tools-6.1-rpms | 2.1 kB 00:00:00
rhel-7-server-supplementary-rpms | 2.3 kB 00:00:00
No package gcc-c++-4.4.7-3.el6.x86_64 available.
Error: Nothing to do
How to resolve this error? Do I need to add some more repositories? if yes, how?
rhel software-installation yum
rhel software-installation yum
edited Sep 2 at 11:28
Jeff Schaller
32.6k849110
32.6k849110
asked Aug 16 at 16:48
overexchange
297212
297212
4
You appear to be attempting to install a g++ EL6 versioned package on a system with RHEL7 repositories... Perhaps you'd be more successful just attempting to installgcc-c++
â Jeff Schaller
Aug 16 at 17:08
add a comment |Â
4
You appear to be attempting to install a g++ EL6 versioned package on a system with RHEL7 repositories... Perhaps you'd be more successful just attempting to installgcc-c++
â Jeff Schaller
Aug 16 at 17:08
4
4
You appear to be attempting to install a g++ EL6 versioned package on a system with RHEL7 repositories... Perhaps you'd be more successful just attempting to install
gcc-c++â Jeff Schaller
Aug 16 at 17:08
You appear to be attempting to install a g++ EL6 versioned package on a system with RHEL7 repositories... Perhaps you'd be more successful just attempting to install
gcc-c++â Jeff Schaller
Aug 16 at 17:08
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
5
down vote
accepted
If you are looking to install GCC, all you need to do is yum install gcc-c++ it will get its dependencies if you have access to them, or it will error out. For the rest of your packages, just put in the text name before <name>-<version number>. yum install flex bison sendmail just see if the other packages get installed as dependencies, if not go back and install them too using yum install <name>.
If you need more help to understand yum, just type man yum for more references and details about yum.
[root@server thebtm]# yum install gcc
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.its.sfu.ca
* epel: muug.ca
* extras: muug.ca
* ius: mirrors.kernel.org
* updates: mirror.its.sfu.ca
Package gcc-4.8.5-28.el7_5.1.x86_64 already installed and latest version
Nothing to do
Example of when its not installed:
[root@fada2474faea iop]# yum install gcc-c++
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
epel/x86_64/metalink | 16 kB 00:00:00
* base: mirror.its.sfu.ca
* epel: mirrors.cat.pdx.edu
* extras: mirror.its.sfu.ca
* ius: mirrors.kernel.org
* updates: mirror.its.sfu.ca
base | 3.6 kB 00:00:00
epel | 3.2 kB 00:00:00
extras | 3.4 kB 00:00:00
ius | 2.3 kB 00:00:00
updates | 3.4 kB 00:00:00
(1/2): epel/x86_64/updateinfo | 933 kB 00:00:00
(2/2): epel/x86_64/primary | 3.6 MB 00:00:00
epel 12647/12647
Resolving Dependencies
--> Running transaction check
---> Package gcc-c++.x86_64 0:4.8.5-28.el7_5.1 will be installed
--> Processing Dependency: libstdc++-devel = 4.8.5-28.el7_5.1 for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: gcc = 4.8.5-28.el7_5.1 for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed
--> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package libstdc++-devel.x86_64 0:4.8.5-28.el7_5.1 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed
---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed
--> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64
--> Running transaction check
---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64
--> Running transaction check
---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================================================================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================================================================================================================================
Installing:
gcc-c++ x86_64 4.8.5-28.el7_5.1 updates 7.2 M
Installing for dependencies:
cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M
gcc x86_64 4.8.5-28.el7_5.1 updates 16 M
glibc-devel x86_64 2.17-222.el7 base 1.1 M
glibc-headers x86_64 2.17-222.el7 base 678 k
kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M
libmpc x86_64 1.0.1-3.el7 base 51 k
libstdc++-devel x86_64 4.8.5-28.el7_5.1 updates 1.5 M
mpfr x86_64 3.1.1-4.el7 base 203 k
Transaction Summary
=============================================================================================================================================================================================================================================
Install 1 Package (+8 Dependent packages)
Total download size: 40 M
Installed size: 84 M
Is this ok [y/d/N]: n
Exiting on user command
Your transaction was saved, rerun it with:
yum load-transaction /tmp/yum_save_tx.2018-08-16.23-11.GY0gCD.yumtx
What about pcre & logrotate & glib2? gcc has only installed glibc
â overexchange
Aug 16 at 18:03
1
@overexchange we are not expected to guide you in every (simple and) small detail. You also have to do your end of work. Think over things a bit, and try them to get used to them.
â Rui F Ribeiro
Aug 16 at 18:13
@RuiFRibeiro ok I will try
â overexchange
Aug 16 at 19:32
1
This answer would align more closely to the OP's situation if you demonstrated with thegcc-c++package.
â Jeff Schaller
Aug 16 at 23:10
@JeffSchaller, updated for the instance of not installed.
â thebtm
Aug 16 at 23:22
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
accepted
If you are looking to install GCC, all you need to do is yum install gcc-c++ it will get its dependencies if you have access to them, or it will error out. For the rest of your packages, just put in the text name before <name>-<version number>. yum install flex bison sendmail just see if the other packages get installed as dependencies, if not go back and install them too using yum install <name>.
If you need more help to understand yum, just type man yum for more references and details about yum.
[root@server thebtm]# yum install gcc
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.its.sfu.ca
* epel: muug.ca
* extras: muug.ca
* ius: mirrors.kernel.org
* updates: mirror.its.sfu.ca
Package gcc-4.8.5-28.el7_5.1.x86_64 already installed and latest version
Nothing to do
Example of when its not installed:
[root@fada2474faea iop]# yum install gcc-c++
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
epel/x86_64/metalink | 16 kB 00:00:00
* base: mirror.its.sfu.ca
* epel: mirrors.cat.pdx.edu
* extras: mirror.its.sfu.ca
* ius: mirrors.kernel.org
* updates: mirror.its.sfu.ca
base | 3.6 kB 00:00:00
epel | 3.2 kB 00:00:00
extras | 3.4 kB 00:00:00
ius | 2.3 kB 00:00:00
updates | 3.4 kB 00:00:00
(1/2): epel/x86_64/updateinfo | 933 kB 00:00:00
(2/2): epel/x86_64/primary | 3.6 MB 00:00:00
epel 12647/12647
Resolving Dependencies
--> Running transaction check
---> Package gcc-c++.x86_64 0:4.8.5-28.el7_5.1 will be installed
--> Processing Dependency: libstdc++-devel = 4.8.5-28.el7_5.1 for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: gcc = 4.8.5-28.el7_5.1 for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed
--> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package libstdc++-devel.x86_64 0:4.8.5-28.el7_5.1 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed
---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed
--> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64
--> Running transaction check
---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64
--> Running transaction check
---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================================================================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================================================================================================================================
Installing:
gcc-c++ x86_64 4.8.5-28.el7_5.1 updates 7.2 M
Installing for dependencies:
cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M
gcc x86_64 4.8.5-28.el7_5.1 updates 16 M
glibc-devel x86_64 2.17-222.el7 base 1.1 M
glibc-headers x86_64 2.17-222.el7 base 678 k
kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M
libmpc x86_64 1.0.1-3.el7 base 51 k
libstdc++-devel x86_64 4.8.5-28.el7_5.1 updates 1.5 M
mpfr x86_64 3.1.1-4.el7 base 203 k
Transaction Summary
=============================================================================================================================================================================================================================================
Install 1 Package (+8 Dependent packages)
Total download size: 40 M
Installed size: 84 M
Is this ok [y/d/N]: n
Exiting on user command
Your transaction was saved, rerun it with:
yum load-transaction /tmp/yum_save_tx.2018-08-16.23-11.GY0gCD.yumtx
What about pcre & logrotate & glib2? gcc has only installed glibc
â overexchange
Aug 16 at 18:03
1
@overexchange we are not expected to guide you in every (simple and) small detail. You also have to do your end of work. Think over things a bit, and try them to get used to them.
â Rui F Ribeiro
Aug 16 at 18:13
@RuiFRibeiro ok I will try
â overexchange
Aug 16 at 19:32
1
This answer would align more closely to the OP's situation if you demonstrated with thegcc-c++package.
â Jeff Schaller
Aug 16 at 23:10
@JeffSchaller, updated for the instance of not installed.
â thebtm
Aug 16 at 23:22
add a comment |Â
up vote
5
down vote
accepted
If you are looking to install GCC, all you need to do is yum install gcc-c++ it will get its dependencies if you have access to them, or it will error out. For the rest of your packages, just put in the text name before <name>-<version number>. yum install flex bison sendmail just see if the other packages get installed as dependencies, if not go back and install them too using yum install <name>.
If you need more help to understand yum, just type man yum for more references and details about yum.
[root@server thebtm]# yum install gcc
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.its.sfu.ca
* epel: muug.ca
* extras: muug.ca
* ius: mirrors.kernel.org
* updates: mirror.its.sfu.ca
Package gcc-4.8.5-28.el7_5.1.x86_64 already installed and latest version
Nothing to do
Example of when its not installed:
[root@fada2474faea iop]# yum install gcc-c++
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
epel/x86_64/metalink | 16 kB 00:00:00
* base: mirror.its.sfu.ca
* epel: mirrors.cat.pdx.edu
* extras: mirror.its.sfu.ca
* ius: mirrors.kernel.org
* updates: mirror.its.sfu.ca
base | 3.6 kB 00:00:00
epel | 3.2 kB 00:00:00
extras | 3.4 kB 00:00:00
ius | 2.3 kB 00:00:00
updates | 3.4 kB 00:00:00
(1/2): epel/x86_64/updateinfo | 933 kB 00:00:00
(2/2): epel/x86_64/primary | 3.6 MB 00:00:00
epel 12647/12647
Resolving Dependencies
--> Running transaction check
---> Package gcc-c++.x86_64 0:4.8.5-28.el7_5.1 will be installed
--> Processing Dependency: libstdc++-devel = 4.8.5-28.el7_5.1 for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: gcc = 4.8.5-28.el7_5.1 for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed
--> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package libstdc++-devel.x86_64 0:4.8.5-28.el7_5.1 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed
---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed
--> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64
--> Running transaction check
---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64
--> Running transaction check
---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================================================================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================================================================================================================================
Installing:
gcc-c++ x86_64 4.8.5-28.el7_5.1 updates 7.2 M
Installing for dependencies:
cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M
gcc x86_64 4.8.5-28.el7_5.1 updates 16 M
glibc-devel x86_64 2.17-222.el7 base 1.1 M
glibc-headers x86_64 2.17-222.el7 base 678 k
kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M
libmpc x86_64 1.0.1-3.el7 base 51 k
libstdc++-devel x86_64 4.8.5-28.el7_5.1 updates 1.5 M
mpfr x86_64 3.1.1-4.el7 base 203 k
Transaction Summary
=============================================================================================================================================================================================================================================
Install 1 Package (+8 Dependent packages)
Total download size: 40 M
Installed size: 84 M
Is this ok [y/d/N]: n
Exiting on user command
Your transaction was saved, rerun it with:
yum load-transaction /tmp/yum_save_tx.2018-08-16.23-11.GY0gCD.yumtx
What about pcre & logrotate & glib2? gcc has only installed glibc
â overexchange
Aug 16 at 18:03
1
@overexchange we are not expected to guide you in every (simple and) small detail. You also have to do your end of work. Think over things a bit, and try them to get used to them.
â Rui F Ribeiro
Aug 16 at 18:13
@RuiFRibeiro ok I will try
â overexchange
Aug 16 at 19:32
1
This answer would align more closely to the OP's situation if you demonstrated with thegcc-c++package.
â Jeff Schaller
Aug 16 at 23:10
@JeffSchaller, updated for the instance of not installed.
â thebtm
Aug 16 at 23:22
add a comment |Â
up vote
5
down vote
accepted
up vote
5
down vote
accepted
If you are looking to install GCC, all you need to do is yum install gcc-c++ it will get its dependencies if you have access to them, or it will error out. For the rest of your packages, just put in the text name before <name>-<version number>. yum install flex bison sendmail just see if the other packages get installed as dependencies, if not go back and install them too using yum install <name>.
If you need more help to understand yum, just type man yum for more references and details about yum.
[root@server thebtm]# yum install gcc
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.its.sfu.ca
* epel: muug.ca
* extras: muug.ca
* ius: mirrors.kernel.org
* updates: mirror.its.sfu.ca
Package gcc-4.8.5-28.el7_5.1.x86_64 already installed and latest version
Nothing to do
Example of when its not installed:
[root@fada2474faea iop]# yum install gcc-c++
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
epel/x86_64/metalink | 16 kB 00:00:00
* base: mirror.its.sfu.ca
* epel: mirrors.cat.pdx.edu
* extras: mirror.its.sfu.ca
* ius: mirrors.kernel.org
* updates: mirror.its.sfu.ca
base | 3.6 kB 00:00:00
epel | 3.2 kB 00:00:00
extras | 3.4 kB 00:00:00
ius | 2.3 kB 00:00:00
updates | 3.4 kB 00:00:00
(1/2): epel/x86_64/updateinfo | 933 kB 00:00:00
(2/2): epel/x86_64/primary | 3.6 MB 00:00:00
epel 12647/12647
Resolving Dependencies
--> Running transaction check
---> Package gcc-c++.x86_64 0:4.8.5-28.el7_5.1 will be installed
--> Processing Dependency: libstdc++-devel = 4.8.5-28.el7_5.1 for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: gcc = 4.8.5-28.el7_5.1 for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed
--> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package libstdc++-devel.x86_64 0:4.8.5-28.el7_5.1 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed
---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed
--> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64
--> Running transaction check
---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64
--> Running transaction check
---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================================================================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================================================================================================================================
Installing:
gcc-c++ x86_64 4.8.5-28.el7_5.1 updates 7.2 M
Installing for dependencies:
cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M
gcc x86_64 4.8.5-28.el7_5.1 updates 16 M
glibc-devel x86_64 2.17-222.el7 base 1.1 M
glibc-headers x86_64 2.17-222.el7 base 678 k
kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M
libmpc x86_64 1.0.1-3.el7 base 51 k
libstdc++-devel x86_64 4.8.5-28.el7_5.1 updates 1.5 M
mpfr x86_64 3.1.1-4.el7 base 203 k
Transaction Summary
=============================================================================================================================================================================================================================================
Install 1 Package (+8 Dependent packages)
Total download size: 40 M
Installed size: 84 M
Is this ok [y/d/N]: n
Exiting on user command
Your transaction was saved, rerun it with:
yum load-transaction /tmp/yum_save_tx.2018-08-16.23-11.GY0gCD.yumtx
If you are looking to install GCC, all you need to do is yum install gcc-c++ it will get its dependencies if you have access to them, or it will error out. For the rest of your packages, just put in the text name before <name>-<version number>. yum install flex bison sendmail just see if the other packages get installed as dependencies, if not go back and install them too using yum install <name>.
If you need more help to understand yum, just type man yum for more references and details about yum.
[root@server thebtm]# yum install gcc
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.its.sfu.ca
* epel: muug.ca
* extras: muug.ca
* ius: mirrors.kernel.org
* updates: mirror.its.sfu.ca
Package gcc-4.8.5-28.el7_5.1.x86_64 already installed and latest version
Nothing to do
Example of when its not installed:
[root@fada2474faea iop]# yum install gcc-c++
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
epel/x86_64/metalink | 16 kB 00:00:00
* base: mirror.its.sfu.ca
* epel: mirrors.cat.pdx.edu
* extras: mirror.its.sfu.ca
* ius: mirrors.kernel.org
* updates: mirror.its.sfu.ca
base | 3.6 kB 00:00:00
epel | 3.2 kB 00:00:00
extras | 3.4 kB 00:00:00
ius | 2.3 kB 00:00:00
updates | 3.4 kB 00:00:00
(1/2): epel/x86_64/updateinfo | 933 kB 00:00:00
(2/2): epel/x86_64/primary | 3.6 MB 00:00:00
epel 12647/12647
Resolving Dependencies
--> Running transaction check
---> Package gcc-c++.x86_64 0:4.8.5-28.el7_5.1 will be installed
--> Processing Dependency: libstdc++-devel = 4.8.5-28.el7_5.1 for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: gcc = 4.8.5-28.el7_5.1 for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-c++-4.8.5-28.el7_5.1.x86_64
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed
--> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package libstdc++-devel.x86_64 0:4.8.5-28.el7_5.1 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed
---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed
--> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64
--> Running transaction check
---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64
--> Running transaction check
---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================================================================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================================================================================================================================
Installing:
gcc-c++ x86_64 4.8.5-28.el7_5.1 updates 7.2 M
Installing for dependencies:
cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M
gcc x86_64 4.8.5-28.el7_5.1 updates 16 M
glibc-devel x86_64 2.17-222.el7 base 1.1 M
glibc-headers x86_64 2.17-222.el7 base 678 k
kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M
libmpc x86_64 1.0.1-3.el7 base 51 k
libstdc++-devel x86_64 4.8.5-28.el7_5.1 updates 1.5 M
mpfr x86_64 3.1.1-4.el7 base 203 k
Transaction Summary
=============================================================================================================================================================================================================================================
Install 1 Package (+8 Dependent packages)
Total download size: 40 M
Installed size: 84 M
Is this ok [y/d/N]: n
Exiting on user command
Your transaction was saved, rerun it with:
yum load-transaction /tmp/yum_save_tx.2018-08-16.23-11.GY0gCD.yumtx
edited Aug 16 at 23:13
answered Aug 16 at 17:01
thebtm
737413
737413
What about pcre & logrotate & glib2? gcc has only installed glibc
â overexchange
Aug 16 at 18:03
1
@overexchange we are not expected to guide you in every (simple and) small detail. You also have to do your end of work. Think over things a bit, and try them to get used to them.
â Rui F Ribeiro
Aug 16 at 18:13
@RuiFRibeiro ok I will try
â overexchange
Aug 16 at 19:32
1
This answer would align more closely to the OP's situation if you demonstrated with thegcc-c++package.
â Jeff Schaller
Aug 16 at 23:10
@JeffSchaller, updated for the instance of not installed.
â thebtm
Aug 16 at 23:22
add a comment |Â
What about pcre & logrotate & glib2? gcc has only installed glibc
â overexchange
Aug 16 at 18:03
1
@overexchange we are not expected to guide you in every (simple and) small detail. You also have to do your end of work. Think over things a bit, and try them to get used to them.
â Rui F Ribeiro
Aug 16 at 18:13
@RuiFRibeiro ok I will try
â overexchange
Aug 16 at 19:32
1
This answer would align more closely to the OP's situation if you demonstrated with thegcc-c++package.
â Jeff Schaller
Aug 16 at 23:10
@JeffSchaller, updated for the instance of not installed.
â thebtm
Aug 16 at 23:22
What about pcre & logrotate & glib2? gcc has only installed glibc
â overexchange
Aug 16 at 18:03
What about pcre & logrotate & glib2? gcc has only installed glibc
â overexchange
Aug 16 at 18:03
1
1
@overexchange we are not expected to guide you in every (simple and) small detail. You also have to do your end of work. Think over things a bit, and try them to get used to them.
â Rui F Ribeiro
Aug 16 at 18:13
@overexchange we are not expected to guide you in every (simple and) small detail. You also have to do your end of work. Think over things a bit, and try them to get used to them.
â Rui F Ribeiro
Aug 16 at 18:13
@RuiFRibeiro ok I will try
â overexchange
Aug 16 at 19:32
@RuiFRibeiro ok I will try
â overexchange
Aug 16 at 19:32
1
1
This answer would align more closely to the OP's situation if you demonstrated with the
gcc-c++ package.â Jeff Schaller
Aug 16 at 23:10
This answer would align more closely to the OP's situation if you demonstrated with the
gcc-c++ package.â Jeff Schaller
Aug 16 at 23:10
@JeffSchaller, updated for the instance of not installed.
â thebtm
Aug 16 at 23:22
@JeffSchaller, updated for the instance of not installed.
â thebtm
Aug 16 at 23:22
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f463019%2fhow-to-install-os-packages-using-yum%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
4
You appear to be attempting to install a g++ EL6 versioned package on a system with RHEL7 repositories... Perhaps you'd be more successful just attempting to install
gcc-c++â Jeff Schaller
Aug 16 at 17:08