-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: apt package install? #4043
Comments
There is a snap package already, but it's built on top of npm client (and not maintained, I think). Since Ubuntu has python3 pre-installed, you can just run |
In addition, if I am not wrong, the package name on Ubuntu is |
I did end up installing the python package, as the npm one was giving me errors. Might be worth it putting on the Readme that that is the recommended way to install on ubuntu(-like) systems?
I am pretty sure that I ran "apt search tldr" and it didn't return any results at all. Will check again when I have access to the machine. |
@ldorigo What kind of errors does npm package give you? I used both npm and python clients on Ubuntu 18.04 and 20.04. |
If you are interested in a Python client I recommend you the one in which there are collaborators working, @zdroid included: tldr-python-client. I am sure if you have any issue with this one, you will probably get support. |
Apparently, recent versions of Ubuntu do have a tldr package - I was trying to install it on a Ubuntu 14 machine. So I guess my issue is void, although it does point to a need for a better communication of which clients are up-to date, cf. recent issue #4044 . |
I'll close this, since it's not really relevant. |
It can be kept open until this is fully resolved, if you want. |
Hrm. I'm currently on 19.10 and I see the |
Hi, as a long time user on macOS, I was surprised that doing "sudo apt install tldr" on an Ubuntu machine didn't work and that I needed to go through installing node/npm before being able to use it.
I don't know if it would be a lot of work to include tldr as a package on the Ubuntu repository, but it would make it much easier for Linux people to install it.
The text was updated successfully, but these errors were encountered: