Please provide more information. Do you know where the executable is? Does it crash whenever you try to start it? Most Unix-based systems store their executables is /usr/bin or /usr/share/bin or /usr/local/bin, so look there if you can't find it.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
Just type "irssi" at the command line, and it should start.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
I don't know much about whereis, but it's probably the same as locate: it uses a database that's indexed the filesystem. If the database is out of date, for example, installing irssi, then either you will need to update the database, or use the find command.
Updating the database:
updatedb (w/ root privaleges)
Using the find command: find / -name "irssi" (root privaleges not necessary)
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339