sudo apt-get install . apt-get build-dep. If you need to install the build dependencies for a package, you can do that using: sudo apt-get build-dep 2. More Maintenance Linux Commands apt-get check. It verifies the integrity of the dependencies. There’s no special syntax to use it: Many (if not most) apt-get operations require write access to the the APT lock file, which requires administrator privileges — so most commands listed here are prefixed with sudo, and require your password. sudo apt-get install libc6 Install libc6, which comprises the shared libraries of the embedded GNU C library. sudo apt-get remove chromium

sudo apt-get update sudo apt-get install weewx Verify. After 5 to 30 minutes, open the station web page in a web browser. You should see your station information and

$ sudo apt install git-all For more options, there are instructions for installing on several different Unix distributions on the Git website, at https://git-scm.com/download/linux. Nov 20, 2019 · We can test this with Mary, who should now be able to install software. sudo apt-get install colordiff. Mary is able to install the software because she is in the “INSTALLERS” User_Alias, and that User_Alias has been awarded those rights. Three Quick sudo Tricks. When you forget to add sudo to a command, type. sudo !!

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 mariadb-client libmysqlclient18 Installing Mariabackup with APT. To install Mariabackup, first you would have to update the package cache by executing the following command: sudo apt update Then, execute the following command: sudo apt-get install mariadb-backup Installing Plugins with APT. Some plugins may also need to be Jan 30, 2017 · sudo apt-get install program1 program2 Not every program you try will be what you want, so you can tidy up your hard drive by uninstalling it with: sudo apt-get remove program1. May 21, 2019 · $ sudo apt-get install snapd snapd-xdg-open It will install the latest Snap package to your repository. Once the snap is installed, run the following command as sudo to install Notepad++ application.