0
이 명령의 내 질문에 유용한 인수가 없습니다 zypper -h
. 누구나 나를 도울 수 있거나 suse 11.2에 zypper 대신 yum을 설치하는 방법을 알려 줄 수 있습니까?suse 11.2에서 zypper를 사용하여 기본 설치 경로를 변경하려면 어떻게해야합니까?
Usage:
zypper [--global-options] <command> [--command-options] [arguments]
Global Options:
--help, -h Help.
--version, -V Output the version number.
--promptids Output a list of zypper's user prompts.
--config, -c <file> Use specified config file instead of the default.
--quiet, -q Suppress normal output, print only error
messages.
--verbose, -v Increase verbosity.
--no-abbrev, -A Do not abbreviate text in tables.
--table-style, -s Table style (integer).
--rug-compatible, -r Turn on rug compatibility.
--non-interactive, -n Do not ask anything, use default answers
automatically.
--non-interactive-include-reboot-patches
Do not treat patches as interactive, which have
the rebootSuggested-flag set.
--xmlout, -x Switch to XML output.
--reposd-dir, -D <dir> Use alternative repository definition file
directory.
--cache-dir, -C <dir> Use alternative directory for all caches.
--raw-cache-dir <dir> Use alternative raw meta-data cache directory.
--solv-cache-dir <dir> Use alternative solv file cache directory.
--pkg-cache-dir <dir> Use alternative package cache directory.
Repository Options:
--no-gpg-checks Ignore GPG check failures and continue.
--gpg-auto-import-keys Automatically trust and import new repository
signing keys.
--plus-repo, -p <URI> Use an additional repository.
--disable-repositories Do not read meta-data from repositories.
--no-refresh Do not refresh the repositories.
--no-cd Ignore CD/DVD repositories.
--no-remote Ignore remote repositories.
Target Options:
--root, -R <dir> Operate on a different root directory.
--disable-system-resolvables
Do not read installed packages.
Repository Management:
repos, lr List all defined repositories.
addrepo, ar Add a new repository.
removerepo, rr Remove specified repository.
renamerepo, nr Rename specified repository.
modifyrepo, mr Modify specified repository.
refresh, ref Refresh all repositories.
clean Clean local caches.
Service Management:
services, ls List all defined services.
addservice, as Add a new service.
modifyservice, ms Modify specified service.
removeservice, rs Remove specified service.
refresh-services, refs Refresh all services.
Software Management:
install, in Install packages.
remove, rm Remove packages.
verify, ve Verify integrity of package dependencies.
source-install, si Install source packages and their build
dependencies.
install-new-recommends, inr
Install newly added packages recommended
by installed packages.
Update Management:
update, up Update installed packages with newer versions.
list-updates, lu List available updates.
patch Install needed patches.
list-patches, lp List needed patches.
dist-upgrade, dup Perform a distribution upgrade.
patch-check, pchk Check for patches.
Querying:
search, se Search for packages matching a pattern.
info, if Show full information for specified packages.
patch-info Show full information for specified patches.
pattern-info Show full information for specified patterns.
product-info Show full information for specified products.
patches, pch List all available patches.
packages, pa List all available packages.
patterns, pt List all available patterns.
products, pd List all available products.
what-provides, wp List packages providing specified capability.
Package Locks:
addlock, al Add a package lock.
removelock, rl Remove a package lock.
locks, ll List current package locks.
cleanlocks, cl Remove unused locks.
Other Commands:
versioncmp, vcmp Compare two version strings.
targetos, tos Print the target operating system ID string.
licenses Print report about licenses and EULAs of
installed packages.
'zypper install yum'을 (를) 어떻게 얻습니까? –
SUSE (OpenSUSE 및 SLES) GNU/Linux 배포판 패키지 관리자는 zypper이며 Red Hat, CentOS 및 Fedora에서 선택한 패키지 관리자 인 yum으로 쉽게 대체 할 수 없습니다. 당신이해야 할 일은 왜 zypper를 대체 할 필요가 있을지 생각하는 것입니다. 그렇다면 사실상 그렇다면 [Unix & Linux] (http://unix.stackexchange.com/)에 질문을 올리십시오. Stack Overflow보다 질문에 더 적합 할 것입니다. (귀하의 질문은 [주제] (http://stackoverflow.com/help/on-topic) 여기 프로그래밍과 관련이 없습니다.) –
아니요, 작동하지 않습니다. 어쩌면 나는 정확한 저장소를 가지고 있지 않다. – yrd241