Merge pull request #404 from andy-mishechkin/v-andmis/ubuntu/tkniter_installation

tk installation has been added to Ubuntu 16/18 basic.sh
This commit is contained in:
Sergey Akhalkov
2020-02-14 10:38:28 +03:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ apt-fast install -y --no-install-recommends \
dbus \ dbus \
xvfb \ xvfb \
libgtk-3-0 \ libgtk-3-0 \
tk \
fakeroot \ fakeroot \
dpkg \ dpkg \
rpm \ rpm \

View File

@@ -97,6 +97,9 @@ apt-get install -y --no-install-recommends xvfb
echo "Install libgtk" echo "Install libgtk"
apt-get install -y --no-install-recommends libgtk-3-0 apt-get install -y --no-install-recommends libgtk-3-0
echo "Install tk"
apt install -y tk
echo "Install fakeroot" echo "Install fakeroot"
apt-get install -y --no-install-recommends fakeroot apt-get install -y --no-install-recommends fakeroot