다음 명령은 다음과 같습니다.
dpkg -i
apt-get install
apt-get update
apt-get remove
apt-get dist-upgrade
apt-get purge
이러한 배포판에는 Opensuse, Fedora, Gentoo, Arch, Slackware가 있습니다.
답변1
확인하다이것모든 세부정보를 얻을 수 있는 페이지입니다.
페도라/RHEL/센트OS:
yum install/remove/search/update package
오픈 수스:
yast2 --install/--remove <package_name>
또는
zypper # to print the list of available global options and commands
zypper help search # to print help for the search command
zypper lp # to see what patch updates are needed
zypper patch # to apply the needed patches
zypper se sqlite # to search for sqlite
zypper rm sqlite2 # to remove sqlite2
zypper in sqlite3 # to install sqlite3
zypper in yast* # to install all packages matching 'yast*'
zypper up # to update all installed packages with newer versions, where possible
루트 다이어그램:
emerge package # Install
emerge -C package # Remove a package
emerge -s keyword # Search for packages (package names only)
emerge -u package # update the package
아치
pacman -U package.pkg.tar.xz # Local package install
pacman -Syy # Refresh package databases
pacman -Syu # Update installed packages
pacman -S package # Install package
pacman -R package # Remove package
여유 소프트웨어
Pkgtools/Slackpkg 매뉴얼 페이지를 확인하세요.