You are not logged in.

#1 2017-10-26 21:36

CaptNoize
Member
From: Zombieland,Pa.
Registered: 2015-12-09
Posts: 264
Website

Tar and .Tgz files

In my limited knowledge of command line,is it possible for me to install a .tgz file...? Or do they all have to be .deb files...? If so,what would the command be for that. I had an update sent to me via Vue Scan...it downloaded as a .tgz file. I tried installing it with sudo apt-get -f install. Said it couldn't find the file.

Offline

#2 2017-10-26 22:09

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Tar and .Tgz files


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#3 2017-10-26 22:44

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: Tar and .Tgz files

You usually find that downloads that are tar.gz or similar are source files and usually need to be compiled. Although sometimes you can download a package that is compressed (palemoom and firefox for example) and you can simply unpack them and run the executable to start the program itself, but you would have to read the installation instructions for each package to figure out which option you need. Unfortunately there is no defacto standard with packages. smile

Offline

#4 2017-10-27 00:17

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Tar and .Tgz files

Its a pain frankly as it lacks consistency but thankfully, havent had too many issues so far.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#5 2017-10-27 01:53

CaptNoize
Member
From: Zombieland,Pa.
Registered: 2015-12-09
Posts: 264
Website

Re: Tar and .Tgz files

It's becoming painfully more intense just to install a program....ugh..!

Offline

#6 2017-10-27 02:07

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Tar and .Tgz files

Down the road other methods will be used like Snap and Flatpack to name a few.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#7 2017-10-27 02:27

tlmiller76
Member
From: AZ, USA
Registered: 2016-11-29
Posts: 453

Re: Tar and .Tgz files

crosscourt wrote:

Down the road other methods will be used like Snap and Flatpack to name a few.

I've been using some flatpacks just to play around, I'm definitely digging how easy it is once you get it set up to use.


Q4OS Trinity machine - Lenovo K14 Gen1 AMD.  AMD Ryzen R5-5650U, 32GB DDR4, 1TB SSD, Vega 7, Realtek 8852 Wifi 6E + BT 5.2.

Offline

#8 2017-10-27 02:39

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Tar and .Tgz files

I wasnt wild about Flatpack/Snap to start but its starting to grow on me.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#9 2017-10-27 04:12

CaptNoize
Member
From: Zombieland,Pa.
Registered: 2015-12-09
Posts: 264
Website

Re: Tar and .Tgz files

Do tell....I'm not aware of these....can you direct me...?

Offline

#10 2017-10-27 11:44

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: Tar and .Tgz files

I'm not a fan of them as they drag in too much cruft, but they do have their merits for many users.

Offline

#11 2017-10-27 16:22

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Tar and .Tgz files

Look here Capt,  www.youtube.com/watch?v=ixWuE1hhZfw

Last edited by crosscourt (2017-10-27 17:13)


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#12 2017-10-27 17:33

CaptNoize
Member
From: Zombieland,Pa.
Registered: 2015-12-09
Posts: 264
Website

Re: Tar and .Tgz files

Thanks CC...!
I'll check it out...!

Offline

#13 2017-10-27 19:53

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Tar and .Tgz files

smile


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#14 2017-10-27 21:42

tlmiller76
Member
From: AZ, USA
Registered: 2016-11-29
Posts: 453

Re: Tar and .Tgz files

Dai_trying wrote:

I'm not a fan of them as they drag in too much cruft, but they do have their merits for many users.

They do have a tendency to be much larger due to having their own libraries, but if Linux is EVER going to have a chance to be a viable alternative to the ORDINARY USER, then they're very needed.  Develop your software, release it in a flatpak (or snap pack), and it doesn't matter WHAT linux you use, it just WORKS, much like Windows.  Right now this is the major thing that prevents many companies from even botherine with linux software, is the fact that you have to develop it for Debian, Fedora, CentOS, Arch, etc.  So they just don't bother at all.  Whichever of these technologies becomes the most popular will make that no longer an issue (and hopefully we do have just 1 become the standard).  No guarantees it happens, no guarantees that it works as well as it could because of so many competing technologies, but it would be great it if worked, IMO.

Last edited by tlmiller76 (2017-10-27 21:46)


Q4OS Trinity machine - Lenovo K14 Gen1 AMD.  AMD Ryzen R5-5650U, 32GB DDR4, 1TB SSD, Vega 7, Realtek 8852 Wifi 6E + BT 5.2.

Offline

#15 2017-10-27 21:55

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: Tar and .Tgz files

Yes, I understand it's merits, but if you use 3 or 4 flatpaks/snaps, then you could have 3 or 4 lots of the same dependencies each can only be used for that single application and with the snaps you MUST have the ubuntu core installed and that alone puts me off. But like I said I can see the merits, but I will not be using either of them, if I need a package that badly I can always compile it myself as most software sources (along with compile instructions) are available direct from the developers.
I'm not saying they are a bad thing for the general population, I'm just saying that I don't like them and therefore wont use them.

Offline

#16 2017-10-27 22:35

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Tar and .Tgz files

I have mixed feelings and Dai explained pretty much my complaints but agree with tlmiller as down the road Linux needs something like this.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#17 2017-10-28 01:14

CaptNoize
Member
From: Zombieland,Pa.
Registered: 2015-12-09
Posts: 264
Website

Re: Tar and .Tgz files

This is ALL above my pay grade..! I'm just the ordinary user.

Offline

#18 2017-10-28 01:52

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Tar and .Tgz files

Hey Capt,  having a standardized method of installing apps would greatly help Linux become more mainstream. For the many that already use it and are comfortable with the status quo it seems like something thats unnecessary and complicated.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#19 2017-10-28 03:45

CaptNoize
Member
From: Zombieland,Pa.
Registered: 2015-12-09
Posts: 264
Website

Re: Tar and .Tgz files

Oh... I TOTALLY agree,but, in the here and now,it looks like I'd need to take classes in Linux command line protocol. Most,however,just want a quick fix,a " get to the point" solution.

Offline

#20 2017-10-28 04:02

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Tar and .Tgz files

Actually, once this becomes the norm youll click and install apps very easily.  All the work is done ahead of time.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#21 2017-10-28 14:31

CaptNoize
Member
From: Zombieland,Pa.
Registered: 2015-12-09
Posts: 264
Website

Re: Tar and .Tgz files

So,when will this be available...? Do any distros feature this now..?

Offline

#22 2017-10-28 15:58

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: Tar and .Tgz files

You would need to install snapd (for snap packages) or flatpak (for flatpak packages) and then you can install available packages according to the information on either the flatpak website or the snapcraft website.

Last edited by Dai_trying (2017-10-28 15:59)

Offline

#23 2017-10-28 17:26

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Tar and .Tgz files

A number of distros are offering it directly like Ubuntu and Fedora.  The issue is not all apps are supported yet but its coming.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#24 2017-10-28 20:58

CaptNoize
Member
From: Zombieland,Pa.
Registered: 2015-12-09
Posts: 264
Website

Re: Tar and .Tgz files

So...of the 2, which would you recommend...? Or should I install both...? That seems a little redundant...

Last edited by CaptNoize (2017-10-28 20:59)

Offline

#25 2017-10-28 21:10

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Tar and .Tgz files

Flatpak is a bit more common being used by a number of distros but dont have enough experience with either to say which is the best choice.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

Board footer

Powered by FluxBB