Installation unter Ubuntu (Songbird.tar.gz)


Alt 12.02.2007, 17:17   # 1
xtrusion
Gastposter
 
Ich habe schon einiges gegoogelt aber finde keine Anleitung die mir weiterhilft verschiedene Programme für Linux zu installieren. Diese sind immer in einem Arichiv (tar.gz). Doch wenn ich diese entpacke kan ich das Programm oft ausführen, aber das ist doch noch nicht intalliert? Könnte mir das jemand an hand des Programmes zB Songbird oder den Adobe Flash Player unter Ubuntu 6.10 erklären?

Viele Programme sind ja nicht unter den weiteren Paketen aufgelistet, oder dort sind alte Versionen drin. Ich kenn mich mit Linux Befehlen null aus... vielleicht kann mir wer doch helfen.

Grüße X
Werbung

  Mit Zitat antworten
Alt 12.02.2007, 19:48   # 2
heg86
 
Benutzerbild von heg86
 
Registriert seit: 09.06.2003
Ort: Dresden
Beiträge: 117
Also, ich bin auch kein Linux-Crack, aber so sollte es gehen:
tar.gz entpacken, in das verzeichnis wechseln (auf der konsole mit cd verzeichnisname), dann ./configure, dann make, dann make install. Letzter Schritt kann ne weile dauern, je nach prog. Achso, und mindestens für den letzten Schritt musst du als root angemeldet sein. D.h. das müsste mit sudo gehen: http://de.wikipedia.org/wiki/Sudo
Außerdem würd ich dir viell noch das Wiki von Ubuntu empfehlen: http://wiki.ubuntuusers.de/
Weiß nicht ob da gute Sachen dabei sind, kannst ja mal schauen.
  Mit Zitat antworten
Alt 12.02.2007, 21:08   # 3
xtrusion
Gastposter
 
wohohoo, nicht so schnell, nicht vergessen ich kenn mich mit linux befehlen nicht aus

Zitat:
markus@Markus-Linux:~$ cd Songbird
bash: cd: Songbird: No such file or directory
markus@Markus-Linux:~$ cd home/Desktop/Songbird
bash: cd: home/Desktop/Songbird: No such file or directory
markus@Markus-Linux:~$ cd /home/Desktop/songbird
bash: cd: /home/Desktop/songbird: No such file or directory
markus@Markus-Linux:~$ cd /home/markus/Desktop/Songbird
markus@Markus-Linux:~/Desktop/Songbird$ ./configure
bash: ./configure: No such file or directory
markus@Markus-Linux:~/Desktop/Songbird$

also weiter gehts ned
  Mit Zitat antworten
Alt 12.02.2007, 21:36   # 4
heg86
 
Benutzerbild von heg86
 
Registriert seit: 09.06.2003
Ort: Dresden
Beiträge: 117
Dann muss es noch ein Unterverzeichnis in dem Songbird-Ordner geben, da sollte ./configure dann funktionieren! Würd ich jetz einfach mal behaupten

edit: Dann halt noch dahin wechseln, usw...
  Mit Zitat antworten
Alt 12.02.2007, 22:17   # 5
xtrusion
Gastposter
 
Screenshot: http://xtrusion.uttx.net/bilder/data...schirmfoto.png

edit: anhang ist zu klein um was zu erkennen...
Angehängte Grafiken
Dateityp: jpg Bildschirmfoto.jpg (19,6 KB, 49x aufgerufen)
  Mit Zitat antworten
Alt 12.02.2007, 22:23   # 6
delforcer
...ist anders...
 
Benutzerbild von delforcer
 
Registriert seit: 05.10.2002
Beiträge: 6.121
./configure
make
make install

Siehe: netzwelt.de/forum/linux/33830-wichtige-links-anleitungen-weiteren-dingen-wichtig-koennen.html

Oder: netzwelt.de/forum/linux/20875-kleine-befehlsliste-fuer-linux.html

(Anleitungen sehen Scheisse aus, die waren einst geschrieben als HTML auch mal funktionierte. Ansonsten ist alles hier im Forum beschrieben.)

Ebenso unterstuetzt Ubuntu auch apt oder aehnliches, dies sollte im Vorfeld genutzt werden bevor man sich an das kompilieren macht. Sinn einfach der das die Applikationen dann automatisch aktualisiert werden.

Ansonsten einfach ersteinmal in die Ordner so sehen ob dort wirklich kompilierbare Dateien sind.

d3l

  Mit Zitat antworten
Alt 22.04.2007, 16:56   # 7
boognish7
Gastposter
 
ich habe ein ähnliches problemchen. kann mir jemand weiterhelfen? ich versuche gerade saga (ein gis) zu installieren und hänge. hier mein shell-script


:~/gis$ unp saga_2.0_rc3_bin_linux.tar
saga_gtk/
saga_gtk/libsaga_api.so
saga_gtk/saga_cmd
saga_gtk/saga_gui
saga_gtk/modules/
saga_gtk/modules/geostatistics_grid.so
saga_gtk/modules/geostatistics_kriging.so
saga_gtk/modules/geostatistics_points.so
saga_gtk/modules/grid_analysis.so
saga_gtk/modules/grid_calculus.so
saga_gtk/modules/grid_discretisation.so
saga_gtk/modules/grid_filter.so
saga_gtk/modules/grid_gridding.so
saga_gtk/modules/grid_spline.so
saga_gtk/modules/grid_tools.so
saga_gtk/modules/grid_visualisation.so
saga_gtk/modules/io_esri_e00.so
saga_gtk/modules/io_gps.so
saga_gtk/modules/io_grid.so
saga_gtk/modules/io_grid_gdal.so
saga_gtk/modules/io_grid_image.so
saga_gtk/modules/io_shapes.so
saga_gtk/modules/lectures_introduction.so
saga_gtk/modules/pj_georeference.so
saga_gtk/modules/pj_geotrans.so
saga_gtk/modules/pj_proj4.so
saga_gtk/modules/recreations_fractals.so
saga_gtk/modules/recreations_games.so
saga_gtk/modules/shapes_grid.so
saga_gtk/modules/shapes_lines.so
saga_gtk/modules/shapes_points.so
saga_gtk/modules/shapes_polygons.so
saga_gtk/modules/shapes_tools.so
saga_gtk/modules/sim_cellular_automata.so
saga_gtk/modules/sim_ecosystems_hugget.so
saga_gtk/modules/sim_fire_spreading.so
saga_gtk/modules/sim_hydrology.so
saga_gtk/modules/ta_channels.so
saga_gtk/modules/ta_compound.so
saga_gtk/modules/ta_hydrology.so
saga_gtk/modules/ta_lighting.so
saga_gtk/modules/ta_morphometry.so
saga_gtk/modules/ta_preprocessor.so
saga_gtk/modules/ta_profiles.so
saga_gtk/modules/table_calculus.so
saga_gtk/modules/table_tools.so
saga_gtk/modules/tin_tools.so
saga_gtk/saga_gui.cfg
saga_gtk/install.txt
:~/gis$ cd saga_gtk/
:~/gis/saga_gtk$ more install.txt

To run SAGA 2.0 you have to copy SAGA's API library
to a location, that is listed in the LD_LIBRARY_PATH
environment variable. Copy the library into one of
the standard directories (e.g., /usr/lib) and run
ldconfig. If you can't or don't want to install the
library in a standard place (e.g., you don't have
the right to modify /usr/lib), then you might want
to add the library's location to the LD_LIBRARY_PATH
environment variable:

$ export LD_LIBRARY_PATH=/usr/local/saga_2.0:$LD_LIBRARY_PATH


da es keine config datei gibt, kann ich auch ./configure nicht ausführen.
was genau muss ich da jetzt machen?

vielen dank!
  Mit Zitat antworten
Alt 01.05.2007, 17:03   # 8
Kopfgeldjaeger
 
Registriert seit: 01.05.2007
Beiträge: 13
Zitat:
Zitat von xtrusion Beitrag anzeigen
Screenshot: http://xtrusion.uttx.net/bilder/data...schirmfoto.png

edit: anhang ist zu klein um was zu erkennen...
Lass dir nix aufschwatzen :d
Einfach Doppelklick auf die ausführbare (blaue) Datei "Songbird" und alles ist OK

Thunderbird, Firefox und Songbird sind alle schon vorkompiliert...

mfg
  Mit Zitat antworten