Jump to content

why are all my man pages gone?


frosterrj
 Share

Recommended Posts

same pkg

[root@localhost /]# urpmf /usr/bin/tbl

groff-for-man:/usr/bin/tbl

[root@localhost /]#

 

do;

[root@localhost /]# file /usr/bin/gtbl

/usr/bin/gtbl: symbolic link to tbl

[root@localhost /]#

if it say it's a broken symlink to tbl (reason for the flashing)then (as root) do;

 

rm -f /usr/bin/gtbl

ln -s /usr/bin/tbl /usr/bin/gtbl

Link to comment
Share on other sites

did the rpm update but got this:

Preparing...                ########################################### [100%]

package groff-for-man-1.18.1-5mdk is already installed

...

'ls -l /usr/bin/tbl' gets this:  

ls: /usr/bin/tbl: No such file or directory  

 

so that's what's missing. what package is 'tbl'?

tbl is in that same package. I guess that bvc, hasn't read you last post (you cannot create a link to a file that doesn't exists) ;)

~$ rpm -qpl ftp://ftp.rediris.es/mirror/mandrake/current/i586/Mandrake/RPMS/groff-for-man-1.18.1-5mdk.i586.rpm | egrep "tbl$" 

/usr/bin/gtbl

/usr/bin/tbl

~$

 

package groff-for-man-1.18.1-5mdk is already installed

The above message means that rpm has done nothing, so you MUST force the upgrade! (read rpm man page if you have doubts, not joking, you should be able to access it through internet, via google). One way to force rpm to REINSTALL all the files is using the --force flag:

 

rpm -Uvh --force ftp://ftp.rediris.es/mirror/mandrake/current/i586/Mandrake/RPMS/groff-for-man-1.18.1-5mdk.i586.rpm

 

You MUST use an rpm package from one mirror, don't use your local copy because it might be broken. I provided a valid mirror in my example, but if it is down search and try with another one.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...