[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: The Thrill of Debian Gnu/Linux



Carl Fink wrote:
>
> It should, I grant you, but have you tried "dpkg -S"?
>

here's a nasty one:

> expectk
bash: expectk: command not found
 
root> dpkg -S expectk
dpkg: *expectk* not found.

web page shows:
interpreters/expect5.24
interpreters/swig

root> apt-get install expect
[candidates : 5.24, 5.31]

root> apt-get install expect5.24
root> expectk
bash: expectk: command not found

root> apt-get install expect5.31
root> expectk
bash: expectk: command not found

root> updatedb
root> locate expectk
/usr/archives/expectk5.31_5.31.5-2_i386.deb
/usr/share/swig/tcl/expectk.i

root> ls -ald /var/cache/apt/achives
lrwxrwxrwx    1 root     root           13 Jun  8 20:46
/var/cache/apt/archives -> /usr/archives

root> apt-get install expectk5.31
root> which expectk
/usr/bin/expectk

...whew.

---
John



Reply to: