Skip to content

Instantly share code, notes, and snippets.

@nukhes
Last active December 5, 2025 17:27
Show Gist options
  • Select an option

  • Save nukhes/ff7f6d6c483894ab61681a909ac89f01 to your computer and use it in GitHub Desktop.

Select an option

Save nukhes/ff7f6d6c483894ab61681a909ac89f01 to your computer and use it in GitHub Desktop.
Instala o GPT4All no Ubuntu 24.04 LTS (funciona em Distrobox também).
#!/bin/bash
# estes pacotes são vitais pra interface funcionar
sudo apt update -y
sudo apt install -y libopengl0 wget libxkbcommon-x11-0 libxcb-shape0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0
wget https://gpt4all.io/installers/gpt4all-installer-linux.run
chmod +x ./gpt4all-installer-linux.run
./gpt4all-installer-linux.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment