Setting up Volatility3 in the Ubuntu environment

See “Download and Install Forensic Tools” in https://bluecapesecurity.com/build-your-forensic-workstation/

Alternatively, the commands to install pip3 and Volatility3 are listed below:

# Update sources
sudo apt-get update

# Install PIP3
sudo apt install python3-pip

# Install Volatility3 and capstone
pip3 install volatility3
pip3 install capstone

# Refresh bash 
source .profile