allpac command not recognized #1

Closed
opened 2024-01-09 18:24:07 -07:00 by Maybl8 · 2 comments

Installed with the wget command
When typing allpac I get command not found
If I change to root and navigate to /root/.allpac/bin
I can run the command.
Not sure what I did wrong

Installed with the wget command When typing allpac I get command not found If I change to root and navigate to /root/.allpac/bin I can run the command. Not sure what I did wrong
Owner

EDITED, my previous answer was wrong

The issue appears to be that you ran the install script with sudo permissions or as the root user.

You can't do that, that's the issue.
You need to run it as a regular user who has sudo permissions.

So, remove the root dir
rm -rf /root/.allpac

Then re-run the installer with
./install.sh

Not
sudo ./install.sh

EDITED, my previous answer was wrong The issue appears to be that you ran the install script with sudo permissions or as the root user. You can't do that, that's the issue. You need to run it as a regular user who _has_ sudo permissions. So, remove the root dir `rm -rf /root/.allpac` Then re-run the installer with `./install.sh` _**Not**_ `sudo ./install.sh`
Owner

@Maybl8 the above reply is now the correct resolution to your problem. Apologies for not koticing before.

@Maybl8 the above reply is now the correct resolution to your problem. Apologies for not koticing before.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PixelRidge-Softworks/AllPac#1
No description provided.