If Geany is not installed (not in Menu (Windows Start button) > Programming) install it as follows: Menu > Other > LX Terminal. Enter the command: sudo apt-get install geany. Confirm the install and it will be added to the ‘Menu > Programming’ folder May 25, 2019 · Install Xfce desktop on Ubuntu using xubuntu-desktop. To get the actual Xubuntu experience, you can install xubuntu-desktop package that offers several applications of its own. sudo apt install xubuntu-desktop. It will install files of size around 300 MB, an indication that there are more packages here than xfce4. Aug 20, 2018 · sudo install. First we need to make sure that sudo and /etc/sudoers the sudo configuration file is available. To do that run: $ which sudo or $ sudo -V The first command should reveal a location of a sudo binary executable and the second program will output a version number of sudo command its self. $ sudo apt-get install htop. htop should be installed. Now run the following command to start htop: $ htop. This is the main window of htop. Basics of htop.

Jul 05, 2017 · sudo apt-get update. That will update the package lists from all repositories in one go. Remember to do this after every added repository! Installation. Now that you’ve added your software repo and updated your package list, and found the package name you need, you can install it. sudo apt-get install [package name 1] [package name 2] …

After system update use the following command to install figlet: sudo apt-get install figlet. Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your

sudo apt-get install --reinstall xxxx. Reinstall the application, keeps the config files. This could be helpful, but sometimes you need to start fresh, so what I use is this: sudo dpkg -r xxxx //to remove that xxxx package sudo dpkg -P xxxx //to purge all related files then . sudo apt-get install xxxx

Jul 18, 2020 · sudo apt-get install netbeans. It should be noted that Debian Linux, even the latest iteration (Debian 11) is seriously out of date. As a result, the version of Netbeans that you can install from the Debian “Main” software sources is significantly behind in features. Feb 16, 2017 · sudo apt-get install intelpython3=2018.2.037 By downloading Intel® Performance Libraries and Intel® Distribution for Python* you agree to the terms and conditions stated in the End-User License Agreement (EULA). Jul 22, 2019 · sudo apt-get --reinstall install htop The apt-get is the command-line tool for handling packages. The apt command provides a high-level command-line interface for the package management system. Nov 19, 2019 · Install a specific version of a package. Run the following command to install a specific version of a package {Firefox in our example}. apt-get install package=version -V So the code becomes “sudo apt install firefox=45.0.2+build1-0ubuntu1” which needs to be executed. apt-get install -s package