Computing.Net > Forums > Linux > Install and use Ethereal

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Install and use Ethereal

Reply to Message Icon

Name: jdemonhunter
Date: February 10, 2004 at 08:57:13 Pacific
OS: p2
CPU/Ram: 128
Comment:

Anyone tried to installed this b4, i downloaded it in rpm, and extracted it....but there is no sign of extraction -> i mean the directory of it....

anyway, is there any1 can recommend me to download it and the way to install it....

thank you very much!!!
ps:using RH9




Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: February 11, 2004 at 07:07:34 Pacific
Reply:

When you extracted it, did you literally extract it or install it? The command should have been something like:
# rpm -ivh ethereal-1.2.3.rpm
My binary ended up /usr/X11R6/bin/ethereal

Once installed, to get the most out of it you have to run it as root:
# ethereal

For a graphical view of your network, try etherape.


0

Response Number 2
Name: jdemonhunter
Date: February 11, 2004 at 08:19:23 Pacific
Reply:

Etherape seem nice....but i am using redhat 9, it has for RH8 , and need libdb.so.3 :'(


0

Response Number 3
Name: 3Dave
Date: February 11, 2004 at 10:30:09 Pacific
Reply:

You could still try it and see if it works. I installed the redhat v8 one on my slackware v9.1 box and it works fine. You should be able to find any dependencies needed (eg libdb.so.3) from http://rpmfind.net


0

Response Number 4
Name: RodneyM
Date: February 12, 2004 at 18:34:49 Pacific
Reply:

open a root terminal and type:
# rpm -ivh \
http://linux.duke.edu/projects/yum/download/2.0/yum-2.0.5-1.noarch.rpm

This will install the Yellowdog Updater, Modified, which will allow you to update and upgrade your redhat 9 software without worrying about dependency issues.

Once yum installs, you can issue commands from the root command prompt such as the
following. Note the # represents the root
prompt.

Update the software list of available software for your machine with:
# yum update
This will probably list some immediate updates that will want to be install to patch you system up to current security standards.
you'll be prompted to answer yes or no to perform the upgrades.

Upgrade all available software to current
release with:
# yum upgrade

Search for software available by typing for instance:
# yum search eth*
which will list software available at the download site and/or already installed on your machine that matches eth*, ie: ethereal, ethtool, etc.

Install software that you want with, ie:
# yum install ethereal ethereal-gnome
This not only gets and installs the software, but it also figures out if the software is dependant upon other software and it downloads and installs that software to meet the dependencies automatically.

You can read about yum at
http://linux.duke.edu/projects/yum/

There are other package managers like (apt-get /synaptic), (up2date/gnome-up2date), (rug/RedCarpet), All have GUI interfaces that yum does not yet have and RedCarpet requires a commitment to the Ximian Desktop Installation which does support RH9. I've used them all think that yum is the best to start with. Also, don't use multiple package managers unless you are willing to possibly fight with dependency issues between them.

There are multiple yum and apt archives all over the internet where different people or groups maintain extra or newer software than
the software than is available in the default /etc/yum.conf or /etc/apt/sources files that define where you retrieve your files from. I advise not adding in these without worrying about potential dependency problems that might occur between multiple sites with the way in which they create these software package rpm files.

If you want to push the envelope, however, go to www.google.com and enter "apt yum repositories" and you will find many software sites available.

Good luck.


0

Response Number 5
Name: jdemonhunter
Date: February 13, 2004 at 01:47:47 Pacific
Reply:

HI, i experienced this prob...:
# yum update
Gathering header information file(s) from server(s)
Server: Red Hat Linux 9 - i386 - Base
retrygrab() failed for:
http://mirror.dulug.duke.edu/pub/yum-repository/redhat/9/i386/headers/header.info
Executing failover method
failover: out of servers to try
Error getting file http://mirror.dulug.duke.edu/pub/yum-repository/redhat/9/i386/headers/header.info
[Errno 4] IOError: HTTP Error 403: Forbidden ( The ISA Server denies the specified Uniform Resource Locator (URL). )

how can i cope with it?
Thanks


0

Related Posts

See More



Response Number 6
Name: 3Dave
Date: February 13, 2004 at 03:23:21 Pacific
Reply:

FYI I successfully installed and used redcarpet on mandrake v9.0 without having a ximian desktop (although I was using evolution).


0

Response Number 7
Name: jdemonhunter
Date: February 13, 2004 at 06:45:23 Pacific
Reply:

ic...apart from this question , i also hav 1 trouble...could u sucessfully register the redhat for the update when u hav installed the redhat........i hav no idea y it deosn't allow me for the update..... :'(


0

Response Number 8
Name: 3Dave
Date: February 13, 2004 at 07:38:50 Pacific
Reply:

I don't know about redhat (haven't used it redhat since v5.2!) but I think you have to buy it and you get 60 days access to redhats FTP for free or you can sign up for a year. I didn't have to do either in order to use redcarpet....and you shouldn't have to either if you use apt-get. have a look at:
http://apt.freshrpms.net/


0

Response Number 9
Name: RodneyM
Date: February 15, 2004 at 12:50:01 Pacific
Reply:

It appears that the duke yum repository was not available at the time that you tried your update. You might want to add another site to your /etc/yum.conf file.

For instance:

[freshrpms-rhl-9]
name=Freshrpms packages for Red Hat Linux 9
baseurl=http://ayo.freshrpms.net/redhat/9/i386/freshrpms/


0

Sponsored Link
Ads by Google
Reply to Message Icon

ALSA and kernel 2.6 quest... Drivers for ATI Radeon



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Install and use Ethereal

installing fedora using dos www.computing.net/answers/linux/installing-fedora-using-dos/28349.html

installation and partition with win98 and Linux RH 7 www.computing.net/answers/linux/installation-and-partition-with-win98-and-linux-rh-7/1806.html

linux installation www.computing.net/answers/linux/linux-installation/10549.html