cd /tmp; curl https://www.kernel.org/pub/linux/utils/util-linux/v2.25/util-linux-2.25.tar.gz | tar -zxf-; cd util-linux-2.25;

sudo apt-get install autopoint autoconf libtool automake

./configure --without-python --disable-all-programs --enable-nsenter --without-ncurses

make nsenter; cp nsenter /usr/local/bin

相关文章:

  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-23
  • 2021-06-21
  • 2022-12-23
猜你喜欢
  • 2021-07-05
  • 2022-12-23
  • 2021-05-17
  • 2021-06-10
  • 2022-12-23
  • 2021-08-29
  • 2021-06-09
相关资源
相似解决方案