Cygwin 패키지 관리자 apt-cyg 사용법 옵션
- 19-10-01
- 1,565 회
- 0 건
이름
apt-cyg - 패키지 관리자 유틸리티
SYNOPSIS
apt-cyg [operation] [options] [targets]
DESCRIPTION
apt-cyg는 Cygwin 시스템에 설치된 패키지를 추적하는 패키지 관리 유틸리티입니다. apt-cyg를 호출하려면 잠재적 인 옵션과 조작(operation) 할 대상이 있는 조작을 지정해야 합니다. 대상은 일반적으로 패키지 이름, 파일 이름, URL 또는 검색 문자열입니다. 대상은 명령 행 인수로 제공 될 수 있습니다.
OPERATIONS
install
패키지를 설치합니다.
remove
시스템에서 패키지를 제거합니다.
update
Download a fresh copy of the master package list (setup.ini) from the server defined in setup.rc.
download
서버에서 패키지를 다운로드만 합니다.
show
패키지에 대한 정보를 보여줍니다.
depends
패키지에 대한 종속성 트리를 생성합니다.
rdepends
Produce a tree of packages that depend on the named package.
list
Search each locally-installed package for names that match regexp. If no package names are provided in the command line, all installed packages will be queried.
listall
This will search each package in the master package list (setup.ini) for names that match regexp.
category
Display all packages that are members of a named category.
listfiles
List all files owned by a given package. Multiple packages can be specified on the command line.
search
Search for downloaded packages that own the specified file(s). The path can be relative or absolute, and one or more files can be specified.
searchall
Search cygwin.com to retrieve file information about packages. The provided target is considered to be a filename and searchall will return the package(s) which contain this file.
mirror Set the mirror; a full URL to a location where the database, packages, and signatures for this repository can be found. If no URL is provided, display current mirror.
cache
Set the package cache directory. If a file is not found in cache directory, it will be downloaded. Unix and Windows forms are accepted, as well as absolute or regular paths. If no directory is provided, display current cache.
OPTIONS
--nodeps
모든 종속성 검사를 건너뜁니다.
--version
버전을 표시하고 종료합니다.
Data