Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save saniyathossain/5e58d24dd201107ac11f7b680cc46be3 to your computer and use it in GitHub Desktop.

Select an option

Save saniyathossain/5e58d24dd201107ac11f7b680cc46be3 to your computer and use it in GitHub Desktop.
Install-able software in Ubuntu for Development
1. open terminal after desktop comes.
2. run
sudo apt update
3. sudo apt upgrade
4. sudo apt autoremove
5. next install docker
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04
6. install docker-compose
https://docs.docker.com/compose/install
note: in this page select linux option, then follow instructions.
7. after finish open software center
8. install vscode
9. install postman
10. install sublime text
11. install sublime merge (for git)
12. install git using following command
sudo apt install git-all
13. install git flow using following command
sudo apt install git-flow
14. install google chrome https://www.google.com/chrome/ (download .deb file and install)
15. install skype
16. install telegram
17. install openfortigui https://hadler.me/linux/openfortigui/
18. install stoken via following command
sudo apt install stoken
19. install termius https://termius.com/linux
20. install microsoft teams
https://websiteforstudents.com/how-to-install-microsoft-teams-on-ubuntu-20-04-18-04/
@khairulhasanmd
Copy link

Thanks a lot for sharing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment