gpt4 book ai didi

centos - 安装 wget 时没有可用的软件包 wget

转载 作者:行者123 更新时间:2023-12-04 19:31:27 25 4
gpt4 key购买 nike

在我的 CentOS 6.5 中,我想安装 wget:

#  yum -y install wget

但我收到以下错误:
[root@localhost yum.repos.d]#  yum -y install wget
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
No package wget available.
Error: Nothing to do

最佳答案

听起来您可能缺少 yum 配置中的“基本”存储库。

yum info wget
* base: mirrors.melbourne.co.uk
Installed Packages
Name : wget
Arch : x86_64
Version : 1.12
Release : 10.el6
Size : 1.8 M
Repo : installed
From repo : base
Summary : A utility for retrieving files using the HTTP or FTP protocols
URL : http://www.gnu.org/software/wget/
License : GPLv3+ and GFDL
Description : GNU Wget is a file retrieval utility which can use either the HTTP or
: FTP protocols. Wget features include the ability to work in the
: background while you are logged out, recursive retrieval of
: directories, file name wildcard matching, remote file timestamp
: storage and comparison, use of Rest with FTP servers and Range with
: HTTP servers to retrieve files over slow or unstable connections,
: support for Proxy servers, and configurability.

听起来您可能缺少配置中的“CentOS-Base”存储库。签到 /etc/yum.repos.d/CentOS-Base.repo如果它不存在,则创建它并添加以下配置 block ;
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

您也可以通过 http://rpm.pbone.net 找到该包。

关于centos - 安装 wget 时没有可用的软件包 wget,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43971735/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com