He/מנהלי חבילה

From GnuCash
Revision as of 16:27, 28 June 2021 by Avma (talk | contribs) (Translation)
Jump to: navigation, search

שפות אנגלית גרמנית ספרדית עִברִית פורטוגזית צרפתית

מנהלי חבילות לינוקס

Package managers are generally based either on Debian's dpkg or Red Hat's rpm package managers. Most distributions provide CLI front ends to these basic package managers or GUI based front ends which handle aspects such as dependency management, repository access, software updating and upgrading etc. We will be referring to these front end applications as package managers rather than the base applications. This information is provided here primarily to help you locate software installation tools and not as a reference. You should always check information here against the distribution's own documentation and not rely on the information given here.

If you use a different distribution and can provide the relevant information please update this list or request addition of your distribution on the GnuCash User forum/mailing list.

<package-name> can be a single package name or a space separated list of <package-name> unless noted other wise.

<pattern> is a substring to search for in package names - all matches are normally returned. <regexp> is a Regex expression - all matches to the expression are normally returned

Most search commands will match <pattern> to substrings of package names.

הפצה כלי חבילה פקודת התקנה פקודת הסרה פקודת חיפוש כלי בסיס מנשק משתמש (GUI)
דביאן aptitude aptitude install <שם-חבילה> aptitude remove <שם-חבילה> aptitude search <תבנית> dpkg Synaptic
Ubuntu >=16.04, לינוקס מינט >=18 apt apt install <שם-חבילה> apt remove <שם-חבילה> apt search <תבנית> dpkg מנהל/מרכז תכנה
Ubuntu < 16.04, לינוקס מינט < 17.3 apt-get apt-get install <שם-חבילה> apt-get remove <שם-חבילה> apt-cache search <תבנית> dpkg מנהל/מרכז תכנה
פדורה >= שחרור 22 dnf dnf install <שם-חבילה> dnf remove <שם-חבילה> dnf search <תבנית> rpm yumex
פדורה < שחרור 22 yum yum install <שם-חבילה> yum remove <שם-חבילה> yum search <תבנית> rpm yumex
ארץ' לינוקס pacman pacman --sync <שם-חבילה> pacman --remove <שם-חבילה> pacman --search <ביטו-רגיל> libalpm tkPacman
אופנסוס zypper zypper install <שם-חבילה> zypper remove <שם-חבילה> zypper search -s <מחרוזת שאילתה לביטוי רגיל> rpm YaST
ג'נטו emerge emerge --ask <שם-חבילה> emerge --depclean <שם-חבילה> emerge --search <string> Portage Porthole
OpenBSD pkg_* pkg_add <שם-חבילה> pkg_delete <שם-חבילה> ?? rpm ??
FreeBSD pkg pkg install <שם-חבילה> pkg delete <שם-חבילה> pkg search <מחרוזת> (glob, regex ודומה) rpm ??
סולריס pkgadd <שם-חבילה> pkgrm <שם-חבילה> pkginfo, pkgchk rpm ??