| Should Puppy's package format be changed? |
| Yes, without backwards compatibility. |
|
26% |
[ 10 ] |
| Yes, with backwards compatibility. |
|
26% |
[ 10 ] |
| No, but the PET format should be standardized/stricter. |
|
21% |
[ 8 ] |
| No, the PET format works fine. |
|
26% |
[ 10 ] |
|
| Total_votes : 38 |
|
| Author |
Message |
Aitch

Joined: 04 Apr 2007 Posts: 6825 Location: Chatham, Kent, UK
|
Posted: Wed 25 Apr 2012, 15:41 Post_subject:
|
|
Vector linux?...maybe my comment on 18th sparked that...?
http://murga-linux.com/puppy/viewtopic.php?p=620978#620978
Aitch
|
|
Back to top
|
|
 |
greengeek
Joined: 20 Jul 2010 Posts: 1217 Location: New Zealand
|
Posted: Wed 25 Apr 2012, 16:06 Post_subject:
|
|
| Aitch wrote: | | Vector linux?...maybe my comment on 18th sparked that...? |
Actually I was picking up on this:
http://murga-linux.com/puppy/viewtopic.php?t=290&start=32
Maybe micko was picking up on this:
http://murga-linux.com/puppy/viewtopic.php?t=290&start=28
So maybe all that came from your comment?
Hows that for a dev/loop??
|
|
Back to top
|
|
 |
Aitch

Joined: 04 Apr 2007 Posts: 6825 Location: Chatham, Kent, UK
|
Posted: Thu 26 Apr 2012, 05:23 Post_subject:
|
|
I think I was hinting that Barry used to use Vector Dev Tools,'back in the days'....?
That's a real devloop
Aitch
|
|
Back to top
|
|
 |
DocSalvage

Joined: 30 Jun 2012 Posts: 8 Location: Tallahassee, FL, USA
|
Posted: Thu 05 Jul 2012, 11:02 Post_subject:
|
|
Am a programmer of 30 years and 30 some languages but new here and new to Puppy so I'll briefly throw in my 1 cent worth...
I've just spent an hour trying to find PupGet and Puppy Basic so I can install unrpm.undeb.pup so I can extract Synergy 1.3.1 .rpm to install it on on Puppy 5.2.2. From this thread, I now see this has probably been folly due to fully understandable incompatibilities. We can't make software better without breaking a few old versions.
However, I wish the current Package Manager included perhaps a link from the main screen to a help page explaining step-by-step what a newbie might do (like finding the source and recompiling) in this situation.
From this thread, it appears that the package manager definitely needs to be more robust. That probably means a rewrite that can't be backward compatible. However, to remain inviting to newcomers, it really needs to guide users to a solution, if there is one, for using software that only exists via what will be 2 obsolete package managers or source. A builtin launcher for Xarchive, make, configure, etc. for those source compiles would be very helpful too.
Puppy Linux is the best *nx I've ever used!
Kudus to Barry and all that keep making it better!
As I continue to convert 6 systems to Puppy, I look forward to many happy [Return]s.
|
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 512
|
Posted: Thu 05 Jul 2012, 18:40 Post_subject:
|
|
Thank you, DocSalvage. You pretty much summarized why the PPM should be remade: if a programmer of 30 years can't install a program within a few minutes (let alone an hour), how can we expect regular users to do so?
Puppy claims to be user friendly, yet programmers can't even install things.
| Quote: | | From this thread, I now see this has probably been folly due to fully understandable incompatibilities. We can't make software better without breaking a few old versions. |
It's not understandable incompatibilities. Pretty much every other linux distro has a better package manager then Puppy, and you can easily install programs on them.
Puppy is a great distro, but it's package management is it's weakness.
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2449
|
Posted: Thu 05 Jul 2012, 19:52 Post_subject:
|
|
| DocSalvage wrote: | Am a programmer of 30 years and 30 some languages but new here and new to Puppy so I'll briefly throw in my 1 cent worth...
I've just spent an hour trying to find PupGet and Puppy Basic so I can install unrpm.undeb.pup so I can extract Synergy 1.3.1 .rpm to install it on on Puppy 5.2.2. |
unrpm:
| Code: |
#!/bin/sh
exec rpm2cpio "$@" | cpio -i -d
|
|
|
Back to top
|
|
 |
DocSalvage

Joined: 30 Jun 2012 Posts: 8 Location: Tallahassee, FL, USA
|
Posted: Fri 06 Jul 2012, 00:33 Post_subject:
|
|
unrpm:
| Code: |
#!/bin/sh
exec rpm2cpio "$@" | cpio -i -d
| [/quote]
Thanks for the code jpeps!
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2449
|
Posted: Fri 06 Jul 2012, 02:19 Post_subject:
|
|
| DocSalvage wrote: | unrpm:
| Code: |
#!/bin/sh
exec rpm2cpio "$@" | cpio -i -d
|
Thanks for the code jpeps! |
welcome to puppy linux
|
|
Back to top
|
|
 |
Gnuxo
Joined: 09 Feb 2012 Posts: 360
|
Posted: Fri 06 Jul 2012, 09:37 Post_subject:
|
|
Thank you for agreeing with me.
I never found the interface in PPM very intuitive.
...And some daily operations in it are tedious.
I'm no programmer but even I can tell that it's missing a few usable features.
One interesting Idea would be to merge PPM and Quickpet/Slickpet into one user friendly interface. I know the PPM is puppy's answer to Synaptic and Quickpet is puppy's software center, treat caterer.
However I'd like to see Quickpet have more applications to view and maybe search Quickpet for applications...
I know it can be done and still keep a small footprint because I trust the ability of the Puppy devs.
|
|
Back to top
|
|
 |
bark_bark_bark
Joined: 05 Jun 2012 Posts: 507 Location: the never ending bootsplash
|
Posted: Tue 10 Jul 2012, 20:33 Post_subject:
|
|
I think the PPM is fine the way it is.
_________________ ...
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6199 Location: Auckland, New Zealand
|
Posted: Wed 11 Jul 2012, 01:58 Post_subject:
|
|
| bark_bark_bark wrote: | | I think the PPM is fine the way it is. |
So you like the package manager, but do you think there should be an improvement in the package repository, or are you happy with the forum being the de facto repository?
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
bark_bark_bark
Joined: 05 Jun 2012 Posts: 507 Location: the never ending bootsplash
|
Posted: Wed 11 Jul 2012, 07:38 Post_subject:
|
|
well maybe there should be on going updates for packages in the OFFICIAL repos, while the packages here get signed (by the devs) and added to the repo.
_________________ ...
|
|
Back to top
|
|
 |
|