Jump to content

Where do they go once installed? [solved]


digitalfreedom
 Share

Recommended Posts

this is so weak i know but i downloaded amule its like Edonkey p2p ok i did the rpm install from the shell and now i cant find it to use it..wo my question is where is it? where did it install to so i can open it....the software installer gave me no options at all when i used it and from the console its not where i did the rpm npack at please someone help me

Link to comment
Share on other sites

this is so weak i know but i downloaded amule its like Edonkey p2p ok i did the rpm install from the shell and now i cant find it to use it..wo my question is where is it? where did it install to so i can open it....the software installer gave me no options at all when i used it and from the console its not where i did the rpm npack at please someone help me

 

[user@localhost ~]$ su
Password:
[root@localhost]# updatedb 0
[root@localhost]# locate edonkey

 

Try that.

Link to comment
Share on other sites

I go with Floyd on this, in that in this case 'whereis' works much better than 'locate'. The 'locate' command is good if you want to find everything not only in the edonkey (or whatever) package, but also everything that has "edonkey" in it. Using aterm for example, since I don't have edonkey installed:

 

$ locate aterm

/usr/share/man/man1/aterm.1.bz2

/usr/share/doc/aterm-0.4.2

/usr/share/doc/aterm-0.4.2/ChangeLog.rxvt

/usr/share/doc/aterm-0.4.2/ChangeLog

/usr/share/doc/aterm-0.4.2/INSTALL

/usr/share/doc/aterm-0.4.2/FAQ

/usr/share/doc/aterm-0.4.2/aterm.lsm

/usr/share/doc/aterm-0.4.2/TODO

/usr/share/doc/aterm-0.4.2/README.Unix98PTY

/usr/share/doc/aterm-0.4.2/README.configure

/usr/share/doc/aterm-0.4.2/README.greek

/usr/share/doc/aterm-0.4.2/README.menu

/usr/share/doc/aterm-0.4.2/README.thai

/usr/share/doc/aterm-0.4.2/README.xvt

/usr/share/pixmaps/gnucash/stock_split_watermark.png

/usr/bin/aterm

/usr/lib/menu/aterm

/data1/Backups/usr/share/man/man1/aterm.1.bz2

/data1/Backups/usr/share/doc/aterm-0.4.2

/data1/Backups/usr/share/doc/aterm-0.4.2/ChangeLog.rxvt

/data1/Backups/usr/share/doc/aterm-0.4.2/ChangeLog

/data1/Backups/usr/share/doc/aterm-0.4.2/INSTALL

 

...and on and on. That was only part of the listings the command returned, but you get the idea - picking out the location of the executable is a pain.

 

But the 'whereis' command simplifies and gives more like just the answer the OP was asking, which I took to be "where did the executable go"?:

 

$ whereis aterm

aterm: /usr/bin/aterm /usr/share/man/man1/aterm.1.bz2

 

Using the '-b' switch with 'whereis' limits the search to binaries only, and gives the exact result the OP wanted (I think):

 

$ whereis -b aterm

aterm: /usr/bin/aterm

 

The Linux CLI is a wonderful thing...

Edited by Crashdamage
Link to comment
Share on other sites

when i try locate i get

 

 

[beau@localhost ~]$ locate aMule

locate: fatal error: Could not find user database '/var/lib/slocate/slocate.db': No such file or directory

 

when i do whereis i get

 

beau@localhost ~]$ whereis aMule

aMule:

 

am i screwing up or what?

 

YES!!!!!!!!! atfer reading the replies again i found the answer updatedb 0 was it..THANK YOU GUYZ!!!!!!!!

 

i found it but now how can i make it work?

 

root@localhost aMule-2.1.3]# locate aMule

/home/beau/aMule-2.1.3-wxGtk2.6.3_mdv.i586.rpm

/home/beau/.kde/share/apps/RecentDocuments/aMule-2.1.3-wxGtk2.6.3_mdv.i586.rpm.desktop

/home/beau/.kde/share/apps/RecentDocuments/aMule-2.1.3-wxGtk2.6.3_mdv.i586.rpm[3].desktop

/home/beau/.kde/share/apps/RecentDocuments/aMule-2.1.3-wxGtk2.6.3_mdv.i586.rpm[2].desktop

/home/beau/programs/aMule-2.1.3-wxGtk2.6.3_mdv.i586.rpm

/home/beau/Desktop/aMule-2.1.3-wxGtk2.6.3_mdv.i586.rpm

/usr/lib/menu/aMule

/usr/share/icons/large/aMule.png

/usr/share/icons/aMule.png

/usr/share/icons/mini/aMule.png

/usr/share/amule/webserver/chicane/aMule.tmpl

/usr/share/amule/webserver/default/aMule.tmpl

/usr/share/doc/aMule-2.1.3

/usr/share/doc/aMule-2.1.3/Changelog

/usr/share/doc/aMule-2.1.3/license.txt

/usr/share/doc/aMule-2.1.3/amulesig.txt

/usr/share/doc/aMule-2.1.3/ED2K-Links.HOWTO

/usr/share/doc/aMule-2.1.3/README

/usr/share/doc/aMule-2.1.3/EC_Protocol.txt

/usr/share/doc/aMule-2.1.3/ABOUT-NLS

/usr/share/doc/aMule-2.1.3/Doxyfile

/usr/share/doc/aMule-2.1.3/socks4.protocol

/usr/share/doc/aMule-2.1.3/INSTALL

/usr/share/doc/aMule-2.1.3/amule-win32.HOWTO.txt

/usr/share/doc/aMule-2.1.3/TODO

[root@localhost aMule-2.1.3]# INSTALL

bash: INSTALL: command not found

[root@localhost aMule-2.1.3]# make install

bash: make: command not found

[root@localhost aMule-2.1.3]# ./aMule

bash: ./aMule: No such file or directory

[root@localhost aMule-2.1.3]#

 

no configure and the readme and install files are a waste of time

Link to comment
Share on other sites

ok i did those and this is what i get........

 

[beau@localhost ~]$ aMule

bash: aMule: command not found

[beau@localhost ~]$ ./aMule

bash: ./aMule: No such file or directory

[beau@localhost ~]$ whereis -b aMule

aMule:

[beau@localhost ~]$

 

[beau@localhost ~]$ amulegui

amulegui: error while loading shared libraries: libbfd-2.16.91.0.2.so: cannot open shared object file: No such file or directory

 

:(

Edited by digitalfreedom
Link to comment
Share on other sites

Read my post again. Do **all 3** of the comands I listed, both without the cap 'M' (amule) and with (aMule) just to be sure. I suspect Neddie is right the correct version will be 'amule'.

 

If 'rpm -q amule' (rpm -q aMule) returns "package amule is not installed" then su to root in a terminal and do:

 

# urpmi -v --test amule

 

...and see what that says, which if aMule is *not* installed will probably something like (using my machine as example):

 

To satisfy dependencies, the following 3 packages are going to be installed (18 MB):

amule-2.1.0-1.1.101plf.i586

libwxgtk2.6-2.6.0-3.1.101plf.i586

wxGTK2.6-2.6.0-3.1.101plf.i586

Is this OK? (Y/n)

 

Just type 'n' to abort or 'y' to continue with the test (nothing will actually be installed). If you want to go ahead and actually install, run the command again without '--test'. If it fails or gives other messages, post them back here.

Link to comment
Share on other sites

Another way:

 

rpm -qa | grep amule

 

and when you have the full packagename try:

 

rpm -ql amule-version-blah-blah

 

for the rest of the full name. It'll then list all the files in here, you could even add this, so:

 

rpm -ql amule-version-blah-blah | grep bin

 

and it'll find the executable for you. However:

 

whereis amule

 

should do it easier. The above is handy if you're not sure what the executable app is called, but of course it should be in bin, and therefore gives you a helping hand.

Link to comment
Share on other sites

Another tip: If you don't know whether it's called amule or aMule or amyool then just type "am" in a console and then press <tab>. The system will try and find all the programs that begin with those letters. If you try "aM" <tab> and nothing comes up then try with "am" <tab> and you should see it (along with amarok, amix and others). If there are too many in the list then just keep typing and press <tab> again.

 

Or you can do the same thing with a "ls /usr/bin/am*" to list all the programs which start with "am" but then you need a second command to run the program once you've found it.

Link to comment
Share on other sites

its called aMule becasue thats how its spelled in the folder i downloaded it to.But thanx for all the help I actually got limewire downloaded and installed.i even installed Java from the command line with all the things i learned here.so its aMule but its a p2p like i wanted.and all because you all helped me :) thanx so much ya'll

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...