Search: "apt"
How to Install and Configure Icinga2 Monitoring Tool on Ubuntu 16.04 blog
: ``` apt-get update -y apt-get upgrade -y ``` Next, you will need to setup your system hostname. You can do this with the ...
Implementing a Modern WordPress Workflow on Alibaba Cloud - Part 4 blog
installed with: $ git --version Assuming '`git`' is not installed, you can install it using the '`apt`' package ...
Implementing Facial Recognition Applications with Raspberry Pi and Docker blog
-python:3 COPY pip.conf /root/.pip/pip.conf RUN apt-get -y update RUN apt-get install -y --fix-missing \ build-essential ...
Building Game Leaderboards with Redis on Alibaba Cloud blog
: ``` rm /usr/bin/python # Change python into version 3 ln -s /usr/bin/python3 /usr/bin/python apt-get update # Update Ubuntu export ...
How to Install Discourse on Alibaba Cloud Using DirectMail and CDN blog
. After successful login, run the following command to update your system first. sudo apt-get update && apt-get upgrade -y ...
How to Install Cockpit on Ubuntu 18.04 blog
can just use apt command to install it. ``` sudo apt update ``` Install the Cockpit package. ``` sudo apt -y install cockpit ...
How to Setup MySQL Group Replication on Ubuntu 16.04 blog
package information index and install some dependency required by MySQL server: ``` $ sudo apt-get update $ sudo apt-get install ...
Deploying Node.js Apps for Production on Alibaba Cloud blog
sudo apt-get install git ``` To verify the installation, run the following command to check the version of git installed: `git ...
Tengine, Docker, and PHP Application Best Practices blog
` one with the following content: ``` /var/docker/docker-compose.yml $ EOF cat /var/docker/index.php $ EOF apt-get update & ...
How to Setup Zabbix on Ubuntu 16.04 blog
, install Apache, PHP7 and other required PHP modules by running the following command: ``` sudo apt-get update -y sudo apt-get install ...