command to install additional Applications?? #16566
-
Cockpit version: 215 When I goto the /apps page I only see Storage but I would very much like to check out Software Updates (PackageKit) and Network. May you please advise me on command I need to type? How do I install application? I can't for the love of god find any documentation. I have a brand new fresh installation of Ubuntu on a VPS and I connected VIA PuTTY and typed in
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
You can check the package names of the plugins available also https://cockpit-project.org/applications.html Then install them with apt. However the applications page should also show them. Try hitting the 'refresh' icon button on the upper right corner, I recall there was a bug on that page. |
Beta Was this translation helpful? Give feedback.
-
@grand-lotus-iroh: Please install a more recent version of Cockpit on Ubuntu 20.04 using "backports" with: apt install -t focal-backports cockpit (After running This should upgrade you to Cockpit 252. When running the above command to install Cockpit in this manner, on a fresh Ubuntu 20.04 test VM, it also happens to pull in After running the command, please comment here again so we know it worked or you! (Aside: We should specifically mention how to install Cockpit from backports on our website for Ubuntu. We do this for Debian, but Ubuntu doesn't say how to install from backports. Apologies for not having that in our docs already! I'll file an issue to get this fixed.) |
Beta Was this translation helpful? Give feedback.
-
Hi, I am having the same issue. I have just replaced cockpit with the backports version. I get a progress bar that shoots up and down and then finishes and I still only have the Storage application. |
Beta Was this translation helpful? Give feedback.
-
@csjjpm: Which version of Cockpit are you using, on which distribution and version of distribution? (I see you're talking about "backports", so I assume that means you're using some version of Debian or Ubuntu.) We had an issue with progress bars going backwards in issue #13953, but that was supposedly fixed in #15584, which should have landed in Cockpit 241, which was released on Mar 31, 2021. Which should be in backports for Debian and Ubuntu already. Knowing which distribution and version will help immensely. Thanks! |
Beta Was this translation helpful? Give feedback.
-
@garrett First I had the "whilst offline" problem (#8477) and fixed it due adding "renderer: NetworkManager" to my netplan .yaml . This fixed everything except the problem @csjjpm described above. So I have the same problem on Ubuntu 20.04.3 LTS with Cockpit v252. I also tried 21.04, but there was the same problem. |
Beta Was this translation helpful? Give feedback.
-
You already have Software Updates, as the /apps page is shipped by the same Ubuntu package (cockpit-packagekit) as Software Updates. Network does not have an "Applications" entry, you need to install this manually: |
Beta Was this translation helpful? Give feedback.
You can check the package names of the plugins available also https://cockpit-project.org/applications.html
Then install them with apt.
However the applications page should also show them. Try hitting the 'refresh' icon button on the upper right corner, I recall there was a bug on that page.