Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Ok.. so basically I followed the instructions.. and I did what they told me to do, when I was done with console they seemed to be installed as to what I know (I'm a newbie, btw) then.. I came across a problem.. How do I run them? Or where did they install to? o.O
Any help would be appretiated, I am running Mandriva 2007.
So how did you install the packages? If you installed using Mandriva rpms, then the two apps should be somewhere in your menu. If you compiled from source, then you will have to run menudrake and create the entries manually.
I installed aMSN as a RPM, and kTorrent was source that I compiled and installed.. how would I go about running menudrake, I'm running KDE as well, dont know if thats relevant
You can run Menudrake by entering "menudrake" in the command line, clicking on the Menudrake menu entry in the Mandriva menu (I think its somewhere under System) or running the Mandriva Control Center and clicking on the option to condifure the menu.
I typed menudrake in the console and got the following:
[halcyon@zero ~]$ menudrake
bash: menudrake: command not found
I looked in the Control Center, looked through everything couldn't find menudrake, is there a way to find out what is installed maybe? Or.. where you think it would install to, or even a command to run in a console?
I typed menudrake in the console and got the following:
[halcyon@zero ~]$ menudrake
bash: menudrake: command not found
I looked in the Control Center, looked through everything couldn't find menudrake, is there a way to find out what is installed maybe? Or.. where you think it would install to, or even a command to run in a console?
Open a terminal and type...
KTorrent or Kopete respectively, and they should open(they did for me anyways)... If they start up ok, you'll need to edit your menu and add them manually.
When I 'make install' KTorrent this happens at the end and it doesn't say installation complete
../../libktorrent/mse/bigint.h:26:17: error: gmp.h: No such file or directory
../../libktorrent/mse/bigint.h:93: error: ‘mpz_t’ does not name a type
make[2]: *** [peermanager.lo] Error 1
make[2]: Leaving directory `/home/halcyon/Download/ktorrent-2.1/libktorrent/torrent'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/halcyon/Download/ktorrent-2.1/libktorrent'
make: *** [install-recursive] Error 1
then goes back for me to type a command.. is that a problem or would it say finished.. or?
What I would suggest you do is use "urpmi" which is the default Mandriva package management tool. Go to easyurpmi and configure the main, contrib, plf and updates repos for your version of Mandriva. After that start a terminal emulator like console and switch to root. After that do
Code:
#urpmi amsn ktorrent
That will install amsn and ktorrent from official Mandriva software repositories and create the appropriate menu entries for you.
What I would suggest you do is use "urpmi" which is the default Mandriva package management tool. Go to easyurpmi and configure the main, contrib, plf and updates repos for your version of Mandriva. After that start a terminal emulator like console and switch to root. After that do
Code:
#urpmi amsn ktorrent
That will install amsn and ktorrent from official Mandriva software repositories and create the appropriate menu entries for you.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.