This is a discussion on Help find missing files within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I did not get libaudiofile.so.0, rpc.mount, nor rc.cups files installed. How does one go about finding the correct slackware ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Razzel wrote: > I did not get libaudiofile.so.0, rpc.mount, nor rc.cups files installed. > > How does one go about finding the correct slackware disk and module to > extract > a file via pkgtool? > Thanks, > Raz > mount -t iso9660 /dev/cdrom /mnt/cdrom find /mnt/cdrom -name audiofile -o \( -name nfs-utils -o -name cups \) |
| |||
| Razzel wrote: > I did not get libaudiofile.so.0, rpc.mount, nor rc.cups files installed. > > How does one go about finding the correct slackware disk and module to > extract > a file via pkgtool? > Thanks, > Raz > mount -t iso9660 /dev/cdrom /mnt/cdrom find /mnt/cdrom -name 'audiofile*' -o \( -name 'nfs-utils*' -o -name 'cups*' \) find /mnt/cdrom | xargs egrep -i "(libaudiofile)|(rpc\.mount)|(rc\.cups)" (reposted) |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Razzel <logicon@zipcon.com> is thought to have typed the following text on 2004-01-08: > I did not get libaudiofile.so.0, rpc.mount, nor rc.cups files installed. > > How does one go about finding the correct slackware disk and module to > extract > a file via pkgtool? This is in the FAQ. <URL:http://wombat.san-francisco.ca.us/cgi-bin/fom> - -- Bartosz Oudekerk AOLS fortune mod volume VI Get yourself a copy at: <URL:http://www.etv.cx/~bartosz> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE//WTF256ZyNYAOpkRAgkzAJ9oSHwrPuJQv34HeSPWJbMkJnjFIwC fT+bU 28108Wvle+cIW+h4tariUQw= =SXCF -----END PGP SIGNATURE----- |