# The original package list. sudo apt install mesa-opencl-icd ocl-icd-opencl-dev gcc git bzr jq pkg-config curl # The actual package list I use which removes the packages already installed. sudo apt install mesa-opencl-icd ocl-icd-opencl-dev bzr jq
Install go language.
I didn’t use the pacakge from the Golang official website. Instead, I use the Ubuntu pacakge. The reason is that I want to keep the isntallation can be easy reverted.