How to install UltraEdit on Linux?


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat How to install UltraEdit on Linux?
# 1  
Old 05-03-2013
How to install UltraEdit on Linux?

Hi Team
I am using RHEL 6 and want to install UltraEdit on it, I have downloaded the RPM and tried to install but ...
Code:
rpm -i UltraEdit-4.0-0.5.x86_64.rpm
error: Failed dependencies:
        libpng12.so.0(PNG12_0)(64bit) is needed by UltraEdit-4.0-0.5.x86_64
        rtld(GNU_HASH) is needed by UltraEdit-4.0-0.5.x86_64

got dependency error, I have searched and found a rpm which have this but that also have dependency..

Code:
rpm -i libstdc++6-4.8.0_20130322-9.1.i586.rpm
warning: libstdc++6-4.8.0_20130322-9.1.i586.rpm: Header V3 DSA signature: NOKEY, key ID 6300dadb
error: Failed dependencies:
        rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by libstdc++6-4.8.0_20130322-9.1.i586 
        libstdc++6 conflicts with libstdc++6-4.8.0_20130322-9.1.i586

I want to know, How to install all these dependency ?? and 2 more question : 1) Whenever I have searched any RPM, I am getting lot of O/P, I know it all are architecture based, but there is a way to select ??
2) If my system needed this software X.1.2.3 and If I have installed X.2.3.4 , means I have installed newer version, Is this work ?

Thanks for help
# 2  
Old 05-04-2013
With my rhel6 .0 32-bit ,I didn't get any error
Code:
[root@rhel6 rpm]# rpm -ivh UltraEdit-4.0-0.5.i386.rpm
Preparing...                ########################################### [100%]
   1:UltraEdit              ########################################### [100%]
[root@rhel6 rpm]#

If you want to find out the dependancy you can use the command rpm -qRp UltraEdit-4.0-0.5.i386.rpm

Last edited by Corona688; 05-04-2013 at 12:42 PM..
# 3  
Old 05-04-2013
thanks Hiten for checks.
Dont know why I am getting this error, It means some LIB are missing from OS.
I have tried ur command and find these dependencies.

Code:
libSM.so.6()(64bit)
libX11.so.6()(64bit)
libXinerama.so.1()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libc.so.6(GLIBC_2.3.2)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libcairo.so.2()(64bit)
libdl.so.2()(64bit)
libdl.so.2(GLIBC_2.2.5)(64bit)
libgcc_s.so.1()(64bit)
libgcc_s.so.1(GCC_3.0)(64bit)
libgdk-x11-2.0.so.0()(64bit)
libgdk_pixbuf-2.0.so.0()(64bit)
libglib-2.0.so.0()(64bit)
libgobject-2.0.so.0()(64bit)
libgthread-2.0.so.0()(64bit)
libgtk-x11-2.0.so.0()(64bit)
libm.so.6()(64bit)
libm.so.6(GLIBC_2.2.5)(64bit)
libpango-1.0.so.0()(64bit)
libpangocairo-1.0.so.0()(64bit)
libpng12.so.0()(64bit)
libpng12.so.0(PNG12_0)(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpthread.so.0(GLIBC_2.3.2)(64bit)
librt.so.1()(64bit)
librt.so.1(GLIBC_2.2.5)(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libxml2.so.2()(64bit)
libz.so.1()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rtld(GNU_HASH)

now the question is :: How I can install all these ?
# 4  
Old 05-04-2013
Some libs are installed in /lib whereas some are installed in /usr/lib.
So I used below command to find out rpms

For libs under /usr/lib

Code:
[root@rhel6 rpm]# rpm -qRp UltraEdit-4.0-0.5.i386.rpm|cut -d'(' -f1|sort|uniq|awk '{ print "/usr/lib/"$1 }'|xargs rpm -qf 2>/dev/null|sort|uniq
cairo-1.8.8-3.1.el6.i686
gtk2-2.18.9-4.el6.i686
libpng-1.2.44-1.el6.i686
libSM-1.1.0-7.1.el6.i686
libstdc++-4.4.4-13.el6.i686
libX11-1.3-2.el6.i686
libXinerama-1.1-1.el6.i686
libxml2-2.7.6-1.el6.i686
pango-1.28.1-3.el6.i686
[root@rhel6 rpm]#

For libs under /lib

Code:
[root@rhel6 rpm]# rpm -qRp UltraEdit-4.0-0.5.i386.rpm|cut -d'(' -f1|sort|uniq|awk '{ print "/lib/"$1 }'|xargs rpm -qf 2>/dev/null|sort|uniq
glib2-2.22.5-5.el6.i686
glibc-2.12-1.7.el6.i686
libgcc-4.4.4-13.el6.i686
zlib-1.2.3-25.el6.i686
[root@rhel6 rpm]#

So you need to installed above rpms for your x86_64 system. You can easily find these rpms in red hat dvd.
# 5  
Old 05-06-2013
Ok Hiten
I will try for that.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Linux install

hi i am new with linux. i have installed fedora 16 for my application to running ROMS model. in ROMS site has written that: there are one way to provide the location for the NetCDF files (and optional HDF5 library). If you are always going to be using the same compiler on each system, you can... (1 Reply)
Discussion started by: komijani
1 Replies

2. UNIX for Dummies Questions & Answers

Install library in linux

Hello, I try to install a library (BLCR) on Ubuntu , i'd like to install it on two machines. This library has a respository named blcr-build , i have this rep in /home/user1 in machine1 and in /home/user2 in machine2. When can i store this repository of the library so i will have the same path... (1 Reply)
Discussion started by: chercheur857
1 Replies

3. UNIX for Advanced & Expert Users

Linux column(1) from util-linux-ng for Solaris? Which *.pkg to install?

Hi On Linux systems there is a command called "column". column - columnate lists Synopsis column -tx] -c columns] -s sep] file ...] Description The column utility formats its input into multiple columns. Rows are filled before columns. Input is taken from file operands, or,... (3 Replies)
Discussion started by: slashdotweenie
3 Replies

4. UNIX for Dummies Questions & Answers

How can i install Linux????

I use windows Xp, and I am going to format my HD and make some partitions.. I want to have windows Xp and Linux installed in diferent partions. I want it so when my computer boots, I can choose which OS I would like to load. I have never installed or used Linux. so I would like to know if... (3 Replies)
Discussion started by: vit8484
3 Replies

5. Linux

How to Install Linux

Hi there!!! I'm new to unix n linux .....i want to learn Linux....I heard that loading Linux u must have high sys config ...Current i've a sys with Win 98.... My system configuration: Intel Pentium III (800 MHz) RAM 64MB HDD 9GB free space in E:\ Current OS windows 98 Could u suggest me... (2 Replies)
Discussion started by: visix
2 Replies

6. Linux

i want some help@install linux

but where can i download some ebooks about linux howto? i am a newcomer. thank you in advance :-) (3 Replies)
Discussion started by: A8harrying
3 Replies

7. UNIX for Dummies Questions & Answers

trying to install linux

I am presently trying to install linux on my machine that is already running Win XP. I have tried several different versions. I began with a Mandrake Linux installation cd. I could not bring up the graphical installer so I proceeded with the text installer. Somehow I managed to partition my hard... (6 Replies)
Discussion started by: bobotoes
6 Replies

8. UNIX for Dummies Questions & Answers

How do i install in Linux?

I'm new to Linux & Unix in general. I have a system running Windows XP & i have a Linux RedHat 7.0 guest OS running in a Virtual Machine (VMware 3.0) now, i have to install the VMware tools for the Linux OS but i don't know how to install anything in Linux. How do i go about it? (i already have the... (1 Reply)
Discussion started by: da_gee
1 Replies

9. UNIX for Dummies Questions & Answers

linux install

I just recently installed Redhat linux 7.3 on an old machine and had a question. I had some problems installing and traced them to my sound card. Not wanting to waste time, I selected the smallest download possible (without doing a custom install). I didn't install any of the four optional packages... (4 Replies)
Discussion started by: elpinchegringo
4 Replies
Login or Register to Ask a Question