“Instale o Google Drive no Ubuntu” Respostas de código

Baixe o arquivo do Google Drive Ubuntu

sudo wget "https://drive.google.com/uc?export=download&id=replace_this_by_file_id"
Careful Caiman

Instale o Google Drive no Ubuntu

<<<<<<<<<<<<<<<<<<<<<<<<<
#install google drive
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt update && sudo apt install google-drive-ocamlfuse
google-drive-ocamlfuse
mkdir -v ~ / myGoogleDrive
google-drive-ocamlfuse ~ / myGoogleDrive
<<<<<<<<<<<<<<<<<<<<<<<<
Meto

configuração do ubuntu googls drive

curl https://packages.expandrive.com/keys/expandrive.asc | gpg --dearmor > packages.expandrive.gpg
sudo install -o root -g root -m 644 packages.expandrive.gpg /usr/share/keyrings/
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/packages.expandrive.gpg] https://packages.expandrive.com/expandrive stable main" > /etc/apt/sources.list.d/expandrive.list'
Yucky Yacare

Respostas semelhantes a “Instale o Google Drive no Ubuntu”

Perguntas semelhantes a “Instale o Google Drive no Ubuntu”

Mais respostas relacionadas para “Instale o Google Drive no Ubuntu” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código