Hallo Freunde, gibt es eine Möglichkeit, tar.gz Dateien mit einer App automatisch zu entpacken und zu installieren?
Ich bekomme noch nen richtigen Knall hier!
Anmeldungsdatum: Beiträge: Zähle... |
Hallo Freunde, gibt es eine Möglichkeit, tar.gz Dateien mit einer App automatisch zu entpacken und zu installieren? Ich bekomme noch nen richtigen Knall hier! |
Anmeldungsdatum: Beiträge: 208 |
Nein. |
Supporter, Wikiteam
Anmeldungsdatum: Beiträge: 16818 |
Das ist nur ein Archiv, da kann alles drin sein von DEB-Paketen über ausführbare Dateien über Quellecode, der noch kompiliert werden muss. Was ist denn der Inhalt deiner Datei? |
Anmeldungsdatum: Beiträge: 1347 |
Sicher nicht, denn eine tar.gz kann alles mögliche enthalten. Also entpacken, Text lesen (ReadMe ...) lesen, installieren. |
(Themenstarter)
Anmeldungsdatum: Beiträge: 20 |
IntelliJ IDEA IC bin jbr lib license etc... 1. Unpack the IntelliJ IDEA distribution archive that you downloaded where you wish to install the program. We will refer to this location as your {installation home}. 2. To start the application, open a console, cd into "{installation home}/bin" and type: ./idea.sh This will initialize various configuration files in the configuration directory: ~/.config/JetBrains/IdeaIC2020.1. 3. [OPTIONAL] Add "{installation home}/bin" to your PATH environment variable so that you can start IntelliJ IDEA from any directory. 4. [OPTIONAL] To adjust the value of the JVM heap size, create a file idea.vmoptions (or idea64.vmoptions if using a 64-bit JDK) in the configuration directory and set the -Xms and -Xmx parameters. To see how to do this, you can reference the vmoptions file under "{installation home}/bin" as a model but do not modify it, add your options to the new file. Ich scheitere schon bei Schritt 2. Ich bin Anfänger, und versuche, mich zusammenzureißen. Nicht auszurasten. 😀 open aconsole, cd into "......" Ja was, soll ich "cd into PFAD" eingeben? Und dann das ./idea.sh eintippen? Danke für euren Support |
Supporter, Wikiteam
Anmeldungsdatum: Beiträge: 16818 |
Ich rate zur Installation über das PPA: https://wiki.ubuntuusers.de/IntelliJ_IDEA/#PPA |
(Themenstarter)
Anmeldungsdatum: Beiträge: 20 |
Adresszeile zum Hinzufügen des PPAs: ppa:mmk2410/intellij-idea Wie ist das zu verstehen? |
Supporter, Wikiteam
Anmeldungsdatum: Beiträge: 16818 |
sudo add-apt-repository ppa:mmk2410/intellij-idea |