LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy
User Name
Password
Puppy This forum is for the discussion of Puppy Linux.

Notices


Reply
  Search this Thread
Old 06-10-2015, 08:07 PM   #1
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Rep: Reputation: 169Reputation: 169
.txz install files


Puppy linux uses .pet and .txz files for program installation.

Even though Puppy Tahr is a close relative, .txz files will not install.

Is there a way to convert .txz -> .pet files ?
 
Old 06-10-2015, 08:56 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi:

When you right click on the .txz do you have an option to convert it to a .pet?

http://www.murga-linux.com/puppy/viewtopic.php?t=58925

Maybe look around in the Puppy Forum and see if there's any threads related to converting a txz.
http://murga-linux.com/puppy/index.php?f=4

HTH
 
Old 06-10-2015, 09:08 PM   #3
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
It offers an option to convert.

When run, it says
Quote:
Failed to execute child process root/.config/
rox.sourceforge.net/SendTo/.application_x-xz-compressed-tar/txz2pet/AppRun (No such file or directory)
When I searched for "txz" it gave me links that had nothing to do with it.

I think the search functions are rather limited. :-)

Last edited by Fixit7; 06-10-2015 at 09:10 PM.
 
Old 06-10-2015, 10:15 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I'm wondering if:

Code:
Failed to execute child process root/.config/
is a python problem? (not sure)

If we can figure out which child process is failing than maybe it will lead us to as to why it's not working.
All processes, if I'm not mistaken have a id.

I think you can use Strace to find the process id #. (if that will help)
http://www.thegeekstuff.com/2011/11/strace-examples/

Quote:
From what I read fatdog is supposed to have petget so that you can install .deb files
Maybe finding the pkg you want in .deb format will work:-
http://murga-linux.com/puppy/viewtopic.php?t=98334

Are you able to install other packages that are not txz?

What pkg are you trying to install?
 
Old 06-10-2015, 10:47 PM   #5
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Thanks Ztcoracat

Quote:
Originally Posted by Ztcoracat View Post
I'm wondering if:

Code:
Failed to execute child process root/.config/
is a python problem? (not sure)

If we can figure out which child process is failing than maybe it will lead us to as to why it's not working.
All processes, if I'm not mistaken have a id.

I think you can use Strace to find the process id #. (if that will help)
http://www.thegeekstuff.com/2011/11/strace-examples/

How would finding the process ID help ?

Maybe finding the pkg you want in .deb format will work:-
http://murga-linux.com/puppy/viewtopic.php?t=98334

Are you able to install other packages that are not txz?

What pkg are you trying to install?
I have python installed and it runs fine.

Top shows PID.

Is that same as the process i.d. ?

I would like to install Sensors.

I like monitoring my hard drive and CPU temperatures.

Last edited by Fixit7; 06-10-2015 at 10:55 PM.
 
Old 06-10-2015, 11:10 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Fixit7 View Post
I have python installed and it runs fine.
Ok-

I looked up the error and wasn't able to find any solved threads; sorry.
https://www.google.com/#q=Failed+to+...t%2F.config%2F

Hopefully other Puppy Linux users will see your thread and chime in.
 
Old 06-11-2015, 12:20 AM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Fixit7 View Post
Thanks Ztcoracat



I have python installed and it runs fine.

Top shows PID.

Is that same as the process i.d. ?

I would like to install Sensors.

I like monitoring my hard drive and CPU temperatures.

Your Welcome-
Yeah, the PID is the same as process id:-

http://www.lm-sensors.org/
 
Old 06-11-2015, 12:25 AM   #8
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Quote:
Originally Posted by Ztcoracat View Post
Your Welcome-
Yeah, the PID is the same as process id:-

http://www.lm-sensors.org/
Your link does not include an installer.

It opens a bunch of files. ??
 
Old 06-11-2015, 12:44 AM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Try here:
http://www.murga-linux.com/puppy/viewtopic.php?t=21928

If that doesn't work here's another link-
https://www.youtube.com/watch?v=NRzuNl24CRo

Last edited by Ztcoracat; 06-11-2015 at 12:45 AM.
 
Old 06-11-2015, 12:58 AM   #10
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Quote:
Originally Posted by Ztcoracat View Post
The first link is from 2007.

They have changed the kernel quite a bit. :-(
 
Old 06-11-2015, 09:07 PM   #11
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Fixit7 View Post
The first link is from 2007.

They have changed the kernel quite a bit. :-(
Was the second link of any use?
 
Old 06-11-2015, 09:27 PM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Here's lm sensors from the Ubuntu repo.
http://packages.ubuntu.com/trusty/utils/lm-sensors

Mirrors-
http://packages.ubuntu.com/trusty/am...nsors/download

Debian lm-sensors-
https://packages.debian.org/stable/utils/lm-sensors
 
Old 06-12-2015, 11:28 AM   #13
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Thanks for the links.

I have tested 3 Puppy distros.

1. Puppy Linux 5.9.3
2. Puppy Tahr
3. Puppex-Tahr

2 and 3 have issues installing some programs, so I uninstalled those distros.

Puppy Linux 5.9.3 has been trouble free.

I would like to program for Linux, but have not found any forums for programmers.

I would need to ask a lot of questions to get the programming tools and libraries set up.

Last edited by Fixit7; 06-12-2015 at 11:29 AM.
 
Old 06-12-2015, 08:31 PM   #14
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Fixit7 View Post
Thanks for the links.

I have tested 3 Puppy distros.

1. Puppy Linux 5.9.3
2. Puppy Tahr
3. Puppex-Tahr

2 and 3 have issues installing some programs, so I uninstalled those distros.

Puppy Linux 5.9.3 has been trouble free.

I would like to program for Linux, but have not found any forums for programmers.

I would need to ask a lot of questions to get the programming tools and libraries set up.

Your Welcome.

Glad to hear that Puppy Linux 5.9.3 is running well for you.

We have a Programming Forum on our front page under "NON-*NI Forums" Here's the link:
http://www.linuxquestions.org/questions/programming-9/

http://www.linuxforums.org/forum/programming-scripting/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install only Writer from Libreoffice package"libreoffice-4.0.3-i486-1alien.txz just.srad Slackware 10 05-30-2013 02:37 PM
Creating a txz install package from source mitusf Slackware 7 10-11-2012 05:19 AM
There's a way to convert lzm 2 txz ? Alchemikos Slackware 7 06-29-2012 01:00 AM
[SOLVED] explodepkg and makepkg *txz scam Slackware 7 01-01-2012 08:54 AM
How to extract a .txz file? linus72 Linux - General 14 02-28-2010 01:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy

All times are GMT -5. The time now is 05:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration