AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • Início
  • system&network
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • Início
  • system&network
    • Recentes
    • Highest score
    • tags
  • Ubuntu
    • Recentes
    • Highest score
    • tags
  • Unix
    • Recentes
    • tags
  • DBA
    • Recentes
    • tags
  • Computer
    • Recentes
    • tags
  • Coding
    • Recentes
    • tags
Início / unix / Perguntas / 463019
Accepted
overexchange
overexchange
Asked: 2018-08-17 08:48:18 +0800 CST2018-08-17 08:48:18 +0800 CST 2018-08-17 08:48:18 +0800 CST

Como instalar pacotes de SO usando o yum?

  • 772

Eu preciso instalar os pacotes abaixo:

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

usando yumos repositórios abaixo.


# 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

Mas, recebo o erro abaixo:

# 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

Como resolver este erro? Preciso adicionar mais repositórios? se sim, como?

rhel software-installation
  • 1 1 respostas
  • 895 Views

1 respostas

  • Voted
  1. Best Answer
    thebtm
    2018-08-17T09:01:32+08:002018-08-17T09:01:32+08:00

    Se você deseja instalar o GCC, tudo o que você precisa fazer é yum install gcc-c++que ele obterá suas dependências se você tiver acesso a elas, ou ocorrerá um erro. Para o resto de seus pacotes, basta colocar o nome do texto antes de <nome>-<número da versão>. yum install flex bison sendmailapenas veja se os outros pacotes são instalados como dependências, se não, volte e instale-os também usando yum install <name>.

    Se precisar de mais ajuda para entender yum, basta digitar man yumpara mais referências e detalhes sobre 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
    

    Exemplo de quando não está instalado:

    [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
    
    • 5

relate perguntas

  • linux redhat 7 (ou centos 7) + firewalld mascarar o firewall

  • comando systemctl não funciona no RHEL 6

  • Como instalo o docker no RHEL 7 offline?

  • Escrevendo C# no Debian

  • Desativar a maximização automática de janelas no Gnome3

Sidebar

Stats

  • Perguntas 205573
  • respostas 270741
  • best respostas 135370
  • utilizador 68524
  • Highest score
  • respostas
  • Marko Smith

    Como exportar uma chave privada GPG e uma chave pública para um arquivo

    • 4 respostas
  • Marko Smith

    ssh Não é possível negociar: "nenhuma cifra correspondente encontrada", está rejeitando o cbc

    • 4 respostas
  • Marko Smith

    Como podemos executar um comando armazenado em uma variável?

    • 5 respostas
  • Marko Smith

    Como configurar o systemd-resolved e o systemd-networkd para usar o servidor DNS local para resolver domínios locais e o servidor DNS remoto para domínios remotos?

    • 3 respostas
  • Marko Smith

    Como descarregar o módulo do kernel 'nvidia-drm'?

    • 13 respostas
  • Marko Smith

    apt-get update error no Kali Linux após a atualização do dist [duplicado]

    • 2 respostas
  • Marko Smith

    Como ver as últimas linhas x do log de serviço systemctl

    • 5 respostas
  • Marko Smith

    Nano - pule para o final do arquivo

    • 8 respostas
  • Marko Smith

    erro grub: você precisa carregar o kernel primeiro

    • 4 respostas
  • Marko Smith

    Como baixar o pacote não instalá-lo com o comando apt-get?

    • 7 respostas
  • Martin Hope
    rocky Como exportar uma chave privada GPG e uma chave pública para um arquivo 2018-11-16 05:36:15 +0800 CST
  • Martin Hope
    Wong Jia Hau ssh-add retorna com: "Erro ao conectar ao agente: nenhum arquivo ou diretório" 2018-08-24 23:28:13 +0800 CST
  • Martin Hope
    Evan Carroll status systemctl mostra: "Estado: degradado" 2018-06-03 18:48:17 +0800 CST
  • Martin Hope
    Tim Como podemos executar um comando armazenado em uma variável? 2018-05-21 04:46:29 +0800 CST
  • Martin Hope
    Ankur S Por que /dev/null é um arquivo? Por que sua função não é implementada como um programa simples? 2018-04-17 07:28:04 +0800 CST
  • Martin Hope
    user3191334 Como ver as últimas linhas x do log de serviço systemctl 2018-02-07 00:14:16 +0800 CST
  • Martin Hope
    Marko Pacak Nano - pule para o final do arquivo 2018-02-01 01:53:03 +0800 CST
  • Martin Hope
    Kidburla Por que verdadeiro e falso são tão grandes? 2018-01-26 12:14:47 +0800 CST
  • Martin Hope
    Christos Baziotis Substitua a string em um arquivo de texto enorme (70 GB), uma linha 2017-12-30 06:58:33 +0800 CST
  • Martin Hope
    Bagas Sanjaya Por que o Linux usa LF como caractere de nova linha? 2017-12-20 05:48:21 +0800 CST

Hot tag

linux bash debian shell-script text-processing ubuntu centos shell awk ssh

Explore

  • Início
  • Perguntas
    • Recentes
    • Highest score
  • tag
  • help

Footer

AskOverflow.Dev

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve