빅데이터 분석 환경 구축
Ubuntu 20.04 YUM Install
pavi03
2022. 11. 28. 16:40
cd /etc/apt/
sudo cp sources.list sources.list.back
sudo vi sources.list
deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse
sudo apt-get update
sudo apt-get update -y
sudo apt-get install -y yum