Article 6M512 slpkg syntax

slpkg syntax

by
however
from LinuxQuestions.org on (#6M512)
Hello every one,

after I solved the previous thread with comments and reccommendations on using slpkg to compile and build sbopkgs and relative dependencies, I build and installed the slpkg-5.0.5 and I am trying to learn how to use it.

I can't find documentation anywhere; watched a cpl of vides on youtube but something is wrong. No matter what option i pass to slpkg (slplg _h, slpkg -H, slpkg -U, slpkg update.....) i get this message

Quote:
bash-5.2# slpkg update
Traceback (most recent call last):
File "/usr/sbin/slpkg", line 5, in <module>
from slpkg.main import main
File "/usr/lib/python3.11/site-packages/slpkg/main.py", line 19, in <module>
from slpkg.choose_packages import Choose
File "/usr/lib/python3.11/site-packages/slpkg/choose_packages.py", line 8, in <module>
from slpkg.dialog_box import DialogBox
File "/usr/lib/python3.11/site-packages/slpkg/dialog_box.py", line 5, in <module>
from dialog import Dialog
ModuleNotFoundError: No module named 'dialog'
bash-5.2#
what am i missing/doing wrong? What does it mean? how do I use slpkg (syntax)?

thanks
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments