Posts

Showing posts with the label install

How to Install or Uninstall Redis on Ubuntu 18.04

Step 1 – Open the terminal step 2. Update APT Repository Cache   (1)check the version table on your operating system     The package you are searching for is named redis-server. You can check its package info with apt show redis-server sudo apt-cache policy redis-server or sudo apt show redis-server The dataset is stored entirely in memory and periodically flushed to disk. (2)add PPA repository to your OS: sudo add-apt-repository ppa:chris-lea/redis-server (3)In order to install Redis, you first need to update the APT repository cache of your Ubuntu. You can do that with the following command: Update the apt-get packages index files and also update existing packages to the newest versions by using the following commands: sudo apt-get update  sudo apt-get upgrade step 2. Install Redis on Ubuntu Using the APT Command sudo apt-get install redis-server step 3. Check Redis Version redis-cli --version step 4:check if the Redis is running. Once t

install & un-install adobe flash plugin

Install Adobe Flash plugin Open terminal copy and paste it sudo apt-get update Now copy and paste sudo apt-get install adobe-flashplugin Un-Install Adobe Flash plugin Open terminal copy and paste it sudo apt-get update Now copy and paste sudo apt-get remove adobe-flashplugin

Install Google Chrome in Ubuntu 16.04 || 14.04

Install Google Chrome in Ubuntu 16.04 || 14.04 Open terminal. Copy and paste command wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - copy and paste this sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' Now install Chrome Browser sudo apt-get update sudo apt-get install google-chrome-stable launch Google Chrome google-chrome