How to update cockpit-machines package? #540
-
|
Hello, I installed cockpit and machines package through Cockpit main also updated to v261, but I have v260-1~bpo20.04.1. How I can install updates to latest version? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
never mind, I looked up install instructions again and noticed backports, tried same with machines package, VMs page was crashing before this, now it started working as expected. |
Beta Was this translation helpful? Give feedback.
-
|
For anyone else looking for how to get a newer version installed on Linux Mint; here is the command: I requested for this to be added to the install directions page: |
Beta Was this translation helpful? Give feedback.
never mind, I looked up install instructions again and noticed backports, tried same with machines package,
sudo apt install -t ${UBUNTU_CODENAME}-backports cockpit-machinesand it updated it to v259.VMs page was crashing before this, now it started working as expected.