mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
18 lines
323 B
Bash
Executable File
18 lines
323 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Install needed development packages on a Debian/Ubuntu system"
|
|
|
|
sudo apt install -y \
|
|
aspell-fr \
|
|
dconf-editor \
|
|
gettext \
|
|
gir1.2-keybinder-3.0 \
|
|
glade \
|
|
gsettings-desktop-schemas \
|
|
libkeybinder-3.0-0 \
|
|
make \
|
|
pandoc \
|
|
python3 \
|
|
python3-gi \
|
|
python3-pip \
|