mise icon indicating copy to clipboard operation
mise copied to clipboard

rpm manpage not working

Open jdx opened this issue 1 year ago • 0 comments

perhaps someone can tell me why this file exists in the RPM but it isn't getting created when I run dnf install rtx:

[root@ea2dbbae2e03 /]# dnf install rtx
yLast metadata expiration check: 0:00:50 ago on Sat Feb 25 20:08:45 2023.

Dependencies resolved.
=========================================================================================
 Package          Architecture         Version               Repository             Size
=========================================================================================
Installing:
 rtx              aarch64              1.17.0-1              rtx-repo              5.8 M

Transaction Summary
=========================================================================================
Install  1 Package

Total download size: 5.8 M
Installed size: 18 M
Is this ok [y/N]: Downloading Packages:
rtx-1.17.0-1.aarch64.rpm                                  13 MB/s | 5.8 MB     00:00
-----------------------------------------------------------------------------------------
Total                                                     13 MB/s | 5.8 MB     00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                 1/1
  Installing       : rtx-1.17.0-1.aarch64                                            1/1
  Running scriptlet: rtx-1.17.0-1.aarch64                                            1/1
  Verifying        : rtx-1.17.0-1.aarch64                                            1/1

Installed:
  rtx-1.17.0-1.aarch64

Complete!
[root@ea2dbbae2e03 /]# cat /usr/share/man/man1/rtx.1
cat: /usr/share/man/man1/rtx.1: No such file or directory
[root@ea2dbbae2e03 /]# dnf repoquery rtx -l
Last metadata expiration check: 0:01:59 ago on Sat Feb 25 20:08:45 2023.
/usr/bin/rtx
/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/518cf996b22a4da7c13454b9d526ace19b3d94
/usr/share/man/man1/rtx.1
/usr/bin/rtx
/usr/lib/.build-id
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/ac66200ed77ae40e35f37606c7336854b162b4
/usr/share/man/man1/rtx.1

jdx avatar Feb 25 '23 20:02 jdx