Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

usr-local-pull

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

usr-local-pull

Installs popular cmdline utils into /usr/local directly from GitHub released artifacts.

  • 0.2.0
  • Source
  • PyPI
  • Socket score

Maintainers
1

usr-local-pull

PyPI Status license python_versions

Installs bunch of cmdline utilities into /usr/local directly from GitHub releases.

Installing into /usr/local doesn't interfere with the rest of the system. Ie. you can have ripgrep installed from both, official distro package and this script and updating any of them will not overwrite the other. Which one gets used when you call ripgrep from your shell, depends on your $PATH. In most modern distros, stuff from /usr/local has priority.

Supported operating systems:

  • any and only Linux
  • only x86_64 architecture

Supported shells:

  • ZSH

Supported apps:

How to use it?

Install or update:

sudo su -
mkdir ~/usr-local-pull
cd usr-local-pull
python -m venv .venv
source .venv/bin/activate
pip install -U usr-local-pull
  • needs to be run as root to be able to write into /usr/local

Install or update apps:

sudo su -
cd usr-local-pull
source .venv/bin/activate
usr-local-pull --help
usr-local-pull --prefix /tmp/try_it_out
usr-local-pull --prefix /usr/local

Other side-effects:

  • uses ~/.cache for stuff downloaded from GitHub

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc