* List: alug@stu.uea.ac.uk
Excuse the newbie status but would it be possible to go through some fairly basic stuff on Sunday as well as all those really neat demos like last time.
Things like compiling the kernel, installing .rpms and getting my poxy sound card (SBLive value) to work on a RH6.0 distro would be great!
Anybody needing a lift from the Diss area mail me.
Looking forward to it.
Cheers,
BJ
[ This email came to you via the Anglian Linux User Group list ] [ If you only wish to recieve event announcements, email the ] [ SUBJECT of "unsubscribe" to this list and "subscribe" to ] [ alug-announce@stu.uea.ac.uk -- We do need your support, tho' ]
* List: alug@stu.uea.ac.uk
On Sun, 13 Jun 1999, John Woodard wrote:
Excuse the newbie status but would it be possible to go through some fairly basic stuff on Sunday as well as all those really neat demos like last time.
Things like compiling the kernel, installing .rpms and getting my poxy sound card (SBLive value) to work on a RH6.0 distro would be great!
<AOL>Me too!!!</AOL>
Well, at least the kenel compilation. I dunno what I do, but about 2/3 of the time I make kernels with dead networking :-( What I do now is pinch the Slackware net.i config file and only tweak it a bit.
As for rpms... If you have a package foo-3.1-14.rpm that will be version 3.1 of program foo, 14th version of that package. rpm -Uvh foo-3.1-14.rpm Upgrade (an install is an upgrade :-) Verbosely And with hashes to show what it's doing. rpm -e foo Uninstall package foo. rpm -qpl foo-3.1-14.rpm List the files in the package file. rpm -qpi foo-3.1-14.rpm Show the info for the package file. rpm -qa List *all* installed rpms. rpm -ql foo List the files which have been installed from the package foo. rpm -qi Show the info for the installed package foo. rpm -qf /usr/local/bin/foo Show which rpm /usr/local/bin/foo was installed from. rpm2cpio foo-3.1-14.rpm | cpio -div Extract the files from the package into the current dir *without* installing.
Hope this helps 'till next week... Oh, and I don't know anything about the SBlive :-(
------------------------------------------------------------------------- W.B.Hill \ Email: wbh@uea.ac.uk \ 492 Earlham Road \ Home: (+44) 1603 455069 \ "Nothing is idiot-proof Norwich NR4 7HP. \ Fax: 0870 054 7508 \ given the right idiot" United Kingdom \ Mobile: 0410 781584 \ (+44) 1603 255141 \ Web: http://wbh.org \ #include <stdisclaimer.h> ------------------------------------------------------------------------- PGP-Fingerprint: B3 6F 2E D6 - B6 48 F1 FB -*- 7C AA 28 0C - 96 61 9A B5
[ This email came to you via the Anglian Linux User Group list ] [ If you only wish to recieve event announcements, email the ] [ SUBJECT of "unsubscribe" to this list and "subscribe" to ] [ alug-announce@stu.uea.ac.uk -- We do need your support, tho' ]