Can't run tldr command installed in Linux Mint

Questions about Wine on Linux
Locked
User avatar
EmilySeville7cfg
Newbie
Newbie
Posts: 1
Joined: Tue Jan 04, 2022 12:14 pm

Can't run tldr command installed in Linux Mint

Post by EmilySeville7cfg »

Wine: wine-6.0.2
OS: Linux Mint 20.2 Cinnamon

Here are my attempts to run tldr command in Wine:

Code: Select all

Z:\home\emilyseville7cfg\.local\bin>dir
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
Volume in drive Z has no label.
Volume Serial Number is 0000-0000

Directory of Z:\home\emilyseville7cfg\.local\bin

12/31/2021   7:50 PM  <DIR>         .
10/21/2021   1:45 PM  <DIR>         ..
10/21/2021   1:45 PM         3,459  activate-global-python-argcomplete
12/31/2021   7:36 PM    258,811,072  krita
11/29/2021   2:51 PM           220  mh_copyright
11/29/2021   2:51 PM           215  mh_diff
11/29/2021   2:51 PM           215  mh_lint
11/29/2021   2:51 PM           222  mh_metric
11/29/2021   2:51 PM           221  mh_style
10/21/2021   1:45 PM         2,555  python-argcomplete-check-easy-install-script
10/21/2021   1:45 PM           383  python-argcomplete-tcsh
10/21/2021   1:45 PM         1,917  register-python-argcomplete
10/21/2021   1:45 PM           201  tldr
      11 files              258,820,680 bytes
       2 directories    376,292,040,704 bytes free


Z:\home\emilyseville7cfg\.local\bin>tldr sed

Z:\home\emilyseville7cfg\.local\bin>start tldr sed

Z:\home\emilyseville7cfg\.local\bin>start /wait tldr sed
My PATHEXT env is .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.. I don't understand why nothing is printed in cmd for tldr. %errorlevel% is 0 for every command.
Locked