| Author |
Message |
tytower

Joined: 24 Feb 2007 Posts: 439 Location: Green Island Cairns for the winter
|
Posted: Thu 05 Apr 2012, 21:12 Post subject:
How do I look inside a ".pet" ? |
|
I want to see whats in one I downloaded . Is there a how to on this?
_________________ Neither my Family nor my Property are Government issues. Governments should do what they were designed to do Manage the larger issues best done by Governments
To stop corruption give them 3 times the penalty. Get their agreement on first employment.
|
|
Back to top
|
|
 |
James C

Joined: 26 Mar 2009 Posts: 4741 Location: Kentucky
|
Posted: Thu 05 Apr 2012, 21:30 Post subject:
Re: How do I look inside a ".pet" ? |
|
| tytower wrote: | | I want to see whats in one I downloaded . Is there a how to on this? |
I just right click on the pet and rename the extension from "pet" to "tar.gz" (without the quotes). Then just left click it, extract it and explore.
HTH.
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7745 Location: Stratford, Ontario
|
Posted: Thu 05 Apr 2012, 22:01 Post subject:
|
|
Or use "pet2tgz package.pet".
|
|
Back to top
|
|
 |
postfs1

Joined: 27 Mar 2010 Posts: 831
|
Posted: Fri 20 Apr 2012, 02:47 Post subject:
|
|
cd /tmp ; curl -C - -O file:///mnt/sr0/PET_files/mesa-7.6-q1.pet ; pet2tgz mesa-7.6-q1.pet ; tar -tf mesa-7.6-q1.tar.gz | cut -d '/' -f 2-7 | sed 's/^/\//' ; rm /tmp/mesa-7.6-q1.tar.gz
_________________
- I don't know why laboratories are named a hospitals.
- The alive personage is like a tea bag with granules of unknown density inside, at that one the packet was made of organic material and was placed in the evaporated liquid or liquid.
|
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1230 Location: Ukraine
|
Posted: Fri 20 Apr 2012, 03:42 Post subject:
|
|
You can also try my lspet or lspet-gui:
http://murga-linux.com/puppy/viewtopic.php?t=59198&start=15&sid=5fd0dc128afacc91fd875a2f8d768e55
Both are on the second page.
With kind regards,
vovchik
|
|
Back to top
|
|
 |
tytower

Joined: 24 Feb 2007 Posts: 439 Location: Green Island Cairns for the winter
|
Posted: Thu 03 May 2012, 06:20 Post subject:
|
|
Don't be misled by this .It lists some of the directory names only.
About 6 or 7 in the case of LibreOffice.pet
Changing the name to ".tgz " and then opening it ,in fact, showed the hundreds of files and directories contained in the pet . That's what I wanted to see and I don't see any point in downloading or using "lspet"?
_________________ Neither my Family nor my Property are Government issues. Governments should do what they were designed to do Manage the larger issues best done by Governments
To stop corruption give them 3 times the penalty. Get their agreement on first employment.
|
|
Back to top
|
|
 |
|