install rclone ubuntu 20.04
# install
curl https://rclone.org/install.sh | sudo bash
# fetch and unpack
curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip
unzip rclone-current-linux-amd64.zip
cd rclone-*-linux-amd64
# copy binary file
sudo cp rclone /usr/bin/
sudo chown root:root /usr/bin/rclone
sudo chmod 755 /usr/bin/rclone
# install manpackage
sudo mkdir -p /usr/local/share/man/man1
sudo cp rclone.1 /usr/local/share/man/man1/
sudo mandb
# set up
rclone config
Also in C++:
- ver arquivos alterados git
- how to get environment variables in powershell
- scikit-learn install error
- how to know version of heroku
- sudo systemctl restart networking
- adobe reader linux
- jekyll new site
- brew install wine
- how to push repository to github
- install rclone ubuntu 20.04
- node-gyp
- discord.py install
- install eclipse in fedora
- ubuntu install and configure postgres server
- ffmpeg take screenshot
- how to install vscode on manjaro linux
- git user config
- pip install scrapy-proxy-pool
- git ignore all files and folders in folder
- ef remove migration
- ionic capacitor video player install
- initiation git windows 10
- git pull command
- how to install vim through powershell