Installation Problems with RPM
#1
Posted 25 December 2003 - 10:16 PM
I just installed a chinese input software. It is a RPM installation file.
After installation, I cannot find the icon in the "starting application"
How do I know where the software was installed and how can I open the software application?
Does Linux have a folder which is like the "program files" in the Windows environment?
Thank you & Happy Holidays.
#2
Posted 26 December 2003 - 01:34 AM
#3
Posted 27 December 2003 - 07:16 PM
I just removed the old version of gaim, and add new version of gaim-0.74-1rh9.i386.rpm.
However, I cannot find it in the /usr/bin.
My OS is RH9.
#4
Posted 27 December 2003 - 08:26 PM
locate gaim [enter]
That should tell you where it is.
What happens when you type:
gaim [enter]
in a terminal?
#5
Posted 28 December 2003 - 03:50 AM
what's different between packages i386.rpm and i586.rpm?
#6
Posted 28 December 2003 - 05:54 AM
#7
Posted 28 December 2003 - 06:07 AM
apt-get update [enter]
When it finishes, do the above again.
Then type:
apt-get install synaptic [enter]
after it finishes, type:
synaptic [enter]
The Synaptic gui should then come up. Type in...
gaim
in the search box and press enter. Follow the intuitive gui instructions to install. You can install many apps for Red Hat 9 using this, and it will solve all dependency problems for you!
apt-get rpm is a big reason I moved from Mdk to RH. Good luck!
#8
Posted 28 December 2003 - 06:40 PM
I downloaded 2 files, but when I typed the command, i got the following result:
[wang@localhost wang]$ su
Password:
[root@localhost wang]# apt-get update
bash: apt-get: command not found
Also, I installed win version gaim in winxp, but it seems cannot connect either yahoo or msn. Then I realized the host and port are set default as aol. What's the hosts and ports that i need to set for yahoo and msn?
One more thing, Dan, could you please teach me how to install tcl/tk package. I haved posed the request under new linux user, needs install help in the application section.
Thank you very much.
#9
Posted 28 December 2003 - 06:47 PM
#10
Posted 28 December 2003 - 06:49 PM
#11
Posted 28 December 2003 - 07:49 PM
here's the link: http://amsn.sourceforge.net
version 0.83 is the newest... and if you want to unpack it do this:
download it...
Open the terminal
go to the download directory with the command: cd
run gzip like this:
gzip -d amsn-0_83.tar.gz
then do this:
tar xvf amsn-0_83.tar
then do this commando:
cd msn
then do this to start msn:
./amsn
or this commando:
wish amsn
If command wish is not found, you need to install tcl/tk packages (tcl & tk). i also dont know how you must install those
take a look in google you wil find it
Greetz Pytron... if you still dont know how.. go to the site and look for documentation...
Bye
#12
Posted 29 December 2003 - 02:04 AM
then do this to start msn:
./amsn
or this commando:
wish amsn
If command wish is not found, you need to install tcl/tk packages (tcl & tk). i also dont know how you must install those
take a look in google you wil find it
I want to install tcl & tk because the ./amsn function didn't work!
[wang@localhost msn]$ ./amsn
/usr/bin/env: wish: No such file or directory
#13
Posted 29 December 2003 - 02:15 AM
yes, I downloaded and installed apt-0.5.5cnc6-fr1.i386.rpm & apt-devel-0.5.5cnc6-fr1.i386.rpm before doing apt-get update.
#14
Posted 29 December 2003 - 03:39 AM
*A thought* If the RH installer seems to freeze while trying to install rpms, then do it from the command line instead.
From a terminal as root, cd to the directory where both are downloaded, then:
rpm -Uvh apt-0.5.5cnc6-fr1.i386.rpm [enter]
Install the other in the same way...
rpm -Uvh apt-devel-0.5.5cnc6-fr1.i386.rpm [enter]

Help










