How to update Postman Linux

I have installed Postman on my Ubuntu through snap, but every time I open it I get a warning message that ask me to update Postman:

Warning message screenshot

In the setting there isn't any "Update" option (unlike the Windows version of Postman), so how am I suppose to update it? Hope someone can help me.


Solution 1:

Run the following commands:

sudo snap switch --channel=candidate postman

sudo snap refresh postman