Anyone know which rpm give you the screen command?
Or tell me how to figure this out on my own :-)
Ed
John R Pierce wrote:
Ed Donahue wrote:
Anyone know which rpm give you the screen command?
Or tell me how to figure this out on my own :-)
# rpm -qf `which screen` screen-4.0.3-1.el5
Is that the hen or the egg? >:)
yum list "*screen*" or yum provides "*screen*" should show the rpm if it isn't installed ...
Cheers,
Ralph
On Sun, 2008-07-13 at 01:46 -0400, Ed Donahue wrote:
Anyone know which rpm give you the screen command?
Or tell me how to figure this out on my own :-)
Ed
Just going off on a slight tangent here, but to add to that which others have said, if you want to search for information/tutorials/documentation on 'screen' with google, you'll need to search using 'GNU screen'
On Sun, Jul 13, 2008 at 01:46:20AM -0400, Ed Donahue wrote:
Anyone know which rpm give you the screen command?
Or tell me how to figure this out on my own :-)
# yum install screen
It will tell you what it wants to download and install before it does it.