{"id":25209097,"url":"https://github.com/renatoelho/instalacao-postman","last_synced_at":"2025-04-05T05:20:32.932Z","repository":{"id":276090742,"uuid":"928178670","full_name":"Renatoelho/instalacao-postman","owner":"Renatoelho","description":"O Postman é uma ferramenta amplamente utilizada para desenvolvimento e testes de APIs. ","archived":false,"fork":false,"pushed_at":"2025-02-06T07:43:19.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T08:35:06.020Z","etag":null,"topics":["api","postman","ubuntu"],"latest_commit_sha":null,"homepage":"https://cursos.renato.tec.br/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Renatoelho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-06T07:39:43.000Z","updated_at":"2025-02-06T07:46:04.000Z","dependencies_parsed_at":"2025-02-06T08:35:09.244Z","dependency_job_id":"78a79c3a-9040-447d-908d-43ead132dc44","html_url":"https://github.com/Renatoelho/instalacao-postman","commit_stats":null,"previous_names":["renatoelho/instalacao-postman"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Renatoelho%2Finstalacao-postman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Renatoelho%2Finstalacao-postman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Renatoelho%2Finstalacao-postman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Renatoelho%2Finstalacao-postman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Renatoelho","download_url":"https://codeload.github.com/Renatoelho/instalacao-postman/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289803,"owners_count":20914541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","postman","ubuntu"],"created_at":"2025-02-10T13:15:17.402Z","updated_at":"2025-04-05T05:20:32.900Z","avatar_url":"https://github.com/Renatoelho.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instalação do Postman no Ubuntu 22.04\n\nO **Postman** é uma ferramenta amplamente utilizada para desenvolvimento e testes de APIs. Neste guia, você aprenderá a instalar o **Postman Desktop** no Ubuntu 22.04 utilizando o método manual, garantindo total controle sobre a versão instalada.\n\n\u003c!--\nhttps://www.youtube.com/@renato-coelho\n--\u003e\n\n## Apresentação em Vídeo\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://youtu.be/vzWDQPcx4Lk\" target=\"_blank\"\u003e\u003cimg src=\"imagens/thumbnail/thumbnail-postman-ubuntu-github-01.png\" alt=\"Vídeo de instalação do Postman no Ubuntu\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n![YouTube Video Views](https://img.shields.io/youtube/views/vzWDQPcx4Lk) ![YouTube Video Likes](https://img.shields.io/youtube/likes/vzWDQPcx4Lk)\n\n## Requisitos\n\n+ ![Ubuntu](https://img.shields.io/badge/Ubuntu-22.04-E3E3E3)\n+ ![Tar](https://img.shields.io/badge/Tar-1.34-E3E3E3)\n+ ![Wget](https://img.shields.io/badge/Wget-1.21.2-E3E3E3)\n\n## Baixando e Instalando o Postman\n\n+ **Baixe o arquivo tarball do Postman**:\n\n```bash\nwget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz\n```\n\nOu acesse: [https://www.postman.com/downloads/](https://www.postman.com/downloads/)\n\n+ **Extraia o conteúdo para `/opt/`**:\n\n```bash\nsudo tar -xvf postman.tar.gz -C /opt\n```\n\n+ **Crie um link simbólico para facilitar o acesso**:\n\n```bash\nsudo ln -s /opt/Postman/Postman /usr/local/bin/postman\n```\n\n+ **Teste a instalação executando o Postman**:\n\n```bash\npostman\n```\n\n## Criando um atalho no menu de aplicativos\n\nPara facilitar o acesso ao Postman, podemos adicionar um atalho no menu do Ubuntu.\n\n+ **Crie um arquivo de atalho no diretório de aplicativos**:\n\n```bash\nnano ~/.local/share/applications/postman.desktop\n```\n\n+ **Adicione o seguinte conteúdo ao arquivo**:\n\n```ini\n[Desktop Entry]\nName=Postman\nExec=/opt/Postman/Postman\nIcon=/opt/Postman/app/resources/app/assets/icon.png\nTerminal=false\nType=Application\n```\n\n+ **Dê permissão de execução ao atalho**:\n\n```bash\nchmod +x ~/.local/share/applications/postman.desktop\n```\n\n+ **Atualize o cache de ícones do menu**:\n\n```bash\ngtk-update-icon-cache\n```\n\nAgora, o **Postman** estará disponível no menu de aplicativos do Ubuntu.\n\n## Removendo o Postman\n\nCaso queira remover o Postman, siga estes passos:\n\n```bash\nsudo rm -rf /opt/Postman\nsudo rm /usr/local/bin/postman\nrm ~/.local/share/applications/postman.desktop\n```\n\nIsso removerá o Postman completamente do sistema.\n\n\n## Referências\n\nDownload Postman, **Postman**. Disponível em: \u003chttps://www.postman.com/downloads\u003e. Acesso em: 06 fev. 2025.\n\nPostman documentation overview, **Postman Docs**. Disponível em: \u003chttps://learning.postman.com/docs/introduction/overview/\u003e. Acesso em: 06 fev. 2025.\n\nExemplo Request, **Via CEP**. Disponível em: \u003chttps://viacep.com.br/ws/01001000/json/\u003e. Acesso em: 06 fev. 2025.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatoelho%2Finstalacao-postman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenatoelho%2Finstalacao-postman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatoelho%2Finstalacao-postman/lists"}