Skip to content

Instantly share code, notes, and snippets.

@LinauxTerminology
Created December 6, 2021 12:36
Show Gist options
  • Save LinauxTerminology/1ed83b3bc4a7d2d728c5ebfa46d07235 to your computer and use it in GitHub Desktop.
Save LinauxTerminology/1ed83b3bc4a7d2d728c5ebfa46d07235 to your computer and use it in GitHub Desktop.
I Will Do Install ruby_redis_rabbitmq Ubuntu20.04
If you need ruby_redis_raddit Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram:https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt -y install build-essential checkinstall
sudo apt -y install ubuntu-restricted-extras
sudo apt -y install software-properties-common
sudo apt update
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt -y install git
sudo git config --global user.name "urmi"
sudo git config --global user.email "[email protected]"
sudo apt list --upgradable
sudo apt upgrade -y
sudo apt -f install
sudo apt -y autoremove
sudo apt -y autoclean
sudo apt -y clean
sudo apt update
sudo reboot
# Install Ruby From Source:
sudo apt-get install unzip
sudo wget http://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.0.zip
sudo unzip ruby-2.4.0.zip
cd ruby-2.4.0
sudo make
sudo make test
echo "Ruby Installed Succesfully"
ruby -v
# This script will do Ruby Uninstall Linux and reboot Linux
sudo apt-get purge ruby
sudo rm -rf /usr/local/lib/ruby
sudo rm -rf /usr/lib/ruby
sudo rm -f /usr/local/bin/ruby
sudo rm -f /usr/bin/ruby
sudo rm -f /usr/bin/irb
sudo rm -f /usr/local/bin/gem
sudo rm -f /usr/bin/gem
sudo apt update -y
sudo apt upgrade -y
sudo reboot
@LinauxTerminology
Copy link
Author

Screenshot from 2021-12-06 18-40-01
Screenshot from 2021-12-06 18-42-52
Screenshot from 2021-12-06 18-38-07
Screenshot from 2021-12-06 18-57-47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment