MySQL… Install Mysql and mysql-workbench [apt] 2 Jul 201913 Dec 2022 To install latest MySQL to Ubuntu perform the following steps: Download and add the MySQL repositories Download the repositories from the official download page manually. Install them. Update the repository…
Install… Prepare your computer to write C/C++ code 19 Aug 201730 Dec 2022 Summary of what you are going to install via apt: build-essential (including gcc/g++ etc) Open JDK C/C++ IDE (netbeans) valgrind Install essentials 1) Update the repository (?) sudo apt update…