CoreOS에는 패키지 관리자가 포함되어 있지 않지만 선호하는 텍스트 편집기는 vi 또는 vim이 아닌 Nano입니다. 이 주위에 어떤 방법이 있습니까?
gcc
사용할 수 없으므로 소스에서 컴파일 할 수 없습니다.
core@core-01 ~/nano-2.4.1 $ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/core/nano-2.4.1':
configure: error: no acceptable C compiler found in $PATH
이것을 맥락에서 설명 하기 위해 Nano를 사용하고 싶을 때이 안내서를 따르고있었습니다.