Page 1 of 1

Puppy Package Manager

Posted: Fri 17 Jan 2020, 08:57
by Auronius
Good day!
I am running Bionicpup64 latest version (official Puppy).
When I launch Puppy Package manager, and click on the Add new repo button, it opens Puppy Printing! :shock:
Please fix it.
And how can I add new repo?

Re: Puppy Package Manager

Posted: Fri 17 Jan 2020, 12:43
by s243a
Auronius wrote:Good day!
I am running Bionicpup64 latest version (official Puppy).
When I launch Puppy Package manager, and click on the Add new repo button, it opens Puppy Printing! :shock:
Please fix it.
And how can I add new repo?
I tested the add-repo button on buster64 and it also apears to be broken. Instructions for adding a repo can be found at:

/usr/local/petget/README-add-repo.htm

However, it is much easier to add a new repo using sc0ttman's package manager (i.e. pkg), which should be installed as part of bionic64 but if not the latest can be downloaded from gitlab. To install just extract the download of the project and run the install script.

Here's an example on how to add a ppa repo using pkg:

Code: Select all

pkg add-repo ppa:iconnor/zoneminder-master
http://www.murga-linux.com/puppy/viewto ... 90#1047535

Here's an example of adding a debian style repo via pkg:

Code: Select all

pkg add-repo https://deb.nodesource.com/node_9.x stretch main
Note that for debian style repos there could be issues with repo name conflicts which should be fixed once the following:
WIP: Add keep epoch env var no global rtn&fix issue 74&81

is merged. You can test the code for merge request number 22 by downloading and installing the following branch:
https://gitlab.com/s243a/Pkg/tree/add-k ... ssue_74&81