Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

.tar.gz troubles

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
obama
Posts: 1
Joined: 2020-12-02 22:35

.tar.gz troubles

#1 Post by obama »

i'm on the chromebooks linux which im pretty sure is debian and i've been trying to install a .tar.gz file i've done the tar xvzf but after that i have no idea how to install it because the tutorials i've watched are different than what happens when i execute the command

Bulkley
Posts: 6383
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: .tar.gz troubles

#2 Post by Bulkley »

Usually there are specific instructions in the package tarball. After opening it change to the newly created directory and look for the README.

Tar is one function for which there are ample instructions on the Internet. I never bother remembering how to use it because instructions are so easy to find.

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: .tar.gz troubles

#3 Post by arochester »

If you are using Google ChromeOS it is derived from Gentoo Linux and not Debian.

https://en.wikipedia.org/wiki/Chrome_OS

What are you trying to install?

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: .tar.gz troubles

#4 Post by stevepusser »

A tar.gz file is just an archive of what can be any kind of files. Often you have a bunch of source code files that must be built and installed before you can use them--if all else fails, look for included instructions or on the home page of the whatsis tarball.
MX Linux packager and developer

sgosnell
Posts: 975
Joined: 2011-03-14 01:49

Re: .tar.gz troubles

#5 Post by sgosnell »

When you run Linux apps in ChromeOS, it's Debian. It uses the Debian repositories, and is based on Debian Stable. I have no idea why Google did it that way, but that's the way it is.

Obama, what tar.gz file are you trying to install? Tar will not install anything, it's just an archive utility, and will extract the files in the archive but nothing else. As noted, a tarball can contain anything at all. Without knowing more about what the tarball is supposed to be, there is no way to help you any further.
Take my advice, I'm not using it.

Post Reply