Sorry, thanks for the pointer.
- Original Message -
From: "Trond Eivind Glomsrød" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 17, 2002 11:03 PM
Subject: Re: Installing rpm's
> "Trevor Fraser" <[EMAIL PROTECTED]> writes:
Thanks Michael for the reply.
- Original Message -
From: "Michael Schwendt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 17, 2002 10:42 PM
Subject: Re: Installing rpm's
> On 2002-07-17, Trevor Fraser wrote:
>
> TF> I'
"Trevor Fraser" <[EMAIL PROTECTED]> writes:
> Hello everyone.
>
> I've been using RedHat for a while now, but a person doesn't seem to learn
> certain things untill you hit a problem. What my problem is, is when I try
> and uninstall a rpm using "rpm -e", the comment is that the package is not
On 2002-07-17, Trevor Fraser wrote:
TF> I've been using RedHat for a while now, but a person doesn't seem to learn
TF> certain things untill you hit a problem. What my problem is, is when I try
TF> and uninstall a rpm using "rpm -e", the comment is that the package is not
TF> installed, and when
> Hello everyone.
>
> I've been using RedHat for a while now, but a person doesn't seem to learn
> certain things untill you hit a problem. What my problem is, is when I try
> and uninstall a rpm using "rpm -e", the comment is that the package is not
> installed, and when I "rpm -i" the package,
You have to type in the exact name of the package as it appears in the rpm
database. for instance. If you install a package with the name
test.1-2.1.i386.rpm when you uninstall it you do rpm -e test.1-2.1 without
the .i386.rpm
Do a rpm -q to see if the package is installed and to
be sure you hav
> "FJS" == John Summerfield <[EMAIL PROTECTED]> writes:
FJS> If you want a receptive audience, take my advice. Bitching here won't
FJS> find anyone able to help, let alone willing.
Thanks for the help.
Since I've managed to get farther (up to a segfault in post-install
configuration) using
> > "JS" == John Summerfield <[EMAIL PROTECTED]> writes:
>
> JS> I think you'd do better addressing questions about wolverine to the
> JS> wolverine list.
>
> Grand. I can barely keep up with all of the lists you have to follow. The
> second they fork a beta this list no longer becomes app
> "JS" == John Summerfield <[EMAIL PROTECTED]> writes:
JS> I think you'd do better addressing questions about wolverine to the
JS> wolverine list.
Grand. I can barely keep up with all of the lists you have to follow. The
second they fork a beta this list no longer becomes appropriate. A w
I think you'd do better addressing questions about wolverine to the wolverine
list.
--
Cheers
John Summerfield
http://www2.ami.com.au/ for OS/2 & linux information.
Configuration, networking, combined IBM ftpsites index.
Microsoft's most solid OS: http://www.geocities.com/rcwoolley/
Note: mai
On Sat, Aug 05, 2000 at 05:50:50PM -0400, Frank Hale wrote:
> after you make changes to anaconda where do you install it? Does it go
> under /RedHat/instimage? All the changes I made never took place because
If you make changes in misc/src/anaconda, you should then have them
copied over to instim
> This is the second time I've seen this... what's the advantage of
> using the 3c59x driver over the 3c509 driver? I didn't even realize
> that it would work.
It shouldnt I misread the original. 3c509 is the correct driver for the ISA
MCA and older EISA card.
--
To unsubscribe:
mail -s unsubs
Tony Nugent <[EMAIL PROTECTED]> writes:
> Edit /etc/conf.modules and add this line to it:
>
> alias eth0 3c59x
This is the second time I've seen this... what's the advantage of
using the 3c59x driver over the 3c509 driver? I didn't even realize
that it would work.
--
Alan Shutko <[EMAIL PROT
On Tue Apr 25 2000 at 13:37, "Jack Farrer" wrote:
> I am new to Linux and am trying to learn it. I have recently build a Linux
> Redhat 6.2 box and installed a network card (3C509B) in the unit. It does
> not detect my NIC during boot (and plug and play is enabled in the bios). I
> have search
> I am new to Linux and am trying to learn it. I have recently build a Linux
> Redhat 6.2 box and installed a network card (3C509B) in the unit. It does
> not detect my NIC during boot (and plug and play is enabled in the bios). I
> have searched for documentation on installing a new NIC and ca
> > I have a dual and a quad processor machines.
> >
> > Would red linux 6.1 work on them ie would linux
> > actually knows how to utilize the multiple processors?
>
> Yes. In most cases it will even automatically detect you have a multiprocesso
> r
> machine and install an appropriate kernel.
>
> I have a dual and a quad processor machines.
>
> Would red linux 6.1 work on them ie would linux
> actually knows how to utilize the multiple processors?
Yes. In most cases it will even automatically detect you have a multiprocessor
machine and install an appropriate kernel.
> If it does, is
> On Sat, Dec 18, 1999 at 11:25:07PM -0800, Wilhein wrote:
> > I have just installed red hat linux 6.1 from my redhat 6.1 cd.
> > After doing a great amount of work, i notice that g++, gcc and make
> > utilites are not installed. How do i install them from my red hat
> > cd? Which rpm are they in
On Sat, Dec 18, 1999 at 11:25:07PM -0800, Wilhein wrote:
> I have just installed red hat linux 6.1 from my redhat 6.1 cd.
> After doing a great amount of work, i notice that g++, gcc and make
> utilites are not installed. How do i install them from my red hat
> cd? Which rpm are they in ?
egcs-c+
Bernhard Rosenkraenzer wrote:
> On Mon, 18 Oct 1999, DeHydr8 dailey wrote:
>
> > I just downloaded a tar.gz file to my C:\ but need to place it in
> > /usr/local. how can i do this if i can't even see were i installed linux and
> > the directories. is there a win95 that can show me the files on a
Bernhard Rosenkraenzer wrote:
> On Mon, 18 Oct 1999, DeHydr8 dailey wrote:
>
> > I just downloaded a tar.gz file to my C:\ but need to place it in
> > /usr/local. how can i do this if i can't even see were i installed linux and
> > the directories. is there a win95 that can show me the files on a
On Tue, 19 Oct 1999, DeHydr8 dailey wrote:
> So to copy a file from win i would type mkdir /mnt/hda1 then -t vfat
> /dev/hda1 /mnt/hda1 ...hda1 is my win partition...then i would copy it using
> cp /mnt/hda1/myfile.tar.gz /usr/local
mount -t, not just -t. Aside from that, it should be right.
So to copy a file from win i would type mkdir /mnt/hda1 then -t vfat
/dev/hda1 /mnt/hda1 ...hda1 is my win partition...then i would copy it using
cp /mnt/hda1/myfile.tar.gz /usr/local
Does this look right?
__
Get Your Private, Free Email a
> I just downloaded a tar.gz file to my C:\ but need to place it in
> /usr/local. how can i do this if i can't even see were i installed linux and
> the directories. is there a win95 that can show me the files on another
> partition so i can see my linux directory.
>
Best to boot Linux,
On Mon, 18 Oct 1999, DeHydr8 dailey wrote:
> I just downloaded a tar.gz file to my C:\ but need to place it in
> /usr/local. how can i do this if i can't even see were i installed linux and
> the directories. is there a win95 that can show me the files on another
> partition so i can see my li
25 matches
Mail list logo