Coder Social home page Coder Social logo

upm's Introduction

upm

Update all package managers in one command.

Installation

  • Download: wget https://raw.githubusercontent.com/Quexint/upm/master/upm.sh ~/upm.sh
  • Change file mode: sudo chmod a+x ~/upm.sh
  • Run: ~/upm.sh

Support

Binary Package Managers

Root Application For Commands
  • | Advanced Packaging Tool | Linux | sudo apt-get update; sudo apt-get upgrade; | fink | macOS | fink selfupdate; fink update-all; | Homebrew | macOS | brew update; brew upgrade; brew cleanup; | Homebrew Caskroom | macOS | brew cask update; brew cask cleanup; | Nix | Linux / macOS | nix-channel --update nixpkgs; nix-env -u '*';
  • | Mac App Store | macOS | sudo softwareupdate -i -a;
  • | MacPorts | macOS | sudo port selfupdate; sudo port upgrade outdated;
  • | Pacman | Arch Linux | sudo pacman -Syyu --noconfirm; | Urpmi | Linux | urpmi.update -a; urpmi --auto-select;
  • | Yellowdog Updater, Modified (yum) | Linux | sudo yum update; sudo yum upgrade;

Application-level package managers

Root Application For Commands
Anaconda Python conda update conda; conda update anaconda;
Cabal Haskell cabal update;
Gopm Go gopm update;
npm Node.js npm install npm -g; npm update -g;
PEAR PHP pear upgrade-all;
pip Python `pip freeze --local grep -v '^-e'
pip3 Python `pip3 freeze --local grep -v '^-e'
RubyGems Ruby gem update --system; gem update;
  • | TexLive | TeX | sudo tlmgr update --all;

Project Package Managers (Not Supported)

Application Commands
Bower bower update;
Bundler bundle update;
CocoaPods pods update;
Composer composer update;
Maven mvn clean install;
npm npm update;

References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.