Mailinglist Archive: opensuse (882 mails)
| < Previous | Next > |
Re: [opensuse] xdvi broken in 11.3
- From: "Dr. Werner Fink" <werner@xxxxxxx>
- Date: Mon, 20 Dec 2010 10:18:32 +0100
- Message-id: <20101220091832.GA26758@xxxxxxxxxxxxx>
On Fri, Dec 17, 2010 at 11:31:39PM +0000, Myrosia Dzikovska wrote:
Just run as root
pushd /
for script in $(rpmqpack | grep texlive-bin); do
script=$(rpm -q --triggerscripts $script)
eval bash ${script##*.}
done
popd
SuSEconfig --module texlive
thisw should do the jobs which should have been done
at installation time of the texlive and texlive-bin packages.
Werner
--
"Having a smoking section in a restaurant is like having
a peeing section in a swimming pool." -- Edward Burr
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
I just run xdvi, I think for the first time since installing 11.3, and got
this:
myrosia@myrosia-home2:> xdvi
/usr/bin/xdvi: line 66: exec: xdvi-xaw3d: not found
Anyone had a problem with this?
Just run as root
pushd /
for script in $(rpmqpack | grep texlive-bin); do
script=$(rpm -q --triggerscripts $script)
eval bash ${script##*.}
done
popd
SuSEconfig --module texlive
thisw should do the jobs which should have been done
at installation time of the texlive and texlive-bin packages.
Werner
--
"Having a smoking section in a restaurant is like having
a peeing section in a swimming pool." -- Edward Burr
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |