ctop
ctop copied to clipboard
[Feature Request] Install via apt
There is already a packaged version for Arch. Would be great to also have it packaged for ubuntu/debian via apt. Even a PPA is fine.
(It would need a different name because sudo apt install ctop
actually installs this).
See https://github.com/bcicen/ctop/issues/73#issuecomment-662883659 (not official, this repo is my personal one, it's up-to-date automatically on github releases)
@bcicen Do you want to add this repo as 'tiers repo' into the readme ?
@azlux, tanks for u work! But, pls I cant find docker-ctop when put in your repo on my system and do sudo apt install docker-ctop
. I get E: Unable to locate package docker-ctop
! Can u help?
Hi @andreabreu76 , This should be fixed now. I forget one step for docker-ctop when I've update my repo to bullseye
The instructions in the github readme use the buster
main
branch.
Should we leave this the same for Jammy, or switch to something else (stable? bullseye?)?
jammy is missing :/
I'm using Ubuntu 22.04.1 LTS (jammy)
and I get this error when I follow the readme instruction to install docker-ctop
:
$ sudo apt-get update
Ign:6 http://packages.azlux.fr/debian jammy InRelease
Err:7 http://packages.azlux.fr/debian jammy Release
404 Not Found [IP: 2a01:728:401:1c::100 80]
Reading package lists... Done
E: The repository 'http://packages.azlux.fr/debian jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
$ sudo apt-get install docker-ctop
E: Unable to locate package docker-ctop
@azlux Can you please help with that? Thanks.
The instructions in the github readme use the
buster
main
branch. Should we leave this the same for Jammy, or switch to something else (stable? bullseye?)?
The best is to switch to stable. There are no difference about OS release.
@mohsenasm you can do the same, jammy is unknown from the repo, write "stable" instead.
@azlux Thanks for the quick replay.
I used
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian \
stable main" | sudo tee /etc/apt/sources.list.d/azlux.list >/dev/null
instead of
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian \
$(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/azlux.list >/dev/null
And it worked well.