Page 1 of 2

porteus 5.0 package manager

Posted: 07 Jul 2022, 10:13
by Farid
hi
how can i install nano in porteus 5.0?
pmod -u
/usr/local/bin/pmod: line 5: slackpkg: command not found

whats the package manager?
usm
installpkg
not found

porteus 5.0 package manager

Posted: 07 Jul 2022, 10:34
by bour59
easy : getpkg nano

porteus 5.0 package manager

Posted: 07 Jul 2022, 10:38
by raja
Download nano txz package from,

https://slackware.pkgs.org/current/slackware-x86_64/2/

and right click to convert to xzm pacakge. Copy that to modules folder and activate.

porteus 5.0 package manager

Posted: 07 Jul 2022, 13:06
by Farid
bour59,
raja,
thanks
good

porteus 5.0 package manager

Posted: 08 Jul 2022, 02:05
by ncmprhnsbl
Farid wrote:
07 Jul 2022, 10:13
pmod -u
/usr/local/bin/pmod: line 5: slackpkg: command not found

whats the package manager?
usm
installpkg
not found
in these cases, you need to use root (except for usm, which isn't there anymore)
about slackpkg: it's not he most intuitive package manager and requires some setting up via /etc/slackpkg/slackpkgplus.conf and /etc/slackpkg/mirrors for best usage
eg. uncommenting extra third party repos in /etc/slackpkg/slackpkgplus.conf

porteus 5.0 package manager

Posted: 08 Jul 2022, 07:05
by Blaze
Farid,

Code: Select all

su
toor

# pmod is a simple wrapper for slackpkg
pmod -u
pmod -s search-by-package-name
pmod -m package-name

# or
slackpkg update gpg
slackpkg update
slackpkg install package-name

# or (get packages from the Slackware current branch)
getpkg package-name

porteus 5.0 package manager [solved]

Posted: 12 Jul 2022, 18:38
by Farid
Blaze, slackpkg not found
how can i install slackpkg?

porteus 5.0 package manager [solved]

Posted: 12 Jul 2022, 19:57
by Blaze
Farid, download and activate 05-devel.xzm
https://mirrors.dotsrc.org/porteus/x86_ ... .0/kernel/

porteus 5.0 package manager [solved]

Posted: 12 Jul 2022, 23:07
by Shadow0815
Farid wrote:
12 Jul 2022, 18:38
Blaze, slackpkg not found
how can i install slackpkg?
it is there: /usr/sbin/slackpkg, you need to be root to be found because as normal user /usr/sbin is not in PATH variable

su
toor

porteus 5.0 package manager [solved]

Posted: 13 Jul 2022, 02:52
by ncmprhnsbl
some further clarification: there's also slpkg which is in 05-devel.xzm
which, as well as normal package management, has a SBo facility to automate the SlackBuild compilation process..
beware though, part of it's process includes downloading the entire slackbuilds script tree (which adds up to some mb s)

porteus 5.0 package manager [solved]

Posted: 13 Jul 2022, 05:47
by blue-devil-93
getpkg works. Is there something like synaptic?

porteus 5.0 package manager [solved]

Posted: 15 Jul 2022, 12:10
by Farid
Blaze,
sudo slackpkg install nano

Looking for nano in package list. Please wait... DONE

No packages match the pattern for install. Try:

/usr/sbin/slackpkg reinstall|upgrade

porteus 5.0 package manager [solved]

Posted: 15 Jul 2022, 17:20
by beny
hi Farid when you use slackpkg first step is slackpkg update after this you can search for nano or the software you need inside the slackware repository.i have seen sudo pmod -m nano work too and make a porteus module in /tmp

porteus 5.0 package manager [solved]

Posted: 15 Jul 2022, 20:05
by Blaze
Farid, open terminal and run these commands:

Code: Select all

su
toor
slackpkg update gpg
slackpkg update
slackpkg install nano

porteus 5.0 package manager [solved]

Posted: 18 Jul 2022, 01:41
by ncmprhnsbl
blue-devil-93 wrote:
13 Jul 2022, 05:47
getpkg works. Is there something like synaptic?
there is gslapt , a gui for slapt-get slapt-get: slapt-get is an APT like system for Slackware package management.
needs one tweak: in /usr/share/applications/gslapt.desktop: change "gksu" to "psu" in the Exec line
clearly not equal to synaptic featurewise but the closest you'll see in the slackware world..