Open the Terminal or use the shortcut key Alt+Ctrl+T
sudo apt-get update
sudo apt-get upgrade
For installing ERPNext please follow the command and to have the prerequisites:
Open the Terminal or use the shortcut key Alt+Ctrl+T
sudo apt-get update
sudo apt-get upgrade
For installing ERPNext please follow the command and to have the prerequisites:
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg | |
sudo install -o root -g root -m 644 packages.microsoft.gpg /etc/apt/trusted.gpg.d/ | |
sudo sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/trusted.gpg.d/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list' | |
rm -f packages.microsoft.gpg |