#python3-pip
7 messages · Page 1 of 1 (latest)
sudo apt updatesudo apt install python3sudo apt install python3-pip
https://pkgs.org/ if there is a .deb for it, it would be there.
It appears to no longer be in the mint repos.
When you get home, run cat /etc/os-release.
At the very bottom, check what version of Ubuntu your Linux Mint is built off of.
Then select a .deb file from the appropriate Ubuntu release.
Mind you, you may need to install dependencies, but it should work.
Run sudo dpkg -i <package name>.deb or install and run gdebi and open the file with that[recommended as gdebi will tell you what dependencies you need in a straight forward fashion.]