Subject: RE: Which package is the mt command in? 2007-11-02 - By Walters, Mark
Back
-- --Original Message-- -- From: ann kok [mailto:annkok2001@(protected)] Sent: Friday, November 02, 2007 6:06 AM To: General Red Hat Linux discussion list; chuck.carson@(protected); j.oloughlin@(protected) Subject: Re: Which package is the mt command in?
Sorry to interrupt
But If i don't have this /usr/bin/mt command in Redhat, I only get this command from another eg: debian or freebsd
how can I know the package for this command from Redhat to install?
Thank you
--- John O'Loughlin <j.oloughlin@(protected)> wrote:
> > > rpm -qf /usr/bin/mt > > John > > On Thu, 1 Nov 2007, Chuck wrote: > > > Anyone know what package the mt (magnetic tape) > command is included in? > > > > Thanks, > > CC > > -- > > redhat-list mailing list > > unsubscribe > mailto:redhat-list-request@(protected)?subject=unsubscribe > > > https://www.redhat.com/mailman/listinfo/redhat-list > > > > -- > redhat-list mailing list > unsubscribe > mailto:redhat-list-request@(protected)?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list >
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Hi, as noted, if you don't have the rpm installed the "rpm -qf" won't work.
To workaround this, install the rpmdb package. This package keeps track of all redhat files and their associated rpm. The down side is you must know the full path to it which could be tricky. If the path is unknown I try: Google or obvious paths ie; /usr/sbin, /sbin, /bin, /usr/bin, or pound my head against the screen.
# rpm --redhatprovides /bin/mt
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
|
|