如何将Linux系统(特别是CentOS 7)简化为我需要的部分?我要求的不是一个特定的命令,而是更多的提示,我可以在哪里找到更多关于我所拥有的包以及它们做什么的信息。
如果我使用yum list installed,我会得到一个很长的包列表。我怎么知道他们在我的机器上是为了什么目的?我怎么知道脱下它们不会损坏我的机器?
编辑:谢谢你的回答。使用另一个Linux发行版不是我想要的方式。首先,我们使用一个需要RHEL或Debian的软件,然后在几台不同的机器上使用CentOS,所以我想继续使用CentOS 7。
感谢nmks的yum info <package>命令,它非常有用。
PS:我看到了这个:如何剥离Linux系统,但是我的问题是另一个方向。
发布于 2015-12-16 11:56:23
如果可能的话,只安装一个最小的-安装和从那里开始。也许切换到一个不同的发行版,并优化为小,只做一件事或诸如此类。
否则(不幸的是非常乏味):
yum info <package>获取有关包的大量信息。yum grouplist和yum groupremove <yumgroup>可能会使这件事变得更容易/更快。
发布于 2015-12-15 14:21:14
如果您安装了一个最小的系统,这应该是最小的,没有额外的软件包。
否则,您可以尝试从头开始构建自己的Linux,了解哪些包是必需的,哪些不是。
发布于 2015-12-15 17:21:52
为什么不改用小狗Linux呢?它是Linux版本,允许您根据需要定制构建Linux
http://puppylinux.org/main/Overview%20and%20Getting%20Started.htm
什么是?
幼犬Linux是一种计算机操作系统。其他著名的操作系统有微软Windows、苹果OSX和MS.小狗Linux是基于GNU/Linux的。它是完全免费的开源软件。小狗有什么不同?
Small size, ~100MB! This lends itself to some very useful and unique features.
'Live' booting from CDs, DVDs, USB flash drives, and other portable media.
Runs from RAM, making it unusually fast even in old PCs and in netbooks with solid state storage media.
Very low minimum system requirements.
Boot time is well under a minute, 30-40 seconds in most systems.
Includes a wide range of applications: wordprocessors, spreadsheets, internet browsers, games, image editors and many utilities. Extra software in the form of dotpets. There is a GUI Puppy Software Installer included.
Puppy is easy to use and little technical knowledge is assumed. Most hardware is automatically detected.https://unix.stackexchange.com/questions/249497
复制相似问题