2022-09-29 23:30:56 +08:00
<?xml version="1.0" encoding="utf-8"?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" xml:lang = "en" >
< head >
2022-10-30 15:09:37 +08:00
<!-- 2022 - 10 - 30 日 15:12 -->
2022-09-29 23:30:56 +08:00
< meta http-equiv = "Content-Type" content = "text/html;charset=utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2022-09-30 10:15:58 +08:00
< title > CentOS/Fedora 不同配置/变体都默认安装了什么软件(组)< / title >
2022-09-29 23:30:56 +08:00
< meta name = "author" content = "dongdigua" / >
2022-09-30 10:15:58 +08:00
< meta name = "description" content = "Default Software(Group) in Different Installation Config/Variation of CentOS/Fedora" / >
2022-09-29 23:30:56 +08:00
< meta name = "generator" content = "Org Mode" / >
< style >
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { width: 90%; }
< / style >
< link rel = 'stylesheet' type = 'text/css' href = 'css/main.css' / >
< / head >
< body >
< div id = "org-div-home-and-up" >
2022-10-30 15:09:37 +08:00
< a accesskey = "h" href = "./../posts" > UP < / a >
2022-09-29 23:30:56 +08:00
|
< a accesskey = "H" href = "https://dongdigua.github.io" > HOME < / a >
< / div > < div id = "content" class = "content" >
2022-09-30 10:15:58 +08:00
< h1 class = "title" > CentOS/Fedora 不同配置/变体都默认安装了什么软件(组)< / h1 >
2022-09-29 23:30:56 +08:00
< div id = "table-of-contents" role = "doc-toc" >
< h2 > Table of Contents< / h2 >
< div id = "text-table-of-contents" role = "doc-toc" >
< ul >
2022-10-21 20:07:00 +08:00
< li > < a > 1. CentOS< / a > < / li >
< li > < a > 2. Fedora< / a > < / li >
2022-09-29 23:30:56 +08:00
< / ul >
< / div >
< / div >
< p >
2022-09-30 10:22:16 +08:00
for < a href = "https://cossig.org" > https://cossig.org< / a > (CentOS 中文特别兴趣小组)< br / >
2022-09-29 23:30:56 +08:00
所以我这回不用英文了哈哈< br / >
< / p >
2022-10-21 20:07:00 +08:00
< div class = "outline-2" >
< h2 > < span class = "section-number-2" > 1.< / span > CentOS< / h2 >
2022-09-29 23:30:56 +08:00
< div class = "outline-text-2" id = "text-1" >
< p >
CentOS 安装时可选不同的配置< br / >
2022-09-30 10:15:58 +08:00
< / p >
< p width = "512px" >
< img src = "./../images/centos_install_config.png" alt = "centos_install_config.png" width = "512px" / > < br / >
2022-09-29 23:30:56 +08:00
其实这些就是不同的软件组< br / >
CentOS-Stream 8 为例, 定义软件组的文件是 < a href = "https://git.centos.org/centos/comps/blob/master/f/comps-centos-8-stream.xml" > comps.xml< / a > < br / >
左边的基本环境就是 < code > < environment> < / code > tag 列表< br / >
一共有11个< br / >
< / p >
< div class = "org-src-container" >
< pre class = "src src-xml" > < < span style = "font-weight: bold;" > environment< / span > < span style = "font-weight: bold; font-style: italic;" > variant< / span > =< span style = "font-style: italic;" > "BaseOS"< / span > >
< < span style = "font-weight: bold;" > id< / span > > custom-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Custom Operating System< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 5< /< span style = "font-weight: bold;" > display_order< / span > >
< span style = "font-weight: bold; font-style: italic;" > < !----> < / span >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > < span style = "font-weight: bold; font-style: italic;" > variant< / span > =< span style = "font-style: italic;" > "BaseOS"< / span > >
< < span style = "font-weight: bold;" > id< / span > > minimal-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Minimal Install< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 4< /< span style = "font-weight: bold;" > display_order< / span > >
< span style = "font-weight: bold; font-style: italic;" > < !----> < / span >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > id< / span > > server-product-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Server< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 2< /< span style = "font-weight: bold;" > display_order< / span > >
< span style = "font-weight: bold; font-style: italic;" > < !----> < / span >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > < span style = "font-weight: bold; font-style: italic;" > arch< / span > =< span style = "font-style: italic;" > "aarch64,s390x,ppc64le,x86_64"< / span > >
< < span style = "font-weight: bold;" > id< / span > > graphical-server-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Server with GUI< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 1< /< span style = "font-weight: bold;" > display_order< / span > >
< span style = "font-weight: bold; font-style: italic;" > < !----> < / span >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > < span style = "font-weight: bold; font-style: italic;" > variant< / span > =< span style = "font-style: italic;" > "BaseOS"< / span > >
< < span style = "font-weight: bold;" > id< / span > > cloud-server-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Cloud Server< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 3< /< span style = "font-weight: bold;" > display_order< / span > >
< span style = "font-weight: bold; font-style: italic;" > < !----> < / span >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > < span style = "font-weight: bold; font-style: italic;" > variant< / span > =< span style = "font-style: italic;" > "BaseOS"< / span > >
< < span style = "font-weight: bold;" > id< / span > > web-server-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Web Server< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 50< /< span style = "font-weight: bold;" > display_order< / span > >
< span style = "font-weight: bold; font-style: italic;" > < !----> < / span >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > id< / span > > infrastructure-server-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Infrastructure Server< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 60< /< span style = "font-weight: bold;" > display_order< / span > >
< span style = "font-weight: bold; font-style: italic;" > < !----> < / span >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > < span style = "font-weight: bold; font-style: italic;" > variant< / span > =< span style = "font-style: italic;" > "AppStream"< / span > < span style = "font-weight: bold; font-style: italic;" > arch< / span > =< span style = "font-style: italic;" > "x86_64,ppc64le"< / span > >
< < span style = "font-weight: bold;" > id< / span > > developer-workstation-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Development and Creative Workstation< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 90< /< span style = "font-weight: bold;" > display_order< / span > >
< span style = "font-weight: bold; font-style: italic;" > < !----> < / span >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > < span style = "font-weight: bold; font-style: italic;" > variant< / span > =< span style = "font-style: italic;" > "AppStream"< / span > < span style = "font-weight: bold; font-style: italic;" > arch< / span > =< span style = "font-style: italic;" > "x86_64,ppc64le"< / span > >
< < span style = "font-weight: bold;" > id< / span > > gnome-desktop-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > GNOME Desktop< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 80< /< span style = "font-weight: bold;" > display_order< / span > >
< span style = "font-weight: bold; font-style: italic;" > < !----> < / span >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > < span style = "font-weight: bold; font-style: italic;" > variant< / span > =< span style = "font-style: italic;" > "AppStream"< / span > < span style = "font-weight: bold; font-style: italic;" > arch< / span > =< span style = "font-style: italic;" > "x86_64,ppc64le"< / span > >
< < span style = "font-weight: bold;" > id< / span > > workstation-product-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Workstation< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 3< /< span style = "font-weight: bold;" > display_order< / span > >
< span style = "font-weight: bold; font-style: italic;" > < !----> < / span >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > < span style = "font-weight: bold; font-style: italic;" > variant< / span > =< span style = "font-style: italic;" > "AppStream"< / span > < span style = "font-weight: bold; font-style: italic;" > arch< / span > =< span style = "font-style: italic;" > "x86_64"< / span > >
< < span style = "font-weight: bold;" > id< / span > > virtualization-host-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Virtualization Host< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 70< /< span style = "font-weight: bold;" > display_order< / span > >
< span style = "font-weight: bold; font-style: italic;" > < !----> < / span >
< /< span style = "font-weight: bold;" > environment< / span > >
< / pre >
< / div >
< p >
2022-09-30 10:15:58 +08:00
但还是对不上, 应该很接近了… 吧?< br / >
< / p >
< p >
想起来不联网是没法选择安装软件的< br / >
然后瞅一眼产生的临时文件 < code > /tmp/dnf.cache/< / code > < br / >
< / p >
< div class = "org-src-container" >
< pre class = "src src-text" > ├ ─ ─ appstream-831abc7e9d6a1a72
│ ├ ─ ─ metalink.xml
│ └ ─ ─ repodata
│ ├ ─ ─ 95f4408838f85e23117d7d89ab47e1029692a443722e0e315fe3db07c32ee573-modules.yaml.xz
│ ├ ─ ─ 2047121fda8828f9b4d611cbfb736a89048cb411356e7ac2bdd95d927d044791-filelists.xml.gz
│ ├ ─ ─ e27fd8f9028bdc339a014f95debd07da4ef7b217522d14721af050aa9e7cf93e-primary.xml.gz
│ ├ ─ ─ f0d518764a274c71de0773b3590932ded56234b2f6ac4bf025d125b7ed29269f-comps-AppStream.x86_64.xml
│ ├ ─ ─ gen
│ │ └ ─ ─ groups.xml
│ └ ─ ─ repomd.xml
├ ─ ─ baseos-044cae74d71fe9ea
│ ├ ─ ─ metalink.xml
│ └ ─ ─ repodata
│ ├ ─ ─ 88ded6c02c5c3c62ab02250505cf0b8dee3af85819b666731c3cf813c275db6c-primary.xml.gz
│ ├ ─ ─ b47aeefede03d4d530f4538bf8f73531fd1a6a2bb66ca1778e3423c4dec34121-filelists.xml.gz
│ ├ ─ ─ d52d95f0f2d1a56b197a698aa328813a7e45e2d5b2883e04f4a3f604638b7a4a-comps-BaseOS.x86_64.xml
│ ├ ─ ─ gen
│ │ └ ─ ─ groups.xml
│ └ ─ ─ repomd.xml
< / pre >
< / div >
< p >
那里面的 < code > *-comps-*.xml< / code > 的 < code > < environment> < / code > 的 < code > < display_order> < / code > < br / >
就正好是 1~4 和两个 99< br / >
< / p >
< p >
2022-09-30 10:22:16 +08:00
< code > comps-AppStream.x86_64.xml< / code > < br / >
2022-09-30 10:15:58 +08:00
< / p >
< div class = "org-src-container" >
< pre class = "src src-xml" > < < span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > id< / span > > graphical-server-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Server with GUI< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > description< / span > > An integrated, easy-to-manage server with a graphical interface.< /< span style = "font-weight: bold;" > description< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 1< /< span style = "font-weight: bold;" > display_order< / span > >
< < span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > base-x< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > container-management< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > core< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > fonts< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > gnome-desktop< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > guest-desktop-agents< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > hardware-monitoring< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > hardware-support< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > headless-management< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > internet-browser< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > multimedia< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > networkmanager-submodules< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > print-client< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > server-product< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > standard< /< span style = "font-weight: bold;" > groupid< / span > >
< /< span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > optionlist< / span > > < span style = "font-weight: bold; font-style: italic;" > < !----> < / span > < /< span style = "font-weight: bold;" > optionlist< / span > >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > id< / span > > server-product-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Server< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > description< / span > > An integrated, easy-to-manage server.< /< span style = "font-weight: bold;" > description< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 2< /< span style = "font-weight: bold;" > display_order< / span > >
< < span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > container-management< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > core< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > hardware-support< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > headless-management< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > server-product< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > standard< /< span style = "font-weight: bold;" > groupid< / span > >
< /< span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > optionlist< / span > > < span style = "font-weight: bold; font-style: italic;" > < !----> < / span > < /< span style = "font-weight: bold;" > optionlist< / span > >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > id< / span > > virtualization-host-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Virtualization Host< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > description< / span > > Minimal virtualization host.< /< span style = "font-weight: bold;" > description< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 99< /< span style = "font-weight: bold;" > display_order< / span > >
< < span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > base< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > core< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > standard< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > virtualization-hypervisor< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > virtualization-tools< /< span style = "font-weight: bold;" > groupid< / span > >
< /< span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > optionlist< / span > > < span style = "font-weight: bold; font-style: italic;" > < !----> < / span > < /< span style = "font-weight: bold;" > optionlist< / span > >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > id< / span > > workstation-product-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Workstation< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > description< / span > > Workstation is a user-friendly desktop system for laptops and PCs.< /< span style = "font-weight: bold;" > description< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 4< /< span style = "font-weight: bold;" > display_order< / span > >
< < span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > base-x< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > core< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > fonts< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > gnome-desktop< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > guest-desktop-agents< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > hardware-support< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > internet-browser< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > multimedia< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > networkmanager-submodules< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > print-client< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > standard< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > workstation-product< /< span style = "font-weight: bold;" > groupid< / span > >
< /< span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > optionlist< / span > > < span style = "font-weight: bold; font-style: italic;" > < !----> < / span > < /< span style = "font-weight: bold;" > optionlist< / span > >
< /< span style = "font-weight: bold;" > environment< / span > >
< / pre >
< / div >
< p >
2022-09-30 10:22:16 +08:00
< code > comps-BaseOS.x86_64.xml< / code > < br / >
2022-09-29 23:30:56 +08:00
< / p >
2022-09-30 10:15:58 +08:00
< div class = "org-src-container" >
< pre class = "src src-xml" > < < span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > id< / span > > custom-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Custom Operating System< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > description< / span > > Basic building block for a custom RHEL system.< /< span style = "font-weight: bold;" > description< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 99< /< span style = "font-weight: bold;" > display_order< / span > >
< < span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > core< /< span style = "font-weight: bold;" > groupid< / span > >
< /< span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > optionlist< / span > > < span style = "font-weight: bold; font-style: italic;" > < !----> < / span > < /< span style = "font-weight: bold;" > optionlist< / span > >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > id< / span > > minimal-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Minimal Install< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > description< / span > > Basic functionality.< /< span style = "font-weight: bold;" > description< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 3< /< span style = "font-weight: bold;" > display_order< / span > >
< < span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > core< /< span style = "font-weight: bold;" > groupid< / span > >
< /< span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > optionlist< / span > > < span style = "font-weight: bold; font-style: italic;" > < !----> < / span > < /< span style = "font-weight: bold;" > optionlist< / span > >
< /< span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > id< / span > > server-product-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Server< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > description< / span > > An integrated, easy-to-manage server.< /< span style = "font-weight: bold;" > description< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 2< /< span style = "font-weight: bold;" > display_order< / span > >
< < span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > core< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > hardware-support< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > headless-management< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > server-product< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > standard< /< span style = "font-weight: bold;" > groupid< / span > >
< /< span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > optionlist< / span > > < span style = "font-weight: bold; font-style: italic;" > < !----> < / span > < /< span style = "font-weight: bold;" > optionlist< / span > >
< /< span style = "font-weight: bold;" > environment< / span > >
< / pre >
< / div >
2022-09-29 23:30:56 +08:00
< / div >
< / div >
2022-10-21 20:07:00 +08:00
< div class = "outline-2" >
< h2 > < span class = "section-number-2" > 2.< / span > Fedora< / h2 >
2022-09-29 23:30:56 +08:00
< div class = "outline-text-2" id = "text-2" >
< p >
Fedora 分不同的变体, 常见的是 Server 和 Workstation< br / >
与 CentOS 不同, Fedora 是在 < a href = "https://pagure.io/fedora-kickstarts/" > kickstarts< / a > 定义的变体< br / >
在 < code > [Payload]< / code > 中定义了安装哪些软件(组)< br / >
然后根据 < a href = "https://pagure.io/fedora-comps/blob/main/f/comps-f37.xml.in" > comps.xml< / a > 就知道安装了什么软件< br / >
< / p >
< / div >
2022-10-21 20:07:00 +08:00
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 2.1.< / span > Workstation< / h3 >
2022-09-29 23:30:56 +08:00
< div class = "outline-text-3" id = "text-2-1" >
< p >
2022-09-30 10:22:16 +08:00
< code > workstation-product-environment< / code > < br / >
2022-09-29 23:30:56 +08:00
< / p >
< div class = "org-src-container" >
< pre class = "src src-xml" > < < span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > id< / span > > workstation-product-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > _name< / span > > Fedora Workstation< /< span style = "font-weight: bold;" > _name< / span > >
< < span style = "font-weight: bold;" > _description< / span > > Fedora Workstation is a user friendly desktop system for laptops and PCs.< /< span style = "font-weight: bold;" > _description< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 2< /< span style = "font-weight: bold;" > display_order< / span > >
< < span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > base-x< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > container-management< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > core< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > firefox< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > fonts< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > gnome-desktop< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > guest-desktop-agents< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > hardware-support< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > libreoffice< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > multimedia< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > networkmanager-submodules< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > printing< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > workstation-product< /< span style = "font-weight: bold;" > groupid< / span > >
< /< span style = "font-weight: bold;" > grouplist< / span > >
2022-09-30 10:15:58 +08:00
< < span style = "font-weight: bold;" > optionlist< / span > > < span style = "font-weight: bold; font-style: italic;" > < !----> < / span > < /< span style = "font-weight: bold;" > optionlist< / span > >
2022-09-29 23:30:56 +08:00
< /< span style = "font-weight: bold;" > environment< / span > >
< / pre >
< / div >
< / div >
< / div >
2022-10-21 20:07:00 +08:00
< div class = "outline-3" >
< h3 > < span class = "section-number-3" > 2.2.< / span > Server< / h3 >
2022-09-29 23:30:56 +08:00
< div class = "outline-text-3" id = "text-2-2" >
< p >
2022-09-30 10:22:16 +08:00
< code > server-product-environment< / code > < br / >
2022-09-29 23:30:56 +08:00
< / p >
< div class = "org-src-container" >
< pre class = "src src-xml" > < < span style = "font-weight: bold;" > environment< / span > >
< < span style = "font-weight: bold;" > id< / span > > server-product-environment< /< span style = "font-weight: bold;" > id< / span > >
< < span style = "font-weight: bold;" > name< / span > > Server< /< span style = "font-weight: bold;" > name< / span > >
< < span style = "font-weight: bold;" > display_order< / span > > 2< /< span style = "font-weight: bold;" > display_order< / span > >
< < span style = "font-weight: bold;" > grouplist< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > server-product< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > standard< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > core< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > hardware-support< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > headless-management< /< span style = "font-weight: bold;" > groupid< / span > >
< < span style = "font-weight: bold;" > groupid< / span > > container-management< /< span style = "font-weight: bold;" > groupid< / span > >
< /< span style = "font-weight: bold;" > grouplist< / span > >
2022-09-30 10:15:58 +08:00
< < span style = "font-weight: bold;" > optionlist< / span > > < span style = "font-weight: bold; font-style: italic;" > < !----> < / span > < /< span style = "font-weight: bold;" > optionlist< / span > >
2022-09-29 23:30:56 +08:00
< /< span style = "font-weight: bold;" > environment< / span > >
< / pre >
< / div >
< / div >
< / div >
< / div >
< / div >
< div id = "postamble" class = "status" >
< p class = "date" > Date: 2022-09-29 四 00:00< / p >
< p class = "author" > Author: dongdigua< / p >
2022-10-30 15:09:37 +08:00
< p class = "date" > Created: 2022-10-30 日 15:12< / p >
2022-09-29 23:30:56 +08:00
< / div >
< / body >
< / html >