CentOS所有下载

简介: 简述CentOS(Community Enterprise Operating System - 社区企业操作系统)是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。由于出自同样的源代码,因此有些要求高度稳定性的服务器以CentOS替代商业版的Red Hat Enterprise Linux使用。两

简述

CentOS(Community Enterprise Operating System - 社区企业操作系统)是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。由于出自同样的源代码,因此有些要求高度稳定性的服务器以CentOS替代商业版的Red Hat Enterprise Linux使用。两者的不同在于CentOS并不包含封闭源代码软件。

最新版本为CentOS 7。

下载CentOS

CentOS官网:https://www.centos.org/
CentOS官方下载地址:https://www.centos.org/download/
CentOS镜像地址:http://mirror.centos.org/
CentOS 7.x 32位的操作系统下载:http://mirror.centos.org/altarch/

CentOS官网上,提供了三种ISO镜像文件的下载:

  • DVD ISO:标准安装版,一般下载这个就可以了(推荐)
  • Everything ISO:对完整版安装盘的软件进行补充,集成所有软件。(包含CentOS7的一套完整的软件包,可以用来安装系统或者填充本地镜像)
  • Minimal ISO:迷你版,小巧、安装快速、自带的软件少

这里写图片描述

单击【DVD ISO】、【Everything ISO】、【Minimal ISO】按钮,即可下载最新的CentOS 7 ISO镜像文件。

以【DVD ISO】为例, 单击【DVD ISO】按钮,进入CentOS 7 DVD ISO镜像文件的下载页面,该页面提供了Actual Country(实际国家)和Nearby Countries(附近国家)的一系列ISO镜像文件下载链接:


如果这些不满足需要,可以进入上图中的其它链接,例如:进入【list of current mirrors】页面,里面包含所有的镜像列表。

这里写图片描述

选择一个链接,以阿里云为例,进入。

这里写图片描述

里面包含CentOS 2.x - 7.x的各个版本,选择自己需要的版本,例如:6.8。

这里写图片描述

可以选择i386(32位)或x86_64(64位)。

注意:电脑、操作系统和VMware都支持64位,也不一定能安装64位的操作系统,有可能会弹出“此主机不支持64位客户机操作系统,此系统无法运行。”这样的错误提示,这需要下载工具(例如:Securable)查看CPU是否支持虚拟化技术 - Intel VT-x,如果支持,确保Intel VT-x处于可用状态)。

这里写图片描述

下载镜像文件,完成以后,就可以安装了。

这里写图片描述

这里面有很多版本,包括:LiveCD、LiveDVD、DVD1/DVD2、minimal、netinstall,版本之间的区别可以查看README.txt中的描述:

What images are in this directory

CentOS-6.8-x86_64-netinstall.iso
This is the network install and rescue image.
This image is designed to be burned onto a CD. You then boot your computer off the CD.

CentOS-6.8-x86_64-minimal.iso
The aim of this image is to install a very basic CentOS 6.8 system, with the minimum of packages needed to have a functional system.
Please burn this image onto a CD and boot your computer off it. A preselected set of packages will be installed on your system. Everything else needs to be installed using yum.
Please read http://wiki.centos.org/Manuals/ReleaseNotes/CentOSMinimalCD6.8 for more details about this image.
The set of packages installed by this image is identical to the one installed when choosing the group named “Minimal” from the full DVD image.

CentOS-6.8-x86_64-bin-DVD1.iso
CentOS-6.8-x86_64-bin-DVD2.iso
These two dvd images contain the entire base distribution.
Please burn DVD1 onto a DVD and boot your computer off it.
A basic install will not need DVD2.
After the installation is complete, please run “yum update” in order to update your system.

CentOS-6.8-x86_64-LiveCD.iso
This is a CD live image of CentOS 6.8 designed to be burned onto a CD. You then boot your computer using that CD.
Please read http://wiki.centos.org/Manuals/ReleaseNotes/CentOSLiveCD6.8 for more details about this image.
The disk can also be used to install CentOS 6.8 onto your computer but without offering any package selection options at install time.

CentOS-6.8-x86_64-LiveDVD.iso
This is a DVD live image of CentOS 6.8 designed to be burned onto a DVD. You then boot your computer using that DVD.
Please read http://wiki.centos.org/Manuals/ReleaseNotes/CentOSLiveDVD6.8 for more details about this image.
The disk can also be used to install CentOS 6.8 onto your computer but without offering any package selection options at install time.

Remember that in order to be able to partition your disk you will need to run the GUI installer which in turns needs enough RAM. The same is true for the network setup step.
The release notes (http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.8 ) provide more
details about these aspects.

更多参考

           $(function () {                 $('pre.prettyprint code').each(function () {                     var lines = $(this).text().split('\n').length;                     var $numbering = $('<ul/>').addClass('pre-numbering').hide();                     $(this).addClass('has-numbering').parent().append($numbering);                     for (i = 1; i <= lines; i++) {                         $numbering.append($('<li/>').text(i));                     };                     $numbering.fadeIn(1700);                 });             });        

目录
相关文章
|
关系型数据库 MySQL Linux
卸载、下载、安装mysql(Linux系统centos7)
卸载、下载、安装mysql(Linux系统centos7)
339 0
|
Ubuntu Linux
Centos 7、Debian、Ubuntu中tree指令的检查与下载
Centos 7、Debian、Ubuntu中tree指令的检查与下载
|
存储 Ubuntu 应用服务中间件
【Nginx】centos和Ubuntu操作系统下载Nginx配置文件并启动Nginx服务详解
【Nginx】centos和Ubuntu操作系统下载Nginx配置文件并启动Nginx服务详解
196 1
|
4月前
|
安全 Linux
CentOS下载ISO镜像的方法
访问CentOS官方网站(https://www.centos.org/download/),在“Downloads”页面找到ISO镜像下载链接,选择所需版本和架构(如x86_64)开始下载。CentOS分为Linux版和Stream版,前者每两年发行一次并提供10年安全维护,后者为滚动更新。旧版本可在Vault(https://vault.centos.org/)下载。建议选择DVD格式镜像,包含完整系统和常用软件。
3275 14
CentOS下载ISO镜像的方法
|
5月前
|
缓存 Linux 数据库
CentOS 8中 更新或下载时报错:为仓库 ‘appstream‘ 下载元数据失败 : Cannot prepare internal
通过以上步骤,您可以有效地解决 CentOS 8 中“为仓库 ‘appstream’ 下载元数据失败 : Cannot prepare internal”问题。关键在于检查网络连接、更新和切换仓库配置、清理缓存、重建 RPM 数据库以及在必要时临时禁用有问题的仓库。通过这些方法,可以确保系统能够正常进行软件包的更新和下载操作。
1877 20
|
5月前
|
Ubuntu NoSQL Linux
《docker基础篇:3.Docker常用命令》包括帮助启动类命令、镜像命令、有镜像才能创建容器,这是根本前提(下载一个CentOS或者ubuntu镜像演示)、容器命令、小总结
《docker基础篇:3.Docker常用命令》包括帮助启动类命令、镜像命令、有镜像才能创建容器,这是根本前提(下载一个CentOS或者ubuntu镜像演示)、容器命令、小总结
382 6
《docker基础篇:3.Docker常用命令》包括帮助启动类命令、镜像命令、有镜像才能创建容器,这是根本前提(下载一个CentOS或者ubuntu镜像演示)、容器命令、小总结
|
5月前
|
缓存 Linux
CentOS-6的iso下载地址镜像yum源
通过上述步骤,您可以成功下载CentOS 6的ISO镜像文件,并配置适用于CentOS 6的YUM源。尽管CentOS 6已经停止更新,但使用这些镜像和YUM源配置,可以继续在需要的环境中使用和维护CentOS 6系统。
2156 20
|
11月前
|
Linux 虚拟化 数据安全/隐私保护
部署05-VMwareWorkstation中安装CentOS7 Linux操作系统, VMware部署CentOS系统第一步,下载Linux系统,/不要忘, CentOS -7-x86_64-DVD
部署05-VMwareWorkstation中安装CentOS7 Linux操作系统, VMware部署CentOS系统第一步,下载Linux系统,/不要忘, CentOS -7-x86_64-DVD
|
8月前
|
NoSQL 数据可视化 Linux
redis学习四、可视化操作工具链接 centos redis,付费Redis Desktop Manager和免费Another Redis DeskTop Manager下载、安装
本文介绍了Redis的两个可视化管理工具:付费的Redis Desktop Manager和免费的Another Redis DeskTop Manager,包括它们的下载、安装和使用方法,以及在使用Another Redis DeskTop Manager连接Redis时可能遇到的问题和解决方案。
473 1
redis学习四、可视化操作工具链接 centos redis,付费Redis Desktop Manager和免费Another Redis DeskTop Manager下载、安装