Arch-Linux

在拱上安裝 nacl 加密

  • January 20, 2022

我正在嘗試在我的系統上安裝nacl 加密:

% uname -a
Linux (none) 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011 x86_64 Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz GenuineIntel GNU/Linux

但是建構過程沒有成功:

~/nacl-20110221 % ./do
./do: line 9: hostname: command not found

我是不是忘記了什麼?

$$ update $$

% cat /etc/hosts
#
# /etc/hosts: static lookup table for host names
#

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1   localhost.localdomain   localhost
::1     localhost.localdomain   localhost
# End of file

你沒有hostname指揮權。它剛剛從net-toolstocoreutils移動,因此請確保您擁有最新的coreutils. 儘管關於這是否正確存在一些爭論,但它可能會再次改變。

截至 2020 年,包含的包hostname 現在是inetutils.

引用自:https://unix.stackexchange.com/questions/14673