autoreconf : 명령을 찾을 수 없음

autoreconf -fiv -bash: autoreconf: command not found 

모든 가이 링크 에 나열되어 있지만 여전히 자동 (재) conf를 찾을 수 없습니다.

pi@no:~/motion $ apt-cache search autoreconf pi@no:~/motion $ apt-cache search autoconf pkg-config - manage compile and link flags for libraries 

저는 Raspbian 버스터와 함께 파이에 있습니다.


사이드 스토리 :

원래 모션 v4.1.1을 사용하려고했지만 어떤 것이 (가능할까요?) RTSP에서 작동하지 않습니다 . 따라서 v4.2.2를 얻으려고합니다.

좋아, 빌드 할 수 없으므로 .deb를 사용합시다. :

pi@no:~ $ sudo dpkg -i pi_buster_motion_4.2.2-1_armhf.deb (Reading database ... 132229 files and directories currently installed.) Preparing to unpack pi_buster_motion_4.2.2-1_armhf.deb ... Unpacking motion (4.2.2-1) over (4.1.1-1.1+b2) ... dpkg: dependency problems prevent configuration of motion: motion depends on libmicrohttpd12 (>= 0.9.50); however: Package libmicrohttpd12 is not installed. dpkg: error processing package motion (--install): dependency problems - leaving unconfigured Processing triggers for systemd (241-5+rpi1) ... Processing triggers for man-db (2.8.5-2) ... Errors were encountered while processing: motion 

제발?

pi@no:~ $ sudo apt-get install libmicrohttpd12 Reading package lists... Done Building dependency tree Reading state information... Done Package libmicrohttpd12 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package "libmicrohttpd12" has no installation candidate 

알겠습니다. “매우”주세요.

pi@no:~ $ apt-cache search libmicrohttpd ... 

아직도 Linux를 사랑합니다.

답변

apt-cache search는 패키지에 포함 된 내용이 아닌 이름과 설명으로 만 패키지를 검색합니다. 의도 한 사용 사례에 대해서는 apt-file :

$ sudo apt install -y apt-file ... $ sudo apt-file update ... $ apt-file search autoreconf autoconf: /usr/bin/autoreconf autoconf: /usr/share/man/man1/autoreconf.1.gz autoconf-dickey: /usr/bin/autoreconf-dickey ... 

따라서 autoreconf를 얻으려면 autoconf 패키지를 설치해야합니다.

libmicrohttpd12 를 찾을 수없는 이유는 작성 당시 Buster 저장소에 분명히 존재합니다. 가능한 설명은 다음과 같습니다. 최근 실행 한 sudo apt update

Answer

최신 설치 관리자 apt 를 사용하는 것이 좋습니다. 기본 도구의 래퍼 일뿐입니다. apt-get, apt-search 등이지만 추가 기능이 있습니다. 다음을 통해 찾을 수 있습니다.

rpi ~$ apt search autoreconf Sorting... Done Full Text Search... Done dh-autoreconf/stable 19 all debhelper add-on to call autoreconf and clean up after the build dh-dist-zilla/stable 1.3.7 all debhelper add-on to call dzil build and clean up after the build 

다음으로 살펴보십시오 :

rpi ~$ apt show dh-autoreconf Package: dh-autoreconf Version: 19 --- snip --- Description: debhelper add-on to call autoreconf and clean up after the build dh-autoreconf provides a debhelper sequence addon named "autoreconf" and two commands, dh_autoreconf and dh_autoreconf_clean. --- snip --- 

당신이 찾거나하는 일입니까? dh-dist-zilla를 원하십니까?

답글 남기기

이메일 주소를 발행하지 않을 것입니다. 필수 항목은 *(으)로 표시합니다