LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 09-07-2006, 02:42 PM   #1
mat087
LQ Newbie
 
Registered: Mar 2006
Location: Montréal, Québec
Distribution: Kubuntu
Posts: 22

Rep: Reputation: 15
ethereal disappears


Hi everybody!

I've got a strange problem...

When I type : "apt-get install ethereal". It returns "ethereal is already the newest version."

When I type : "whereis ethereal". It returns : "ethereal:".

I tried to remove then install ethereal and it keeps telling me that ethereal is already installed. Bu t I can't see it.

Ethereal is supposed to be at /usr/bin/ethereal. Please note that /usr/bin is included in my path :

Code:
echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/game

Do you have any ideas ?


Thanks,
Mathieu
 
Old 09-07-2006, 02:59 PM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
what doesapt-cache policy ethereal show ?

Code:
itg-debian:~# apt-cache policy ethereal
ethereal:
  Installed: 0.10.10-2sarge6
  Candidate: 0.10.10-2sarge6
  Version Table:
 *** 0.10.10-2sarge6 0
        500 ftp://ftp.uwsg.indiana.edu stable/main Packages
        500 http://security.debian.org stable/updates/main Packages
        100 /var/lib/dpkg/status


itg-debian:~# whereis ethereal
ethereal: /usr/bin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
You can also do a search using slocate if you have it installed. slocate ethereal

you might want to try and force the install since it's obviously not really installed. I would start by emptying the package cache..


apt-get clean
apt-get autoclean
apt-get update
apt-get -f install ethereal ethereal-common libadns1 libpcap


at least that's how I would try and proceed.
 
Old 09-07-2006, 03:31 PM   #3
mat087
LQ Newbie
 
Registered: Mar 2006
Location: Montréal, Québec
Distribution: Kubuntu
Posts: 22

Original Poster
Rep: Reputation: 15
I tried :
apt-get clean
apt-get autoclean
apt-get update
apt-get -f install ...


it didn't do anything useful.


Code:
apt-cache policy ethereal
ethereal:
  Installed: 0.99.2-5.1
  Candidate: 0.99.2-5.1
  Version table:
 *** 0.99.2-5.1 0
        500 ftp://gulus.usherbrooke.ca unstable/main Packages
        100 /var/lib/dpkg/status

Code:
slocate ethereal
/home/mathieu/.ethereal
/home/mathieu/.ethereal/recent
/home/mathieu/.ethereal/preferences
/var/lib/dpkg/info/ethereal.md5sums
/var/lib/dpkg/info/ethereal.list
/var/lib/dpkg/info/tethereal.md5sums
/var/lib/dpkg/info/tethereal.list
/var/lib/dpkg/info/ethereal-common.md5sums
/var/lib/dpkg/info/ethereal-common.list
/var/cache/apt/archives/tethereal_0.99.2-5.1_i386.deb
/var/cache/apt/archives/ethereal_0.99.2-5.1_i386.deb
/var/cache/apt/archives/ethereal-common_0.99.2-5.1_i386.deb
/usr/share/doc/tethereal
/usr/share/doc/tethereal/changelog.gz
/usr/share/doc/tethereal/copyright
/usr/share/doc/tethereal/changelog.Debian.gz
/usr/share/doc/ethereal
/usr/share/doc/ethereal/changelog.gz
/usr/share/doc/ethereal/copyright
/usr/share/doc/ethereal/changelog.Debian.gz
/usr/share/doc/ethereal-common
/usr/share/doc/ethereal-common/changelog.gz
/usr/share/doc/ethereal-common/copyright
/usr/share/doc/ethereal-common/changelog.Debian.gz
/usr/share/apps/kappfinder/apps/Internet/ethereal.desktop

What can I do ?
 
Old 09-07-2006, 08:38 PM   #4
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Read through this article..

http://www.linux.com/article.pl?sid=05/10/12/1952217

Several options there to try to fix the problem..
 
Old 09-08-2006, 04:03 PM   #5
mat087
LQ Newbie
 
Registered: Mar 2006
Location: Montréal, Québec
Distribution: Kubuntu
Posts: 22

Original Poster
Rep: Reputation: 15
Ethereal has been renamed for Wireshark. That's why I couldn't find the bin


Code:
Description: dummy upgrade package for ethereal -> wireshark

Last edited by mat087; 09-08-2006 at 04:21 PM.
 
Old 09-08-2006, 10:55 PM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Quote:
Originally Posted by mat087
Ethereal has been renamed for Wireshark. That's why I couldn't find the bin


Code:
Description: dummy upgrade package for ethereal -> wireshark
Interesting... it's Ethereal on the system I am running. Debian sid/unstable

now I'm curious what distro/build are you using ?
 
Old 09-09-2006, 03:27 AM   #7
mat087
LQ Newbie
 
Registered: Mar 2006
Location: Montréal, Québec
Distribution: Kubuntu
Posts: 22

Original Poster
Rep: Reputation: 15
Debian unstable
 
Old 09-11-2006, 08:47 PM   #8
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
//blink//

that is interesting since I am running the same... must have to do with the selected repositories then...

how very odd
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Konqueror disappears in 2.6 Baltic_Amber Linux - Newbie 2 06-15-2006 10:39 AM
Menu to the right disappears Ephracis LQ Suggestions & Feedback 5 08-17-2005 03:25 AM
gnucash 10.1 disappears barrythai Mandriva 1 05-19-2005 12:38 PM
Network disappears viniosity Linux - Networking 2 10-07-2004 09:37 PM
When the menu disappears..... duffboygrim Mandriva 2 01-09-2004 12:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 11:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration