tldr-pages / tldr-c-client

C command-line client for tldr pages
MIT License
296 stars 49 forks source link

Bash on Ubuntu on Windows - TLDR does not find pages #32

Closed j86989 closed 4 years ago

j86989 commented 6 years ago

Reproduction Rate

I could reproduce the issue each time I tried to print any TLDR page.

Steps to Reproduce

  1. Install Windows Subsystem for Linux.
  2. Install Ubuntu on Windows.
  3. Run Bash on Ubuntu on Windows.
  4. Install linuxbrew. There is installation instruction on http://linuxbrew.sh.
  5. Install TLDR C++ client: brew update and brew install tldr.
  6. Try to print any TLDR page.

Result

$ tldr tldr
This page doesn't exist yet!
Submit new pages here: https://github.com/tldr-pages/tldr
$ tldr apt
This page doesn't exist yet!
Submit new pages here: https://github.com/tldr-pages/tldr

Expected Result

TLDR pages

Additional Information

Windows Subsystem for Linux, Bash on Ubuntu on Windows TLDR C++ has been installed with linuxbrew

The issue might be related to issue #33 - TLDR local database cannot be updated.

zlatanvasovic commented 4 years ago

The issue should be either fixed in ae5dbdfbec98e1ce0a3c3c244904e2f3cd99510c or indentical to #33. I'll try to find out what causes the latter.