ctop icon indicating copy to clipboard operation
ctop copied to clipboard

[Feature Request] Install via apt

Open lonix1 opened this issue 5 years ago • 9 comments

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).

lonix1 avatar Sep 20 '19 18:09 lonix1

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)

azlux avatar Jul 23 '20 08:07 azlux

@bcicen Do you want to add this repo as 'tiers repo' into the readme ?

azlux avatar Nov 03 '20 16:11 azlux

@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?

andreabreu76 avatar Sep 19 '21 13:09 andreabreu76

Hi @andreabreu76 , This should be fixed now. I forget one step for docker-ctop when I've update my repo to bullseye

azlux avatar Sep 19 '21 14:09 azlux

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?)?

johntdavis84 avatar Jun 25 '22 00:06 johntdavis84

jammy is missing :/

hongkongkiwi avatar Sep 10 '22 15:09 hongkongkiwi

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.

mohsenasm avatar Apr 05 '23 16:04 mohsenasm

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 avatar Apr 05 '23 16:04 azlux

@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.

mohsenasm avatar Apr 05 '23 16:04 mohsenasm