Pls help

Please help me. I'm a new user and I'm having this problem and I don't know how to fix it.
No description
Solution:
&& is a command separator. It's running pkg update, and if that's successful it'll try running pkg upgrade, there is no command separator after this so the rest of the command line is passed as arguments to pkg. It knows what to do with pkg upgrade but the rest it treats like package names, and it obviously can't find a pkg package, or an install package, so it throws errors for those. Just run your commands one at a time....
Jump to solution
2 Replies
Solution
TomIO
TomIO4d ago
&& is a command separator. It's running pkg update, and if that's successful it'll try running pkg upgrade, there is no command separator after this so the rest of the command line is passed as arguments to pkg. It knows what to do with pkg upgrade but the rest it treats like package names, and it obviously can't find a pkg package, or an install package, so it throws errors for those. Just run your commands one at a time.
TomIO
TomIO4d ago
Also that repo you're trying to download looks to be either malware or just isn't doing jack shit except hacking cosplay. We don't support or abide hacking software on Termux so if that's your only use you should pack it up.

Did you find this page helpful?