julia-common is a package available in Ubuntu that provides common files and dependencies for the Julia programming language. Julia is a high-level, high-performance dynamic programming language designed for numerical and scientific computing, data analysis, and machine learning. The julia-common package contains shared files that are needed by other Julia-related packages, such as documentation, examples, and […]
Ubuntu
How to Install apt-transport-https package in Debian
apt-transport-https is a package in Linux that enables the use of HTTPS (HTTP Secure) repositories in the Advanced Packaging Tool (APT) package manager. It allows APT to securely download packages over an encrypted HTTPS connection, which is important for protecting against malicious attacks and maintaining the privacy and integrity of the package data. When a […]
How to uninstall cmake package from Ubuntu
CMake is a popular cross-platform build system and build tool generator that is widely used in Linux environments. It allows developers to write build scripts in a high-level, platform-independent language and generates build files that can be used with various build tools, such as make, Ninja, and Visual Studio. Here are some key concepts and […]
How to uninstall arduino from Ubuntu
The Arduino IDE is a software development environment used to program and upload code to Arduino boards. It is available for various operating systems, including Ubuntu. The Arduino IDE for Ubuntu provides a user-friendly interface that allows users to write and upload code to Arduino boards connected to their computer. The Arduino IDE for Ubuntu […]
How to uninstall docker.io software in Ubuntu
Docker is a platform for developing, shipping, and running applications inside containers. It allows developers to package an application with all of its dependencies into a single unit called a container, which can then be easily moved between different environments, such as development, testing, and production. Docker.io is the package that provides the Docker runtime […]
CMAKE_CXX_COMPILER could be found in Ubuntu
If you are seeing an error message that says “CMAKE_CXX_COMPILER could not be found” when trying to build a C++ project on Ubuntu 22.04, it means that the C++ compiler is not installed or is not in the system’s PATH environment variable. CMake Error at CMakeLists.txt:3 (project): No CMAKE_CXX_COMPILER could be found. Tell CMake where […]
How to enable/disable wayland on Ubuntu 20.04
Wayland is a display server protocol that is used as an alternative to the X Window System on some Linux distributions, including Ubuntu. If you want to enable or disable Wayland on Ubuntu, you can do so by modifying the /etc/gdm3/custom.conf file. Enable wayland To enable Wayland, open the /etc/gdm3/custom.conf file in a text editor […]
How to enable/disable wayland on Ubuntu 22.04
Wayland is a display server protocol that is used as an alternative to the X Window System on some Linux distributions, including Ubuntu. If you want to enable or disable Wayland on Ubuntu, you can do so by modifying the /etc/gdm3/custom.conf file. Enable wayland To enable Wayland, open the /etc/gdm3/custom.conf file in a text editor […]
How to uninstall lammps package from Ubuntu
LAMMPS (Large-scale Atomic/Molecular Massively Parallel Simulator) is a molecular dynamics simulation software package that is designed to simulate the behavior of molecules and materials under various conditions. It is a flexible and powerful tool that is widely used in scientific research and engineering applications. LAMMPS is developed and maintained by Sandia National Laboratories, with the […]
How to uninstall speedtest-cli package from Ubuntu
speedtest-cli is a command-line utility that allows you to test the speed of your internet connection from the terminal. It is a Python-based tool that uses the Speedtest.net platform to measure the download and upload speeds of your internet connection. To install speedtest-cli on Ubuntu, you will need to have Python and the pip package […]