Thursday, April 25, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2483  / 2 Years ago, fri, december 3, 2021, 12:05:11

I've installed Postman the following way:



wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
sudo tar -xzf postman.tar.gz -C /opt
rm postman.tar.gz
sudo ln -s /opt/Postman/Postman /usr/bin/postman


There is a newer version available, but the auto update does not work.



Can I update to the new version using the newer .tar.gz file? How do I properly do this?


More From » upgrade

 Answers
6

You have "installed" Postman by just unzipping some already build binaries of it, which then you linked into you bin folder. If you want to update the program, you will have to download the new version manually and follow the same procedure.



Alternatively, you can install postman from a repository (you should get rid of the installation you manually made though, beforehand). That will ensure that every time you sudo apt-get upgrade the program will stay up to date (In other words it will sync with the repository and will always update to the latest version that the repository is providing). Check this link on how to install Postman through aptitude.


[#5964] Saturday, December 4, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
anoalk

Total Points: 271
Total Questions: 90
Total Answers: 112

Location: Zambia
Member since Wed, Dec 16, 2020
3 Years ago
;