mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 23:56:58 +00:00
Update cheatsheets
This commit is contained in:
21
linux/distrobox-upgrade
Normal file
21
linux/distrobox-upgrade
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# distrobox-upgrade
|
||||
|
||||
> Upgrade one or multiple Distrobox containers. See also: `tldr distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-upgrade>.
|
||||
|
||||
- Upgrade a container using the container's native package manager:
|
||||
|
||||
`distrobox-upgrade {{container_name}}`
|
||||
|
||||
- Upgrade all containers using the container's native package managers:
|
||||
|
||||
`distrobox-upgrade --all`
|
||||
|
||||
- Upgrade specific containers via the container's native package manager:
|
||||
|
||||
`distrobox-upgrade {{container1 container2 ...}}`
|
||||
Reference in New Issue
Block a user