Red Hat Linux에서 사용할 수 있는 RPM 패키지 목록을 제공할 수 있는 링크가 있습니까? 그리고 어떤 목적으로 사용할 RPM 패키지를 선택하는 방법은 무엇입니까?
Linux 서버에 일부 BARCODE 글꼴(Code 128, Code 39 글꼴)을 설치해야 합니다. 이 글꼴을 선택하려면 응용 프로그램 보고서가 필요하며 보고서에 바코드가 인쇄됩니다.
답변1
Red Hat Linux에서 사용할 수 있는 RPM 패키지 목록을 제공할 수 있는 링크가 있습니까?
이 yum list
명령은 사용 가능한 모든 패키지 목록을 제공하고 yum search
패키지를 검색할 수 있게 해줍니다. yum list installed
현재 시스템에 설치된 모든 패키지가 표시됩니다.
예를 들어:
yum search font
그리고 어떤 목적으로 사용할 RPM 패키지를 선택하는 방법은 무엇입니까?
이 yum info
명령은 패키지에 대한 정보를 제공할 수 있습니다. 예를 들어:
$ yum info openssh
Name : openssh
Arch : x86_64
Version : 6.6.1p1
Release : 33.el7_3
Size : 438 k
Repo : rhelosp-rhel-7.3-server
Summary : An open source implementation of SSH protocol versions 1 and 2
URL : http://www.openssh.com/portable.html
License : BSD
Description : SSH (Secure SHell) is a program for logging into and executing
: commands on a remote machine. SSH is intended to replace rlogin
: and rsh, and to provide secure encrypted communications between
: two untrusted hosts over an insecure network. X11 connections and
: arbitrary TCP/IP ports can also be forwarded over the secure
: channel.
:
: OpenSSH is OpenBSD's version of the last free version of SSH,
: bringing it up to date in terms of security and features.
:
: This package includes the core files necessary for both the
: OpenSSH client and server. To make this package useful, you should
: also install openssh-clients, openssh-server, or both.
Linux 서버에 일부 BARCODE 글꼴(Code 128, Code 39 글꼴)을 설치해야 합니다. 이 글꼴을 선택하려면 응용 프로그램 보고서가 필요하며 보고서에 바코드가 인쇄됩니다.
저는 Red Hat Linux에 바코드 글꼴이 패키지로 포함되어 있다고 생각하지 않습니다. 그러나 다른 곳에서 적합한 글꼴을 다운로드하여 직접 설치할 수 있습니다. 글꼴 설치 지침이 있습니다.여기.