Re: Slack and package management
Mahy wrote:
> Hello people,
>
> I am currently in the process of upgrading and customizing my Slack. I
> downloaded slapt-get, but after install, it told me it can't execute
> /usr/<something>/slapt-get, so i tried swaret. It performed update and
<SNIP>
Since you didn't mention it, just a reminder that all package managers
must be run as root.
I use slapt-get and gslapt on my machines with no problems. It sounds
like the /usr/sbin/slapt-get may not be set as executable (# chmod 744
/usr/sbin/slapt-get). |