pkget icon indicating copy to clipboard operation
pkget copied to clipboard

Not Working

Open artemisfowl004 opened this issue 3 years ago • 7 comments

After using the script to install packages,it seems they did not actually install,when I try to use them,however I did not get any error messages while package was being install with ./pget

artemisfowl004 avatar Mar 15 '21 17:03 artemisfowl004

sorry for the late response I'll get right on that

0x00009b avatar Apr 19 '21 19:04 0x00009b

Got the same problem.

kate-sann5100 avatar May 13 '21 17:05 kate-sann5100

Hello @kate-sann5100 would you mind providing me with some details about the system you were running it on ?

0x00009b avatar May 13 '21 17:05 0x00009b

Hello @kate-sann5100 would you mind providing me with some details about the system you were running it on ?

It wont install anything for me, i'm using GNU Bash.

ghost avatar May 26 '21 23:05 ghost

It worked great for me did you source ~/.bashrc

Themancodes avatar Jun 02 '21 04:06 Themancodes

It looks like .apt/usr/bin:.apt/bin:.apt/sbin:.apt/usr/share:.apt/usr/lib is appended to PATH. Shouldn't them all be like /home/USERNAME/.apt/usr/bin?

Ruibin-Liu avatar Apr 09 '22 01:04 Ruibin-Liu

I added the following line to my .bashrc: export PATH=~/.apt/usr/bin:~/.apt/bin:~/.apt/sbin:~/.apt/usr/share:~/.apt/usr/lib:$PATH

Now the command of an installed program like sage works, but I get the following error (where I replaced the absolute path name by ~):

~/.apt/usr/bin/sage: line 242: ~/.apt/usr/bin/sage-env: No such file or directory
Error setting environment variables by sourcing '~/.apt/usr/bin/sage-env';
possibly contact sage-devel (see http://groups.google.com/group/sage-devel).

Thrashophil avatar May 02 '22 20:05 Thrashophil