- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Finding depends
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 09:40 AM
02-14-2003 09:40 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 02:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2003 06:45 PM
02-16-2003 06:45 PM
Re: Finding depends
I've gone through my redhat machines, but not the CD's and found nothing.
If it by chance did come off an rpm file then you are in business.
On the machine that has it:
rpm -q usernet
If you get an answer, that means it came off of one of the install cd's or some other kind of rpm distribution site.
Find the rpm download it to the target machine, run rpm -i usernet.whatever and it will list the requirments for install.
I once played to copy files game with ssh one machine to another. I could not exchange public keys after that stupid trick and eventually redid the entire OS on the machine I'd jacked with.
So unless I have source to compile or rpm's I have learned my lesson concerning file copy binary installations.
Good luck. If you find rpms or source, let us know, sounds like an interesting utility.
I will look at tucows and download.com and let you know if I find anything.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2003 10:58 PM
02-16-2003 10:58 PM
Re: Finding depends
since you are having redhat and assuming that you have installed from the rpms rather than compiling from sources, the easiest way to find out where this binary came from is as below.
rpm -q --whatprovides
and regarding this usernet program, here is the info.
+++++++++++++
$rpm -q --whatprovides /usr/bin/usernet
rp3-1.1.4-4
$ rpm -qi rp3
Name : rp3 Relocations: (not relocateable)
Version : 1.1.4 Vendor: Red Hat, Inc.
Release : 4 Build Date: Thu 31 Aug 2000 01:36:08 AM IST
Install date: Wed 01 Aug 2001 08:56:56 PM IST Build Host: porky.devel.redhat.com
Group : Applications/System Source RPM: rp3-1.1.4-4.src.rpm
Size : 557559 License: GPL
Packager : Red Hat, Inc. <>
Summary : The Red Hat graphical PPP management tool.
Description :
The rp3 program provides an easy-to-use interface for configuring
PPP connections, and for activating and monitoring any type of
network configuration. rp3 includes a GNOME panel applet,
a more highly functional replacement for usernet, and a graphical
configuration tool that takes you through the process of setting up
a PPP connection from start to finish, one step at a time.
+++++++++++++
Hope this helps. And I would suggest to install from rpm than copying files.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 10:38 AM
02-19-2003 10:38 AM
Re: Finding depends
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 10:49 AM
02-20-2003 10:49 AM
Re: Finding depends
$ rpm -qf /bin/sh
bash-1.14.7-22
$