Browsing tag

ubuntu 20.04

How to Install Yarn on Ubuntu 22.04 / Ubuntu 20.04

Yarn is a package manager for Node.js that allows developers to manage Javascript application dependencies. It is an alternative to the NPM (Node Package Manager) installed during the Node.js installation. With Yarn, you can install packages, start a new project, and share packages (code) quickly, securely, and reliably. Here, we will see how to install […]

How to Install PyCharm on Ubuntu 22.04 / Ubuntu 20.04

PyCharm is an integrated development environment for Python, web, and data science development. It provides a range of essential tools such as code analysis, a graphical debugger, an integrated unit tester, and integration with version control systems for Python developers. PyCharm supports web frameworks: Django, web2py, and Flask in the professional edition. Additionally, the developers […]

How to Install Sublime Text on Ubuntu 22.04 / Ubuntu 20.04

Sublime Text is a shareware, cross-platform source code editor created by Sublime HQ. It supports many programming languages natively, and you can extend its functionality by installing community-built plugins. Sublime Text supports auto-completion, syntax highlighting, code building, snippets, installing themes, etc. Here, we will see how to install Sublime Text on Ubuntu 22.04 / Ubuntu […]

How to Install Microsoft Teams on Ubuntu 22.04 / Ubuntu 20.04

Microsoft Teams is a proprietary communication platform that offers chat, videoconferencing, file storage, and application integration. It is part of the Microsoft 365 suite and is developed by Microsoft. Microsoft Teams client is available for Windows, Linux, macOS, iOS, and Android operating systems.  Also, it has a web version. Here, we will see how to […]

How to Install Java JDK 18 on Ubuntu 22.04 / Ubuntu 20.04

Java 18 (Non-LTS) is the latest release for the Java SE platform. This newest release includes JDK 18, which provides an environment for developing applications using the Java programing language, testing, and running the Java programs. Java JDK 18 is supported until September 2022. So, if you are looking for an LTS version, install Java […]