Search: "debian apt get"
Create Your Own Classifieds with Osclass and Alibaba Cloud blog
; apt upgrade You may get a prompt about configuration files, like the one in the following picture. ![10](https ...
How to Migrate LibreOffice to Function Compute blog
the compilation tool. ``` apt-get install -y ccache apt-get build-dep -y libreoffice ``` CCache is a compilation tool that can ...
How to Install a Subsonic Media Streamer on Alibaba Cloud blog
apt update && sudo apt upgrade ``` Software-properties-common package is required to get the supported files for ...
Installing a Dependency Library for Function Compute blog
that were locally installed by the operating system package manager (such as apt-get) may not exist in the container under the ...
Install cloud-init for Linux images - Elastic Compute Service Documentation
: CentOS/RedHat: yum -y install git python python-pip Ubuntu/Debian: apt-get -y install git python python-pip ...
How to Install Graylog on Ubuntu 16.04 blog
install OpenJDK 8, the latest and recommended version. First, update the package index. ``` sudo apt-get update ``` Next ...
[Vulnerability notice] CVE-2016-5195: Dirty copy-on-write (Dirty COW) vulnerability - Security Documentation
package. Run apt-get update or apt update to retrieve the update package list. Upgrade the kernel: For Ubuntu 12.04, run apt-get ...
[Vulnerability notice] CVE-2017-1000367: Sudo local elevation of privilege vulnerability - Security Documentation
-ldap 1.8.9p5-1ubuntu1.4sudo 1.8.9p5-1ubuntu1.4 Run the following command to perform upgrade: sudo apt-get update sudo apt-get ...
PHP_ memcached - ApsaraDB for Memcache Documentation
. Ubuntu Debian series Change the Ubuntu source. Solution 1: Run the command vim /etc/apt/source.list and add the following ...
Setting up CI/CD for a PREN app with Jenkins, Docker and GitHub Webhooks on Container Registry blog
the command below: ``` sudo apt-get update sudo apt-get install software-properties-common sudo add-apt-repository ppa:webupd8team ...