Linux-Noob Forums

Full Version: Install Eterm
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2

Guest


Ok, so grep420 has a kicking ETERM desktop going on, and me being the noob, i dont know how to install it, can anyone help me out, I can't even find the app :(

 

-devenir (noobatron)


[/url]http://grep420.net/rpms/Eterm-0.9.2-1.i386.rpm

 

[url=http://grep420.net/rpms/libast-0.5-1.i386.rpm]http://grep420.net/rpms/libast-0.5-1.i386.rpm

 

download both rpms

 

as root:

 

rpm -ivh Eterm-0.9.2-1.i386.rpm libast-0.5-1.i386.rpm

Woot, thankie Grep420 u are master to all :)

[root@localhost r00t]# rpm -ivh Eterm-0.9.2-1.i386.rpm

error: Failed dependencies:

libast.so.1 is needed by Eterm-0.9.2-1

libImlib2.so.1 is needed by Eterm-0.9.2-1

[root@localhost r00t]# rpm -ivh Eterm-0.9.2-1.i386.rpm libast-0.5-1.i386.rpm

error: Failed dependencies:

libImlib2.so.1 is needed by Eterm-0.9.2-1

libImlib2.so.1 is needed by libast-0.5-1

[root@localhost r00t]# rpm -ivh libast-0.5-1.i386.rpm


[/url][url=http://grep420.net/rpms/imlib2-1.0.6-fr3.i386.rpm]http://grep420.net/rpms/imlib2-1.0.6-fr3.i386.rpm

 

you need to install them as a group { rpm -ivh *.rpm }


[/url][url=http://grep420.net/rpms/imlib2-1.0.6-fr3.i386.rpm]http://grep420.net/rpms/imlib2-1.0.6-fr3.i386.rpm

Guest

Awesome post...Thanks so much!!!

Quote:[/url][url=http://grep420.net/rpms/imlib2-1.0.6-fr3.i386.rpm]http://grep420.net/rpms/imlib2-1.0.6-fr3.i386.rpm 

you need to install them as a group  { rpm -ivh *.rpm }
I'm so clueless about this stuff. I typed exactly what you said (as I am also a RH9 fellow and trying to install ETerm) and I cannot get this to work right.

 

Now how does one step-by-step install rpm's as a group? I don't understand.. yet. :)

get all of the rpms in the same directory and rpm -ivh *.rpm

Quote:get all of the rpms in the same directory and  rpm -ivh *.rpm
That worked perfectly. Thank you very much! [img]<___base_url___>/uploads/emoticons/default_laugh.png[/img]

Pages: 1 2