Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions running.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,15 @@ sudo apt install -t ${VERSION_CODENAME}-backports cockpit
{:.note}
When updating Cockpit-related packages and any dependencies, make sure to use `-t ...-backports` as above, so backports are included.

### Linux Mint

```
. /etc/os-release
sudo apt install -t ${UBUNTU_CODENAME}-backports cockpit
```

{:.note}
When updating Cockpit-related packages and any dependencies, make sure to use `-t ...-backports` as above, so backports are included.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already have backport instructions for Ubuntu which are identical, maybe just mention that Ubuntu is based on Mint and therefore can use the same backports?


### Arch Linux
{:#archlinux}
Expand Down