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.
i downloaded this file and then i typed in the terminal
rpm -i name.rpm
but it doesnīt work ..... if i click on aMsn in the directory a scrip opens but not the programm! i tried to explain this problem and i hope you understand (i didnīt found sg in the search)
[root@***************** temp]# rpm -i amsn-0.71-1.noarch.rpm
Fehler: Failed dependencies:
tk >= 8.3 is needed by amsn-0.71-1
/usr/bin/wish is needed by amsn-0.71-1
hi which one i need? and i didnīt understand how to install it exactly! can you descirbe what i have to type in terminal? is it never mind in which directory i download it?
Here is a post from the forum. I have never installed amsn, but I think they would be helpful. Also, you can try the "search" in the forum. There are already tens of threads about amsn.
Good luck and I'll also see if I have time to have a try
Quote:
Originally posted by ereeno Here's what i did when i installed amsn (i'm new to this too)
The easist approch is to put these two files in some folder, for example /home. Double click it, you'll see the unix folder. Then enter this folder and open a terminal here. Then follow the instructions above.
Please post any questions.
Oh, trust me you on half of the way.
Now right click in this folder and choose "open terminal here". You'll get a terminal poped up.
Then follow the instructions:
1. ./configure
2. make
3. make install
Do the same thing to both of these two packages.
After that, I suggest downloading the newest version of asam from http://amsn.sourceforge.net/ The installation process is quite identical to what you have done. After that, you'll get at the current position a folder named msn. Then go inside the msn and issue ./amsn or $ wish amsn
Oh, sorry I am stupid here. I forgot about it. Just unpack the UNIX folder (I believe it is enough) to your /home, or , whatever you want. The process is similar to winzip. In one word, you need to unpack this UNIX folder, and reenter this folder, right click your mouse, you'll see a "open terminal here", then issue the command.
If that sounds confusing, then please try this:
copy these two files (tcl and tk) into /home, then 1st choice: start->system tools->console terminal, then $cd /home; or 2nd choice: right click in /home and choose "open terminal here"
You'll have a terminal. then invoke the command tar -xvf tclXXX.tar and tar -xvf tkXXX.tar you'll probably get two folders. Enter either one of them you'll see UNIX folder, then enter UNIX folder and right click, "open terminal here" you'll get the terminal open at the current position. Then:
Then follow the instructions:
1. ./configure
2. make
3. make install
Since you're using RedHat, why don't u just grab the tcl/tk RPM... or if you still have your RedHat CDs lying around somewhere, you can get a rather recent (if not the latest) version of tcl/tk on it... I'm sure it must be in one of the CDs you've got.
i unpacked it but now i have a direction and if i right click i am not able to open a terminal .... could u describe it a little bit more exactly? ( i know its very exact what u have done but i havenīt understand )
i have only 3 redhats cds! where i can install the rpms?
Probably redhat has the tcl/tk RPM (I never tried that before), but I think this package and the installation are similar with the package you've already have. Only one is RPM, the other tar. (two different format).
I'll try to explain a little bit in detail and hope can walk you through first the installation.
/////////////if you already untared the two .tar file, go to 5.
1. copy those two files (tcl and tk) to your /home directory
2. now open a terminal: there is a "redhat" symbol under left your panel. Click it, then you'll see "system tools", click it, then "terminal". Now you open a terminal
3. at the command line you invoke $cd /home to enter your home directory
4. use the command tar -xvf tclXXX.tar and tar -xvf tkXXX.tar to untar these two files. You probably get two new folders.
/////////////////////////
5. use the 'cd' command to enter the folder, then enter UNIX folder. You are now in the right position. Then execute the following command: (in order)
$./configure
$ make
$ su
password: (type your password here)
# make install
Then you'll install the tcl and tk packages. But really, I am wondering if you could use your amsn even you install them...
It is better to read some thing, for example, redhat "getting started".
Good luck
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.