Re: Where is Kate editor?
"John Thacker" <[email protected]> Thu, 22 May 2008 00:25:12 -0400
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, May 21, 2008 at 9:49 AM, David Timms <[email protected]> wrote: > Jos=E9 Matos wrote: >> >> On Tuesday 20 May 2008 21:59:39 Jon Roland wrote: >>> >>> After installing Fedora 9 and also the various KDE 4 packages, includin= g >>> KDEBase, which is supposed to contain the Kate editor, I find that it >>> did not get installed. Katepart and KWrite are there, but not Kate >>> itself. Am I missing something, or did it get omitted somehow? >> >> Since a command is worth a thousand words: ;-) >> >> $ rpm -qf /usr/bin/kate >> kdesdk-4.0.4-2.fc9.i386 > > Though better still in the general case where it is not currently install= ed: > $ yum whatprovides /usr/bin/kate > kdesdk.i386 : ... > > You only have to guess the /usr/bin part then ;) If it is currently installed, OTOH, then a better option is $ rpm -qf `type kate` (or `which kate` if you use tcsh or the like) Why guess anything? ;)