GithubHelp home page GithubHelp logo

postman-old-install's Introduction

Postman Old Install

Postman old version installation packages archive.

ℹ️ PLEASE: Use the latest official Postman versions on https://www.postman.com/, if possible. It has many fixes for vulnerabilites and new features.

⚠️ NOTE: These archived installations are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

1. For Linux

Download the related GZ files and merge them together:

git clone https://github.com/cameekorg/postman-old-install.git
git checkout arch/linux-x64-7.34.0
cat Postman-linux-x64-7.34.0.tar.gz_* > Postman-linux-x64-7.34.0.tar.gz

2. For MacOs

Download the related ZIP files and merge them together:

git clone https://github.com/cameekorg/postman-old-install.git
git checkout arch/osx-7.34.0
cat Postman-osx-7.34.0.zip_* > Postman-osx-7.34.0.zip

3. For Windows

Download the related EXE files and merge them together for 64bit:

git clone https://github.com/cameekorg/postman-old-install.git
git checkout arch/win64-7.34.0
copy /b Postman-win64-7.34.0-Setup.exe_* Postman-win64-7.34.0-Setup.exe

or for 32bit:

git clone https://github.com/cameekorg/postman-old-install.git
git checkout arch/win32-7.34.0
copy /b Postman-win32-7.34.0-Setup.exe_* Postman-win32-7.34.0-Setup.exe

Apendix A. Commands used for split

md5sum Postman-osx-7.34.0.zip > Postman-osx-7.34.0.zip.md5
md5sum Postman-linux-x64-7.34.0.tar.gz > Postman-linux-x64-7.34.0.tar.gz.md5
md5sum Postman-win32-7.34.0-Setup.exe > Postman-win32-7.34.0-Setup.exe.md5
md5sum Postman-win64-7.34.0-Setup.exe > Postman-win64-7.34.0-Setup.exe.md5

sha256sum Postman-osx-7.34.0.zip > Postman-osx-7.34.0.zip.sha256
sha256sum Postman-linux-x64-7.34.0.tar.gz > Postman-linux-x64-7.34.0.tar.gz.sha256
sha256sum Postman-win32-7.34.0-Setup.exe > Postman-win32-7.34.0-Setup.exe.sha256
sha256sum Postman-win64-7.34.0-Setup.exe > Postman-win64-7.34.0-Setup.exe.sha256

split -b 24M -d Postman-osx-7.34.0.zip Postman-osx-7.34.0.zip_
split -b 24M -d Postman-linux-x64-7.34.0.tar.gz Postman-linux-x64-7.34.0.tar.gz_
split -b 24M -d Postman-win32-7.34.0-Setup.exe Postman-win32-7.34.0-Setup.exe_
split -b 24M -d Postman-win64-7.34.0-Setup.exe Postman-win64-7.34.0-Setup.exe_

postman-old-install's People

Contributors

jarosm3 avatar

Watchers

 avatar

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.