在本教程中,我们学习如何安装 Icecream Fedora 36.icecream是分布式编译器
介绍
在本教程中我们学习如何安装 icecream
在 Fedora 36.
什么是 icecream
Icecream 是一个分布式编译系统。 它允许通过将编译作业分发到运行icecc守护进程的编译网络的多个节点来进行并行编译。 icecc 调度程序路由作业并向icecc 监视器提供状态和统计信息。 每个编译节点可以接受一个或多个编译作业,具体取决于处理器的数量和守护程序的设置。 链接作业和其他不能分发的作业在启动编译的节点本地执行。
我们可以用 yum
或者 dnf
安装 icecream
在 Fedora 36. 在本教程中,我们讨论这两种方法,但您只需选择其中一种方法来安装icecream。
安装冰淇淋 Fedora 36 使用dnf
更新 yum 数据库 dnf
使用以下命令。
sudo dnf makecache --refresh
更新 yum 数据库后,我们可以安装 icecream
使用 dnf
通过运行以下命令:
sudo dnf -y install icecream
安装冰淇淋 Fedora 36 使用 yum
更新 yum 数据库 yum
使用以下命令。
sudo yum makecache --refresh
更新 yum 数据库后,我们可以安装 icecream
使用 yum
通过运行以下命令:
sudo yum -y install icecream
如何卸载冰淇淋 Fedora 36
仅卸载 icecream
打包我们可以使用以下命令:
冰淇淋包装内容 Fedora 36
/etc/sysconfig/icecream
/run/icecc
/usr/bin/icecc
/usr/bin/icecc-create-env
/usr/bin/icecc-test-env
/usr/bin/icerun
/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/d9e154f70796ee39881ebc801e450253b67eb9
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/cb8da10991c4e207d1513a48f2bc7824aec3bd
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/84f51446a194f95d4389e99b5616ec5436c385
/usr/lib/.build-id/da
/usr/lib/.build-id/da/9673eea391162d85a74dafcb194bb69c2ad29e
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/548490111f509c71715d8ee8f2937465695107
/usr/lib/firewalld/services/icecream-scheduler.xml
/usr/lib/firewalld/services/icecream.xml
/usr/lib/libicecc.so.0
/usr/lib/libicecc.so.0.0.0
/usr/lib/systemd/system/icecc-scheduler.service
/usr/lib/systemd/system/iceccd.service
/usr/lib/tmpfiles.d/icecream.conf
/usr/libexec/icecc
/usr/libexec/icecc/bin
/usr/libexec/icecc/bin/c++
/usr/libexec/icecc/bin/cc
/usr/libexec/icecc/bin/clang
/usr/libexec/icecc/bin/clang++
/usr/libexec/icecc/bin/g++
/usr/libexec/icecc/bin/gcc
/usr/libexec/icecc/compilerwrapper
/usr/libexec/icecc/icecc-create-env
/usr/libexec/icecc/icecc-scheduler-wrapper
/usr/libexec/icecc/iceccd-wrapper
/usr/sbin/icecc-scheduler
/usr/sbin/iceccd
/usr/share/doc/icecream
/usr/share/doc/icecream/NEWS
/usr/share/doc/icecream/README
/usr/share/doc/icecream/TODO
/usr/share/licenses/icecream
/usr/share/licenses/icecream/COPYING
/usr/share/man/man1/icecc-create-env.1.gz
/usr/share/man/man1/icecc-scheduler.1.gz
/usr/share/man/man1/icecc.1.gz
/usr/share/man/man1/iceccd.1.gz
/usr/share/man/man1/icerun.1.gz
/usr/share/man/man7/icecream.7.gz
/usr/share/modulefiles/icecream
/usr/share/modulefiles/icecream/icecc
/usr/share/selinux/mls/icecream.pp
/usr/share/selinux/strict/icecream.pp
/usr/share/selinux/targeted/icecream.pp
/var/cache/icecream
参考
概括
在本教程中我们学习如何安装 icecream
在 Fedora 36 使用 yum 和 [dnf]((/fedora/36/dnf/)。
标题:“如何在上面安装冰淇淋 Fedora 36” linkTitle: “icecream” type: “docs” 描述: “在本教程中,我们学习如何在 Fedora 36.icecream是分布式编译器”日期:“2022-08-17”lastmod:“2022-08-17”#image:/images/fedora/36/icecream-featured.png
介绍
在本教程中我们学习如何安装 icecream
在 Fedora 36.
什么是 icecream
Icecream 是一个分布式编译系统。 它允许通过将编译作业分发到运行icecc守护进程的编译网络的多个节点来进行并行编译。 icecc 调度程序路由作业并向icecc 监视器提供状态和统计信息。 每个编译节点可以接受一个或多个编译作业,具体取决于处理器的数量和守护程序的设置。 链接作业和其他不能分发的作业在启动编译的节点本地执行。
我们可以用 yum
或者 dnf
安装 icecream
在 Fedora 36. 在本教程中,我们讨论这两种方法,但您只需选择其中一种方法来安装icecream。
安装冰淇淋 Fedora 36 使用dnf
更新 yum 数据库 dnf
使用以下命令。
sudo dnf makecache --refresh
更新 yum 数据库后,我们可以安装 icecream
使用 dnf
通过运行以下命令:
sudo dnf -y install icecream
安装冰淇淋 Fedora 36 使用 yum
更新 yum 数据库 yum
使用以下命令。
sudo yum makecache --refresh
更新 yum 数据库后,我们可以安装 icecream
使用 yum
通过运行以下命令:
sudo yum -y install icecream
如何卸载冰淇淋 Fedora 36
仅卸载 icecream
打包我们可以使用以下命令:
冰淇淋包装内容 Fedora 36
/etc/sysconfig/icecream
/run/icecc
/usr/bin/icecc
/usr/bin/icecc-create-env
/usr/bin/icecc-test-env
/usr/bin/icerun
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/39a50d90437e97874643687993e703b73e075d
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/6516006ba79505c8848e26efacbff14eba4dfc
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/2ad921d20bf2f149de8e237028b865c60c4eaf
/usr/lib/.build-id/a0/9dac96f75614e5eb057fb3e7a1f7d898de147a
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/8c5aeab45cbaa0a1d6ad699e27c2bafb77aa81
/usr/lib/firewalld/services/icecream-scheduler.xml
/usr/lib/firewalld/services/icecream.xml
/usr/lib/systemd/system/icecc-scheduler.service
/usr/lib/systemd/system/iceccd.service
/usr/lib/tmpfiles.d/icecream.conf
/usr/lib64/libicecc.so.0
/usr/lib64/libicecc.so.0.0.0
/usr/libexec/icecc
/usr/libexec/icecc/bin
/usr/libexec/icecc/bin/c++
/usr/libexec/icecc/bin/cc
/usr/libexec/icecc/bin/clang
/usr/libexec/icecc/bin/clang++
/usr/libexec/icecc/bin/g++
/usr/libexec/icecc/bin/gcc
/usr/libexec/icecc/compilerwrapper
/usr/libexec/icecc/icecc-create-env
/usr/libexec/icecc/icecc-scheduler-wrapper
/usr/libexec/icecc/iceccd-wrapper
/usr/sbin/icecc-scheduler
/usr/sbin/iceccd
/usr/share/doc/icecream
/usr/share/doc/icecream/NEWS
/usr/share/doc/icecream/README
/usr/share/doc/icecream/TODO
/usr/share/licenses/icecream
/usr/share/licenses/icecream/COPYING
/usr/share/man/man1/icecc-create-env.1.gz
/usr/share/man/man1/icecc-scheduler.1.gz
/usr/share/man/man1/icecc.1.gz
/usr/share/man/man1/iceccd.1.gz
/usr/share/man/man1/icerun.1.gz
/usr/share/man/man7/icecream.7.gz
/usr/share/modulefiles/icecream
/usr/share/modulefiles/icecream/icecc
/usr/share/selinux/mls/icecream.pp
/usr/share/selinux/strict/icecream.pp
/usr/share/selinux/targeted/icecream.pp
/var/cache/icecream
参考
概括
在本教程中我们学习如何安装 icecream
在 Fedora 36 使用 yum 和 [dnf]((/fedora/36/dnf/)。