在 2019/12/12 14:26, Il'dar Al'Miev 写道: > Dear All, > hello, > > i installed Msys2 in my computer. now i need to use "gendef"-command in my > task. however, the bash-environment displays a message, that the command > "gendef" is not found (that is missing). > > i tried to use commands "pacman -Ss gendef", and "pacman -S gendef", however > such package (gendef) is not found in Msys2-installation server. > > i would appreciate if anybogy in the forum could help me to find, or to send > me an Internet-link, where i could download a complete gendef-package, and > could explain me, in details, how to compile, and how to install it into > Msys2-system (package) that is installed in my computer ? > > Thank you. > > Il'dar > > >
`pacman -F gendef.exe` will give you names of packages that contain the program. If it is the first time that you use `pacman -F` you have to run `pacman -Fy` to update the database first. `pacman -F <name>` searches for full filenames so you have to include the `.exe` suffix. An alternative is to use `pacman -Fx <regex>` which matches partial names, but you have to escape literal dots as necessary. -- Best regards, LH_Mouse
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Msys2-users mailing list Msys2-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/msys2-users