Skip to content

Instantly share code, notes, and snippets.

@ispguru
Last active November 21, 2019 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ispguru/d203e8b40b2807036615c43769a31dde to your computer and use it in GitHub Desktop.
Save ispguru/d203e8b40b2807036615c43769a31dde to your computer and use it in GitHub Desktop.
This Command for new installation ubuntu 18.04
#!/bin/bash
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install launchpad-getkeys
sudo launchpad-getkeys
sudo apt install kazam
sudo wget https://download.anydesk.com/linux/deb/anydesk_5.4.1-1_i386.deb
sudo dpkg -i anydesk_5.4.1-1_i386.deb
sudo apt install -f
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
sudo git config --global user.name "sabbir"
sudo git config --global user.email sabbir.ss1919@gmail.com
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt update
sudo apt install adobe-flashplugin browser-plugin-freshplayer-pepperflash
sudo apt list --upgradable
sudo apt upgrade -y
sudo apt -f install
sudo apt autoremove
sudo apt -y autoclean
sudo apt -y clean
sudo apt update
sudo reboot
sudo apt update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment