설치 전 단말기에서 패키지 정보를 볼 수 있나요?

설치 전 단말기에서 패키지 정보를 볼 수 있나요?

웹브라우저를 열지 않고도 패키지를 설치하기 전에 패키지에 대한 정보를 확인할 수 있는지 궁금합니다.

예를 들어 내가 다음을 입력한다고 가정해 보겠습니다.

~$ asdf

그런 다음 권장 패키지가 표시됩니다.

No command 'asdf' found, did you mean:
 Command 'asdfg' from package 'aoeui' (universe)
 Command 'sadf' from package 'sysstat' (main)
 Command 'sdf' from package 'sdf' (universe)
asdf: command not found

"sdf" 패키지가 무엇을 하는지 알고 싶다고 가정해 보겠습니다. 이 정보를 단말기에서 찾을 수 있나요? 아니면 온라인에서 천천히 찾아보아야 하나요?

답변1

Ubuntu(debian 기반)에서는 apt-cache show package명령을 실행하여 패키지에 대한 모든 정보를 볼 수 있습니다. 또한 이를 실행하여 더 많은 정보를 얻을 수도 apt-cache showpkg package 있습니다 apt-cache policy package.

예:

$ apt-cache show sdf
Package: sdf
Priority: extra
Section: universe/text
Installed-Size: 1415
Maintainer: Colin Watson <[email protected]>
Architecture: all
Version: 2.001+1-3
Depends: perl
Suggests: sdf-doc, perl-doc, htmldoc, texlive-latex-base, ghostscript, sgmltools-lite
Filename: pool/universe/s/sdf/sdf_2.001+1-3_all.deb
Size: 294288
MD5sum: 49f9370b17567bae8a362d83633ffb66
SHA1: 967da4edf9948bb9393db34bd1f8037a840bd335
SHA256: 968769e7c75d1612f4f3c4b26c49532b26f288fd8ee722c2d83ba807620e0df5
Description-en: Simple Document Parser
 SDF (Simple Document Format) is a freely available document development
 system which generates high quality outputs in a variety of formats
 from a single source. The output formats supported include
 PostScript(tm), PDF, HTML, plain text, POD, man pages, LaTeX,
 MIF, SGML, Windows(tm) help, RTF, MIMS F6 help and MIMS HTX help.
 If the idea of specifying documents in a logical manner via a
 simple markup language sounds appealing, SDF may be useful to you.
Description-md5: 65eb1315794ec8133dd1a14b0e8db243
Multi-Arch: foreign

답변2

Ubuntu의 주요 패키지 관리 도구 제품군은 다음과 같습니다.쉬운.

Ubuntu 14.04부터 사용할 수 있습니다apt주문하다:

apt show sdf

이전 버전에는 이 명령이 없었습니다. 당신은 그것을 사용할 수 있습니다apt-cache사용 가능한 패키지에 대한 정보를 얻습니다.apt-get패키지 설치 등의 작업을 수행합니다.

apt-cache show sdf

자격고급 패키지 작업 인터페이스입니다(명령줄 도구와 전체 화면 텍스트 모드 대화형 도구로 모두 존재). 당신은 설치해야합니다자격팩.

aptitude show sdf

관련 정보