Anwendung von "application/x-executable"

Software besorgen und anwenden
Post Reply
Message
Author
hugo073
Posts: 18
Joined: 29. Oct 2006 12:19

Anwendung von "application/x-executable"

#1 Post by hugo073 »

Hallo,
ich habe Ubuntu6.10 64 Bit installiert und wollte gerade Skype installieren. Dazu hab ich die "tar.gz" runtergeladen und entpackt. Nun ist in dem Ordner eine Datei names "Skype".
Wie verwende ich diese? Was muss ich installieren oder einrichten, damit Skype beim Doppelklick darauf installiert wird?

User avatar
Lateralus
prolinux-forum-admin
Posts: 1238
Joined: 05. May 2004 7:35

#2 Post by Lateralus »

Ist die Datei vielleicht schon das fertige Program? Versuch mal ein

Code: Select all

file DATEINAME
das wird dir sagen, worum es sich handelt. Wenn die Datei ausführbar ist (chmod u+x), kannst du sie mit "./DATEINAME" ausführen.

hugo073
Posts: 18
Joined: 29. Oct 2006 12:19

#3 Post by hugo073 »

mit

Code: Select all

file skype
kommt

Code: Select all

skype: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), for GNU/Linux 2.2.0, stripped
dirk@hugo:~/Desktop/skype-1.3.0.53$

so wird sie wohl nicht ausführbar sein, was mach ich denn dann?

Post Reply