Software Installation

Software besorgen und anwenden
Post Reply
Message
Author
Zollo

Software Installation

#1 Post by Zollo »

Wie kann ich software installieren. Ich weis wie man rpm files installiert aber viele files sind tar.gz und ich binn erst anfänger mit Linux. Ich habe RedHat 7.3.


Keitaro

Re: Software Installation

#3 Post by Keitaro »

tar xvfz Lala-1.5.4.tar.gz
cd Lala-1.5.4
./configure
make
make install

probier mal damit rum .. oder einfach "more README" ;)

Post Reply