-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
How to keep pages up to date easily and user friendly #5937
Comments
If you are using the Node.js or Python client, simply use |
Whatever is in the apt repo. the first longer command seems to fetch while the -u gives this
|
Seems like the client in the apt repo doesn't support |
it does, tldr -v |
The Haskell client (https://github.com/psibi/tldr-hs) is what's in the apt repository. That client has
But, unfortunately (and this has come up many, many times!), the version of tldr-hs that's on apt is version 0.4.0 (released over 2 years ago), while the latest one is version 0.9.0 (released 7 months ago). That's because @psibi isn't the one who manages the apt repository, and the ones who do haven't updated. You could try the Python client ( Just a note: these versions of the clients have absolutely nothing to do with one another. |
oh, ok. Can we do anything about that since the Ubuntu apt repo which is probably the most used has that old version |
I know, you're right about that. You possibly could — I've never managed any packages on Linux package repositories, but it would probably be easy. You'd also help a lot of users because I've encountered users that've been tripped up by this problem many a time. |
It seems pretty easy, but having access to editing the Ubuntu repo seems out of my reach but I'll look into it If I do find a solution which version would be used? Python or _____ |
I use the Node.js one. If it's not too much work, I'd recommend it to you as well. But the Python one is very easy to install since it's on apt and you don't need Both of them are actively maintained by the @tldr-pages team. |
While I would want to help I feel the best solution is to contact https://github.com/psibi/tldr-hs |
(for future reference: psibi/tldr-hs#37) |
I've left some comments on the referenced issue about Ubuntu and Debian packages. |
All right so I checked and there a repo on Salsa for tldr-py, but I saw nothing for tldr (haskell client). May be we can have some other news contacting the Debian Haskell Group : I would be happy to help as well with this one, but I don't know Haskell at all and I also have never packaged a program even if I would like to. |
https://salsa.debian.org/python-team/packages/tldr-py is not actually the official Python client, it's an unofficial (not to mention rather unmaintained) Python client: https://github.com/lord63/tldr.py |
@bl-ue I didn't say that it is the official Python client. I just said that it is the official Debian package for the Python client but I think yes it seems up to date with the upstream version as it claims to sync with the upstream version v0.7.0. Am I wrong? |
No, you're right. The latest version of https://github.com/lord63/tldr.py is https://github.com/lord63/tldr.py/releases/tag/v0.7.0, which what the apt package is. I never knew this though. I was under the impression that the I wish that we could put the official Python client on apt, and remove that unofficial one, but... 🤷🏻♂️ |
What a nice project !
I'm sorry, I'm not familiar with this acronym. What does AUR stands for please? |
3 Answer I completely agree, the apt just like I did! Arch Linux User Repo |
Thanks for the answer @CleanMachine1 |
Yeah, we really need the help of a Debian packager there. From my very brief look at the process, there's a ton of documentation to read before you're to package something for the official Debian repos. I'd suggest we should open a dedicated issue about getting the |
Since the original question is answered and we now have an issue for the Debian package, I'll close this issue. |
Hi, how can I keep my pages up to date.
Currently my way is to run
cd ./.tldr/tldr
git pull
however I don't feel the average user downloading from an apt repo is going to keep them up to date.
The text was updated successfully, but these errors were encountered: