On Tue, Jun 23, 2020 at 3:31 AM Patrick Dupre wrote:
>
> Is there a package which provide lgrenc.def?
> dnf repoquery --whatprovides 'lgrenc.def'
> did not offer me any thing.
>
>
>
For the record, when you are looking for a particular file, you have to
prepend '*/', i.e.
# dnf repoquery --what
2020-06-23 14:19 UTC+02:00, Qiyu Yan :
> Test related things can be installed by
> dnf install 'tex(filename)'
> Hope this will help you next time.
This looks very useful!
Thanks,
Andras
___
users mailing list -- users@lists.fedoraproject.org
To unsubsc
Test related things can be installed by
dnf install 'tex(filename)'
Hope this will help you next time.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
ht
2020-06-23 11:31 UTC+02:00, Patrick Dupre :
> Hello,
>
> Is there a package which provide lgrenc.def?
> dnf repoquery --whatprovides 'lgrenc.def'
> did not offer me any thing.
Yes: texlive-greek-fontenc
At least according to
dnf repoquery -l texlive-greek-fontenc
Andras
__