





now I am absolutley happy with Porteus 5.0
Post#16 by kultex » 23 Aug 2022, 17:11
kultex
Post#17 by Rava » 26 Aug 2022, 19:30
Why not add these symlinks into 011-slapt-get-0.11.6-x86_64-2gv.xzm ?babam wrote: ↑20 Aug 2022, 11:49Note: Before running getmod (slapt-get) to download/build the module it is highly recommended to do this stepCode: Select all
cd /var/lib/pkgtools/packages sudo ln -s gtk3-classic-3.24.33-x86_64-1ncm gtk+3-3.24.33-x86_64-1ncm sudo ln -s boost-stripped-1.78.0-x86_64-2_slack15.0 boost-1.78.0-x86_64-2_slack15.0 sudo ln -s llvm-stripped-13.0.0-x86_64-2 llvm-13.0.0-x86_64-2
Rava
Post#18 by rych » 28 Aug 2022, 08:50
Code: Select all
root@porteus:~# getmod -m ibus-1.5.25-x86_64-5
Reading Package Lists...Done
The following NEW packages will be installed:
pango gtk+2 gtk+3 ibus for
Code: Select all
root@porteus:~# pmod -m ibus-1.5.25-x86_64-5
Looking for ibus-1.5.25-x86_64-5 in package list. Please wait... DONE
[1/1] Package: ibus-1.5.25-x86_64-5.txz
Code: Select all
root@porteus:~# ls /var/lib/pkgtools/packages/gtk3-classic-3.24.33-x86_64-1ncm
/bin/ls: cannot access '/var/lib/pkgtools/packages/gtk3-classic-3.24.33-x86_64-1ncm': No such file or directory
root@porteus:~# ls /var/lib/pkgtools/packages/gtk3-classic-3.24.33-x86_64-2ncm
/var/lib/pkgtools/packages/gtk3-classic-3.24.33-x86_64-2ncm
rych
Post#19 by babam » 28 Aug 2022, 09:25
You just need to enter the package name (no version-architecture required)rych wrote: ↑28 Aug 2022, 08:50babam, getmod might be getting dependencies that are already installed. Compare:toCode: Select all
root@porteus:~# getmod -m ibus-1.5.25-x86_64-5 Reading Package Lists...Done The following NEW packages will be installed: pango gtk+2 gtk+3 ibus for
Indeed I checked and it seems the getmod-made module includes pango, gtk+2, gtk+3, that are already in my system?Code: Select all
root@porteus:~# pmod -m ibus-1.5.25-x86_64-5 Looking for ibus-1.5.25-x86_64-5 in package list. Please wait... DONE [1/1] Package: ibus-1.5.25-x86_64-5.txz
Also in what you some reason recommend: ln -s gtk3-classic-3.24.33-x86_64-1ncm gtk+3-3.24.33-x86_64-1ncm,there is a typo perhaps:Code: Select all
root@porteus:~# ls /var/lib/pkgtools/packages/gtk3-classic-3.24.33-x86_64-1ncm /bin/ls: cannot access '/var/lib/pkgtools/packages/gtk3-classic-3.24.33-x86_64-1ncm': No such file or directory root@porteus:~# ls /var/lib/pkgtools/packages/gtk3-classic-3.24.33-x86_64-2ncm /var/lib/pkgtools/packages/gtk3-classic-3.24.33-x86_64-2ncm
Code: Select all
# getmod -m ibus
Code: Select all
ls /var/lib/pkgtools/packages/gtk+2-*
ls /var/lib/pkgtools/packages/gtk+3-*
ls /var/lib/pkgtools/packages/pango-*
Code: Select all
ls /var/lib/pkgtools/packages/gtk+2*
babam
Post#20 by rych » 28 Aug 2022, 10:38
Code: Select all
root@porteus:~# cd /var/lib/pkgtools/packages/
root@porteus:/var/lib/pkgtools/packages# ls gtk+2-* gtk+3-* pango-*
/bin/ls: cannot access 'gtk+2-*': No such file or directory
/bin/ls: cannot access 'gtk+3-*': No such file or directory
pango-1.50.6-x86_64-1-ncm
root@porteus:/var/lib/pkgtools/packages#
Code: Select all
root@porteus:~# ls /tmp/getmod/ibus/slackware64/l
gtk+2-2.24.33-x86_64-2.txz pango-1.48.11-x86_64-1.txz
gtk+3-3.24.31-x86_64-1.txz
Code: Select all
root@porteus:~# ls /var/lib/pkgtools/packages/gtk+2*
/bin/ls: cannot access '/var/lib/pkgtools/packages/gtk+2*': No such file or directory
root@porteus:~# ls /var/lib/pkgtools/packages/gtk*
/var/lib/pkgtools/packages/gtk3-classic-3.24.33-x86_64-2ncm
/var/lib/pkgtools/packages/gtkdialog-git-20220205-x86_64-1ncm
/var/lib/pkgtools/packages/gtkmm3-3.24.5-x86_64-1
Code: Select all
root@porteus:/var/lib/pkgtools/packages# ls gtk3-classic-3.24.33-x86_64-*
gtk3-classic-3.24.33-x86_64-2ncm
rych
Post#21 by babam » 28 Aug 2022, 10:51
babam
Post#22 by rych » 28 Aug 2022, 11:04
Code: Select all
root@porteus:/var/lib/pkgtools/packages# ln -s gtk3-classic* gtk+3-3.24.33-x86_64-1
root@porteus:/var/lib/pkgtools/packages# ln -s boost-stripped* boost-1.78.0-x86_64-1
root@porteus:/var/lib/pkgtools/packages# ln -s llvm-stripped* llvm-13.0.0-x86_64-1
root@porteus:/var/lib/pkgtools/packages# getmod -m ibus
Reading Package Lists...Done
The following NEW packages will be installed:
pango gtk+2 ibus
rych
Post#23 by babam » 28 Aug 2022, 11:16
babam
Post#24 by ncmprhnsbl » 29 Aug 2022, 02:24
the bundle is provided as a convenience for those who want to use some app(or app version) out there that still uses gtk+2.. (eg. gftp or palemoon gtk2 version or ?)
yep, a link for the pango package should probly be done too..
ncmprhnsbl
Post#25 by rych » 30 Aug 2022, 09:33
Code: Select all
/mnt/live/memory/images/001-core.xzm/var/lib/pkgtools/packages/slackpkg+-1.8.0-noarch-3mt
/var/lib/pkgtools/packages/slackpkg+-1.8.0-noarch-3mt
rych
Post#26 by beny » 30 Aug 2022, 15:03
Code: Select all
guest@porteus:~$ sudo slackpkg search vlc
Looking for vlc in package list. Please wait... DONE
The list below shows all packages with name matching "vlc".
[unin] restricted : npapi-vlc-20171129-x86_64-1alien
[unin] restricted : vlc-3.0.17.4-x86_64-1alien
[unin] restricted : vlc2-2.2.8-x86_64-4alien
[mask] alienbob : npapi-vlc-20171129-x86_64-1alien
[mask] alienbob : vlc-3.0.17.4-x86_64-1alien
[mask] alienbob : vlc2-2.2.8-x86_64-4alien
[mask] ponce : vlc-3.0.16-x86_64-2ponce
You can search specific files using "slackpkg file-search file".
guest@porteus:~$ sudo slackpkg search parole
Looking for parole in package list. Please wait... DONE
No package name matches the pattern.
guest@porteus:~$ sudo slackpkg search libreoffice
Looking for libreoffice in package list. Please wait... DONE
The list below shows all packages with name matching "libreoffice".
[unin] alienbob : libreoffice-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-af-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-ar-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-be-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-bg-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-bn-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-br-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-bs-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-ca-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-cs-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-da-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-de-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-el-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-en-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-es-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-et-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-fr-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-gl-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-he-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-hi-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-hr-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-hu-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-is-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-it-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-lt-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-lv-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-nl-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-pl-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-pt-BR-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-pt-PT-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-ro-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-ru-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-si-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-sk-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-sl-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-sr-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-sv-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-sw-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-te-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-th-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-uk-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-vi-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-dict-zu-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-kde-integration-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-af-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-ar-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-be-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-bg-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-bn-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-bo-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-br-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-bs-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-ca-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-cs-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-cy-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-da-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-de-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-el-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-en_GB-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-eo-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-es-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-et-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-eu-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-fa-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-fi-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-fr-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-ga-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-gl-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-he-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-hi-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-hr-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-hu-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-id-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-is-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-it-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-ja-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-kn-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-ko-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-lt-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-lv-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-ml-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-mr-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-nb-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-nl-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-nn-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-or-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-pa_IN-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-pl-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-pt-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-pt_BR-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-ro-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-ru-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-sa_IN-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-si-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-sk-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-sl-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-sr-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-sv-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-sw_TZ-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-ta-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-te-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-th-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-tr-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-uk-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-ve-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-vi-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-xh-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-zh_CN-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-zh_TW-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-l10n-zu-7.4.0-x86_64-1alien
[unin] alienbob : libreoffice-sdkdoc-7.4.0-noarch-1alien
You can search specific files using "slackpkg file-search file".
guest@porteus:~$ sudo slackpkg search sbo
Looking for sbo in package list. Please wait... DONE
The list below shows all packages with name matching "sbo".
[unin] alienbob : dosbox-0.74.3-x86_64-1alien
[unin] slackware64 : kaddressbook-21.12.1-x86_64-1
[mask] ponce : dosbox-0.74.3-x86_64-1ponce
You can search specific files using "slackpkg file-search file".
guest@porteus:~$
beny
Post#27 by rych » 31 Aug 2022, 09:33
Code: Select all
# List repositories you want to use (defined below)
# remember to launch 'slackpkg update' if you modify this row.
#REPOPLUS=( slackpkgplus restricted alienbob )
REPOPLUS=( slackpkgplus slackonly restricted alienbob ponce )
# Define mirrors (uncomment one or more mirror; remember to add it to REPOPLUS)
# GPG Note: after adding/renaming a repository, you must to run 'slackpkg update gpg';
# some repositories as salixos, have a partial GPG support;
# for that repositories you may need to run slackpkg with 'slackpkg -checkgpg=off ...'
# Slackware 15.0 - x86_64
#MIRRORPLUS['multilib']=https://slackware.nl/people/alien/multilib/15.0/
MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/15.0/x86_64
MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86_64
MIRRORPLUS['slackonly']=https://packages.slackonly.com/pub/packages/15.0-x86_64/
#MIRRORPLUS['salixos']=https://download.salixos.org/{i486,x86_64}/15.0/
# use this to keep the slackpkg+ package updated to the latest stable release
MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+15/
MIRRORPLUS['ponce']=http://ponce.cc/slackware/slackware64-15.0/packages/
Code: Select all
#ponce http://ponce.cc/slackware/slackware64-15.0/packages/
rych
Post#28 by rych » 31 Aug 2022, 09:52
Code: Select all
root@porteus:~# slackpkg update
Updating the package lists...
Downloading...
Signatures
2022-08-31 21:32:03 URL:https://mirrors.slackware.com/slackware/slackware64-15.0/CHECKSUMS.md5.asc [163/163] -> "/tmp/slackpkg.PlPD53/CHECKSUMS.md5.asc" [1]
2022-08-31 21:32:04 URL:https://slakfinder.org/slackpkg+15/CHECKSUMS.md5.asc [455/455] -> "/tmp/slackpkg.PlPD53/CHECKSUMS.md5-slackpkgplus.asc" [1]
Files //var/lib/slackpkg/CHECKSUMS.md5.asc and /tmp/slackpkg.PlPD53/CHECKSUMS.md5.asc differ
Downloading...
ChangeLogs
2022-08-31 21:32:07 URL:https://mirrors.slackware.com/slackware/slackware64-15.0/ChangeLog.txt [1925265/1925265] -> "/tmp/slackpkg.PlPD53/ChangeLog.txt" [1]
List of all files
2022-08-31 21:32:12 URL:https://mirror.lagoon.nc/slackware/slackware64-15.0/patches/MANIFEST.bz2 [11248002/11248002] -> "/tmp/slackpkg.PlPD53/patches-MANIFEST.bz2" [1]
2022-08-31 21:32:13 URL:https://mirror.lagoon.nc/slackware/slackware64-15.0/slackware64/MANIFEST.bz2 [4199768/4199768] -> "/tmp/slackpkg.PlPD53/slackware64-MANIFEST.bz2" [1]
2022-08-31 21:32:15 URL:https://mirror.lagoon.nc/slackware/slackware64-15.0/extra/MANIFEST.bz2 [1641100/1641100] -> "/tmp/slackpkg.PlPD53/extra-MANIFEST.bz2" [1]
2022-08-31 21:32:16 URL:https://mirror.lagoon.nc/slackware/slackware64-15.0/pasture/MANIFEST.bz2 [127791/127791] -> "/tmp/slackpkg.PlPD53/pasture-MANIFEST.bz2" [1]
2022-08-31 21:32:17 URL:https://mirror.lagoon.nc/slackware/slackware64-15.0/testing/MANIFEST.bz2 [34527/34527] -> "/tmp/slackpkg.PlPD53/testing-MANIFEST.bz2" [1]
2022-08-31 21:32:19 URL:https://slakfinder.org/slackpkg+15/MANIFEST.bz2 [590/590] -> "/tmp/slackpkg.PlPD53/SLACKPKGPLUS_slackpkgplus-MANIFEST.bz2" [1]
Checksums
2022-08-31 21:32:22 URL:https://mirrors.slackware.com/slackware/slackware64-15.0/CHECKSUMS.md5 [1148224/1148224] -> "/tmp/slackpkg.PlPD53/CHECKSUMS.md5" [1]
2022-08-31 21:32:23 URL:https://slakfinder.org/slackpkg+15/CHECKSUMS.md5 [2253/2253] -> "/tmp/slackpkg.PlPD53/CHECKSUMS.md5-slackpkgplus" [1]
Done.
Package List
2022-08-31 21:32:24 URL:https://mirror.lagoon.nc/slackware/slackware64-15.0/FILELIST.TXT [1498899/1498899] -> "/tmp/slackpkg.PlPD53/FILELIST.TXT" [1]
Package descriptions
2022-08-31 21:32:26 URL:https://mirror.lagoon.nc/slackware/slackware64-15.0/patches/PACKAGES.TXT [34149/34149] -> "/tmp/slackpkg.PlPD53/patches-PACKAGES.TXT" [1]
2022-08-31 21:32:27 URL:https://mirror.lagoon.nc/slackware/slackware64-15.0/PACKAGES.TXT [864745/864745] -> "/tmp/slackpkg.PlPD53/slackware64-PACKAGES.TXT" [1]
2022-08-31 21:32:29 URL:https://mirror.lagoon.nc/slackware/slackware64-15.0/extra/PACKAGES.TXT [36544/36544] -> "/tmp/slackpkg.PlPD53/extra-PACKAGES.TXT" [1]
2022-08-31 21:32:29 URL:https://mirrors.slackware.com/slackware/slackware64-15.0/pasture/PACKAGES.TXT [1477/1477] -> "/tmp/slackpkg.PlPD53/pasture-PACKAGES.TXT" [1]
2022-08-31 21:32:30 URL:https://mirrors.slackware.com/slackware/slackware64-15.0/testing/PACKAGES.TXT [728/728] -> "/tmp/slackpkg.PlPD53/testing-PACKAGES.TXT" [1]
2022-08-31 21:32:32 URL:https://slakfinder.org/slackpkg+15/PACKAGES.TXT [624/624] -> "/tmp/slackpkg.PlPD53/SLACKPKGPLUS_slackpkgplus-PACKAGES.TXT" [1]
Formatting lists to slackpkg style...
Package List: using CHECKSUMS.md5 as source
Package descriptions
Code: Select all
root@porteus:~# slackpkg update
Updating the package lists...
Downloading...
Signatures
2022-08-31 21:35:50 URL:https://mirrors.slackware.com/slackware/slackware64-15.0/CHECKSUMS.md5.asc [163/163] -> "/tmp/slackpkg.aMIMk4/CHECKSUMS.md5.asc" [1]
2022-08-31 21:35:52 URL:https://slakfinder.org/slackpkg+15/CHECKSUMS.md5.asc [455/455] -> "/tmp/slackpkg.aMIMk4/CHECKSUMS.md5-slackpkgplus.asc" [1]
failed: Connection timed out.
failed: Connection timed out.
failed: Connection timed out.
failed: Connection timed out.
^C
rych
Post#29 by beny » 31 Aug 2022, 10:50
beny
Post#30 by rych » 03 Sep 2022, 06:57
Code: Select all
slackpkg update gpg
slackpkg update
Code: Select all
root@porteus:~# getmod -s calibre
calibre-bin-5.43.0-x86_64-1salix15.0 (Ebook manager)
root@porteus:~# pmod -s calibre
Looking for calibre in package list. Please wait... DONE
The list below shows all packages with name matching "calibre".
[unin] alienbob : calibre-5.43.0-x86_64-1alien
[unin] alienbob : calibre2-2.85.1-x86_64-1alien
[mask] ponce : calibre-3.48.0-x86_64-1ponce
rych