mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:26:04 +02:00
yay: add German translation (#7018)
This commit is contained in:
parent
bcf9a4ad8e
commit
54b16becc0
1 changed files with 37 additions and 0 deletions
37
pages.de/linux/yay.md
Normal file
37
pages.de/linux/yay.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# yay
|
||||
|
||||
> Yet Another Yogurt: Ein Programm für Arch Linux um Pakete vom Arch User Repository zu installieren.
|
||||
> Siehe auch `pacman`.
|
||||
> Weitere Informationen: <https://github.com/Jguer/yay>.
|
||||
|
||||
- Suche und installiere Pakete von den Repositorys und dem AUR interaktiv:
|
||||
|
||||
`yay {{paketname|suchbegriff}}`
|
||||
|
||||
- Synchronisiere und aktualisiere alle Pakete von den Repositorys und dem AUR:
|
||||
|
||||
`yay`
|
||||
|
||||
- Synchronisiere und aktualisiere nur AUR-Pakete:
|
||||
|
||||
`yay -Sua`
|
||||
|
||||
- Installiere ein neues Paket von den Repositorys und dem AUR:
|
||||
|
||||
`yay -S {{paketname}}`
|
||||
|
||||
- Entferne ein Paket sowie alle Abhängigkeiten und Konfigurationsdateien:
|
||||
|
||||
`yay -Rns {{paketname}}`
|
||||
|
||||
- Suche in der Paketdatenbank nach einem Schlüsselwort in den Repositorys und dem AUR:
|
||||
|
||||
`yay -Ss {{schlüsselwort}}`
|
||||
|
||||
- Entferne verwaiste Pakete (als Abhängigkeit installiert, aber von keinem Paket benötigt):
|
||||
|
||||
`yay -Yc`
|
||||
|
||||
- Zeige Statistiken für installierte Pakete sowie die Gesundheit des Systems an:
|
||||
|
||||
`yay -Ps`
|
Loading…
Add table
Reference in a new issue