1.检查本地systemd的版本

   [admin@localhost ~]$ systemctl --version
          systemd 208
   +PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ

2.获取安装文件

   wget http://www.freedesktop.org/software/systemd/systemd-214.tar.xz

3.解压文件

   tar xf systemd-214.tar.xz

4.安装环境准备

    yum -y install gcc intltool gperf glib2-devel  libcap-devel xz-devel

5.编译

  ./configure

  make

  make install

6.查看目前版本

   systemctl --version

相关文章:

  • 2021-08-19
  • 2021-10-04
  • 2021-06-10
  • 2021-06-11
  • 2022-12-23
  • 2021-04-18
  • 2022-12-23
猜你喜欢
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-05-07
  • 2021-07-17
相关资源
相似解决方案