You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



How to install a .tar.gz program without using terminal?

Author (Read 13314 times)

0 Members and 3 Guests are viewing this topic.

Re: How to install a .tar.gz program without using terminal?
« Reply #7 on: September 28, 2015, 12:06:09 AM »
 

Coastie

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 656
    Posts
  • Reputation: 53
  • Linux Lite User
    • View Profile

  • CPU: AMD A10-6700 (ASUS M32)

  • MEMORY: 12Gb

  • VIDEO CARD: ADM Radeon HD (integrated)
Thanks Jerry and avj. Finally got it fixed. Next time, I think I'll wait for Synaptic or GDebi or Lite Software installer. ::)
« Last Edit: September 28, 2015, 12:10:01 AM by Coastie »


Left Mac OS X for Linux in Jan 2014
 

Re: How to install a .tar.gz program without using terminal?
« Reply #6 on: September 26, 2015, 11:54:20 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
FYI, I did the following and it worked.

- Downloaded supertuxkart-0.9-linux.tar.xz to /home/jerry/Downloads
- Double clicked on the archive and extracted it to Downloads
- leafpad ~/Downloads/supertuxkart-0.9-linux/data/supertuxkart.desktop

my supertuxkart.desktop:

Code: [Select]
[Desktop Entry]
Name=SuperTuxKart
Icon=/home/jerry/Downloads/supertuxkart-0.9-linux/run_game.sh
GenericName=A kart racing game
GenericName[de]=Ein Kart-Rennspiel
GenericName[fr]=Un jeu de karting
GenericName[gl]=Xogo de carreiras con karts
GenericName[pl]=Wyścigi gokartów
GenericName[ro]=Un joc de curse cu carturi
Exec=/home/jerry/Downloads/supertuxkart-0.9-linux/run_game.sh
Terminal=false
StartupNotify=false
Type=Application
Categories=Game;ArcadeGame;

- mv ~/Downloads/supertuxkart-0.9-linux/data/supertuxkart.desktop ~/.local/share/applications/

It's in the Menu under Games.

Runs fine, no probs :)



 

Re: How to install a .tar.gz program without using terminal?
« Reply #5 on: September 26, 2015, 11:28:45 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
tar.gz's like this don't usually place entries into the Menu. They're just a bunch of binaries that exec when you click on one. I would be patient and wait for a .deb or PPA. Chasing the latest of things only causes a bunch of headaches :)
 

Re: How to install a .tar.gz program without using terminal?
« Reply #4 on: September 26, 2015, 08:29:54 PM »
 

Coastie

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 656
    Posts
  • Reputation: 53
  • Linux Lite User
    • View Profile

  • CPU: AMD A10-6700 (ASUS M32)

  • MEMORY: 12Gb

  • VIDEO CARD: ADM Radeon HD (integrated)
I tried instructions at http://ubuntuhandbook.org/index.php/2015/04/install-supertuxkart-0-9-ubuntu-14-04/ with no success. I guess I just wait for this version to be in the PPA in Synaptic.


Left Mac OS X for Linux in Jan 2014
 

Re: How to install a .tar.gz program without using terminal?
« Reply #3 on: September 26, 2015, 07:50:48 PM »
 

Coastie

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 656
    Posts
  • Reputation: 53
  • Linux Lite User
    • View Profile

  • CPU: AMD A10-6700 (ASUS M32)

  • MEMORY: 12Gb

  • VIDEO CARD: ADM Radeon HD (integrated)
No Install only Readme:

"SuperTuxKart
version 0.9

--------------------------------------------------------------------------------

This is the linux static package of SuperTuxKart game. It contains binaries for
32-bit and 64-bit operating systems based on x86 architecture.

To run the game, you should execute run_game.sh script, which you can find in
main directory.

Package requirements:
 - glibc >= 2.13
 - gcc >= 4.7.2

--------------------------------------------------------------------------------

Troubleshooting:

If your distribution for some reason doesn't contain libgcc_s.so.1 and
libstdc++.so.6 libraries (or contains it in older versions) they are available
in lib and lib-64 directories. You need just to find and rename it.

Please report issues to our bug-tracker:
https://github.com/supertuxkart/stk-code/issues


Package created by:
    Dawid Gan <[email protected]>"

I am hoping there is just a folder that I drop the Super Tux folder into that the menu will open.


Left Mac OS X for Linux in Jan 2014
 

Re: How to install a .tar.gz program without using terminal?
« Reply #2 on: September 26, 2015, 04:25:43 PM »
 

avj

  • Gold Level Poster
  • *******
  • 530
    Posts
  • Reputation: 110
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Intel Pentium D 2.80GHz

  • MEMORY: 2Gb

  • VIDEO CARD: AMD/ATI RC410 Radeon Xpress 200/1100
I don't know of any way to do this without the terminal, but it is not that hard to do with the terminal if you follow the instructions.
Generally each tarball will come with installation and build instructions. A file named INSTALL or README should be in the folder you extracted to, open it in the text editor and follow the instructions.

more info at this link:

http://www.cyberciti.biz/faq/install-tarballs/

You may need to install build-essential package before you can install the program.
« Last Edit: September 26, 2015, 07:31:36 PM by avj »
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
 

How to install a .tar.gz program without using terminal?
« Reply #1 on: September 26, 2015, 12:53:21 PM »
 

Coastie

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 656
    Posts
  • Reputation: 53
  • Linux Lite User
    • View Profile

  • CPU: AMD A10-6700 (ASUS M32)

  • MEMORY: 12Gb

  • VIDEO CARD: ADM Radeon HD (integrated)
I downloaded supertuxkart-0.9-linux.tar.gz * into the download folder. I extracted it there and it works. How do I get the files where they belong so it shows up in the menu?

All the instructions I have found show using the terminal. There must be an easier way than what I have found.

* Synaptic does not have this new version
« Last Edit: September 28, 2015, 05:31:19 AM by Jerry »


Left Mac OS X for Linux in Jan 2014
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section