On Thu, Dec 04, 2003 at 08:15:54AM -0800, Fedor Karpelevitch wrote: > what worked best for me was: > > ftp://ftp.asplinux.ru/pub/i386/RPMS.7.3/fortune-russian-mod-1.0-1.0.asp.noar > ch.rpm > > (it was the one I could actually download) > > for debian just "alien" it. > > The only problem with it is that it puts the files into /usr/share/fortune > and fortune program (in Debian at least) only looks at /usr/share/fortunes , > so I had to copy the files over manually.
$ fakeroot alien fortune-russian-mod-1.0-1.0.asp.noarch.rpm $ dpkg-deb -x fortune-russian-mod_1.0-2_all.deb fortune-russian-mod $ cd fortune-russian-mod $ dpkg-deb -e ../fortune-russian-mod_1.0-2_all.deb $ mv usr/share/games/fortune usr/share/games/fortunes $ cd .. $ dpkg-deb -b fortune-russian-mod fortune-russian-mod_1.0-2_all.deb $ sudo dpkg -i fortune-russian-mod_1.0-2_all.deb $ fortune fomenko Рыбак рыбака ненавидит наверняка -- Mikolaj Golub

