Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Was mache ich mit einer tar.gz file?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
101synx101
n00b
n00b


Joined: 20 Feb 2004
Posts: 9

PostPosted: Fri Feb 20, 2004 12:41 am    Post subject: Was mache ich mit einer tar.gz file? Reply with quote

Ich denke der obere Text verät schon das ich neu bei linux bin. Also bitte alles ganz genau erklären da ich nicht sehr viel Ahnung von Gentoo habe.

Mein Problem: Ich habe eine Datei heruntergeladen mit der Endung tar.gz. Es ist ein wineX release. Leider weiß ich nicht wie ich unter gentoo dieses Programm installiere. Mit emerge geht es nicht da es kein ebuild ist und somit nicht in der liste von emerge.
In der beigelegten Readme standen folgende Zeilen:
"Some distributions use their own package management tools, such as Gentoo and Slackware. If this is so the tgz package of WineX can be used with most of these tools."

Was sind nun diese Tools von Gentoo und wie benutzt man sie?

Danke im Vorraus.
Back to top
View user's profile Send private message
supernova
n00b
n00b


Joined: 12 Jan 2004
Posts: 49
Location: Karlsruhe, Germany

PostPosted: Fri Feb 20, 2004 12:49 am    Post subject: Reply with quote

Hallo!

Wenn ich nicht falsch liege (hab es persönlich nie ausprobiert), installierst du WineX sehr wohl über emerge.
Da es sich aber um ein kommerzielles Produkt handelt, musst du dir das .tar.gz-File manuell beschaffen (das hast du ja bereits getan), es wird nicht automatisch heruntergeladen, wie es sonst bei emerge der Fall ist.

Kopiere dein .tgz nach /usr/portage/distfiles
und führe dann
Code:
# emerge winex-transgaming

aus. Oder evtl. eines der anderen WineX-ebuilds ("emerge -s winex" hilft hier weiter), kommt auch auf deine Version an.

Allgemein ist .tar.gz ein komprimierte Datei, ähnlich wie .zip oder so.
Du entpackst sie normalerweise mit:
Code:
$ tar xzfv dateiname

Aber normalerweise (und soweit ich weiß auch hier) nimmt dir emerge das ab.
_________________
Roses are red
Violets are blue
All my base
Are belong to you
Back to top
View user's profile Send private message
Mr.Big
Guru
Guru


Joined: 10 Apr 2002
Posts: 424
Location: Königswartha / Germany

PostPosted: Fri Feb 20, 2004 6:52 am    Post subject: Re: Was mache ich mit einer tar.gz file? Reply with quote

101synx101 wrote:

Was sind nun diese Tools von Gentoo und wie benutzt man sie?
Danke im Vorraus.


Eines der wichtigsten Tools ist
http://www.google.de/ dicht gefolgt von
https://forums.gentoo.org/search.php und
https://forums.gentoo.org/viewtopic.php?t=107295 sowie
https://forums.gentoo.org/viewtopic.php?t=103561&sid=15908a8608b26d650838024960feca5d aber auch das ist interessant für Dich
https://forums.gentoo.org/viewtopic.php?t=137818

Immer wieder gerne
:lol:
J.
Back to top
View user's profile Send private message
MrTom
l33t
l33t


Joined: 20 Jan 2003
Posts: 608

PostPosted: Fri Feb 20, 2004 6:59 am    Post subject: Reply with quote

SelfLinux (Link ist in meinem Footer zu finden).
Würde ich VOR der Installation von Gentoo (Linux) empfehlen!
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Fri Feb 20, 2004 8:50 pm    Post subject: Reply with quote

ganz besonders empfiehlt sich auch stets:

tar --help
man tar
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
boris64
Veteran
Veteran


Joined: 04 Oct 2003
Posts: 1770
Location: Vechelde/Peine

PostPosted: Sat Feb 21, 2004 12:15 pm    Post subject: Reply with quote

versteh das bitte nicht als bodenlose kritik, aber:
wenn du nicht mal weisst, was ein .tar.gz-file ist,
warum installierst du dann gentoo?

wie wärs mit suse, redhat, mandrake?
_________________
boris64.net 200x / visit my desktop / try these tiny kernel patches ;)
Back to top
View user's profile Send private message
DerMojo
Guru
Guru


Joined: 14 Aug 2003
Posts: 395
Location: Germany

PostPosted: Sat Feb 21, 2004 12:52 pm    Post subject: Reply with quote

borisdigital wrote:
versteh das bitte nicht als bodenlose kritik, aber:
wenn du nicht mal weisst, was ein .tar.gz-file ist,
warum installierst du dann gentoo?

wie wärs mit suse, redhat, mandrake?

Sorry, aber ACK!
Zum Einsteigen, Ausprobieren & Reinschnüffeln sind andere Distris besser geeignet, nur als Tipp.

[2cents]
Gentoo ist keine Einsteigerdistribution (ohne jemanden vergraulen zu wollen), aber nach der Computerbild sind bestimmt alle schon Profis! :wink:
Aber das wurde wo anders schon diskutiert....
[/2cents]

MfG
Daniel
_________________
To err is human, to forgive, beyond the scope of the Operating System.
Back to top
View user's profile Send private message
ruth
Retired Dev
Retired Dev


Joined: 07 Sep 2003
Posts: 640
Location: M / AN / BY / GER

PostPosted: Sat Feb 21, 2004 1:20 pm    Post subject: Reply with quote

hi,
also scheinbar hast du es ja schon geschafft, gentoo zu installieren... ;-)
so schlimm kanns also nicht sein....
ausserdem hätte 101synx101 sein tar.gz problem unter SuSE genauso gehabt...
also:
geh doch mal auf diese seite:
http://www.tldp.org/
das ist das linux dokumentationsproject, sieh dich dort mal um - danach siehst du klarer.

gruss
rootshell
_________________
"The compiler has tried twice to abort and cannot do so; therefore, compilation will now terminate."
-- IBM PL/I (F) error manual
Back to top
View user's profile Send private message
boris64
Veteran
Veteran


Joined: 04 Oct 2003
Posts: 1770
Location: Vechelde/Peine

PostPosted: Sat Feb 21, 2004 1:31 pm    Post subject: Reply with quote

rootshell wrote:
hi,
also scheinbar hast du es ja schon geschafft, gentoo zu installieren... ;-)
so schlimm kanns also nicht sein....
ausserdem hätte 101synx101 sein tar.gz problem unter SuSE genauso gehabt...
...

was mir einfach nicht einleuchten will, ist:
wie kann er nicht wissen, was eine .tar.gz-datei ist, wenn
er doch gentoo installiert hat und dazu logischerweise
die stage 1, 2 oder 3 entpackt haben muss, welche ja
"zufällig" auch im .tar.gz-format vorliegen.

???

erleuchtet mich bitte
_________________
boris64.net 200x / visit my desktop / try these tiny kernel patches ;)
Back to top
View user's profile Send private message
ruth
Retired Dev
Retired Dev


Joined: 07 Sep 2003
Posts: 640
Location: M / AN / BY / GER

PostPosted: Sat Feb 21, 2004 1:35 pm    Post subject: Reply with quote

hi,
@borisdigital:
stimmt, da hast du recht - hatt da gar nicht drangedacht.... *grübel*


hat er jetzt schon installiert oder hat er nicht???
fragen über fragen....
möge der urheber des threads uns alle erleuchten *grins*

gruss
rootshell
_________________
"The compiler has tried twice to abort and cannot do so; therefore, compilation will now terminate."
-- IBM PL/I (F) error manual


Last edited by ruth on Sat Feb 21, 2004 1:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
Sas
Veteran
Veteran


Joined: 05 Jul 2003
Posts: 1229
Location: Germany

PostPosted: Sat Feb 21, 2004 1:35 pm    Post subject: Reply with quote

naja, anleitung abgetippt aber nicht mitgedacht würde ich vermuten...
_________________
42
Back to top
View user's profile Send private message
boris64
Veteran
Veteran


Joined: 04 Oct 2003
Posts: 1770
Location: Vechelde/Peine

PostPosted: Sat Feb 21, 2004 1:38 pm    Post subject: Reply with quote

Quote:
möge der urheber des threads uns alle erleuchten *grins*

hihi, mein reden ;)
_________________
boris64.net 200x / visit my desktop / try these tiny kernel patches ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum