SPOJE.NET

Technická dokumentace

Uživatelské nástroje

Nástroje pro tento web


howto:linux:package_management

Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Obě strany předchozí revizePředchozí verze
howto:linux:package_management [2020/06/03 09:04] harviehowto:linux:package_management [2020/06/03 09:04] (aktuální) harvie
Řádek 19: Řádek 19:
 ^ list installed pakcages               | dpkg -l\\ %%apt list --installed%%      | pacman -Qs                        | ^ list installed pakcages               | dpkg -l\\ %%apt list --installed%%      | pacman -Qs                        |
 ^ list installed pakcages (no depends)               | apt-mark showmanual      |                          ^ list installed pakcages (no depends)               | apt-mark showmanual      |                         
-list installed pakcages               | %%apt-cache show [package]%%      | pacman -Si [package]                        |+show details about package            | %%apt-cache show [package]%%      | pacman -Si [package]                        |
 ^ lookup file owner                                                           | dpkg -S [file]                                                                                                                           | pacman -Qo [file]                                        | yum whatprovides [file]           | urpmf [file]                      | ^ lookup file owner                                                           | dpkg -S [file]                                                                                                                           | pacman -Qo [file]                                        | yum whatprovides [file]           | urpmf [file]                      |
 ^ get source package                                                          | apt-get source package                                                                                                                   | sudo abs; cp -r /var/abs/*/package .  |                    |                                                                     | ^ get source package                                                          | apt-get source package                                                                                                                   | sudo abs; cp -r /var/abs/*/package .  |                    |                                                                     |
howto/linux/package_management.1591167840.txt.gz · Poslední úprava: 2020/06/03 09:04 autor: harvie