From 91f785c574a0ea1e0995c16996a66833f21b1122 Mon Sep 17 00:00:00 2001 From: Juhani Numminen Date: Thu, 15 Oct 2020 15:56:27 +0300 Subject: [PATCH] Fix list of packages to install with apt-get libperl-dev is not necessary, while the old python-glade2, python-gnome2 and python-gtk2 libraries are no longer installable in Ubuntu 20.04 LTS or Debian 10. Update for this section requested in sf.net ticket #39; https://sourceforge.net/p/pysolfc/bugs/39/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f9ba05b..2e186eae 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ sudo urpmi git make pygtk2 pygtk2.0-libglade gnome-python-canvas tkinter On Debian / Ubuntu / etc. you can do: ``` -sudo apt-get install -y cpanminus libperl-dev make perl python-glade2 python-gnome2 python-gnome2-dev python-gtk2 python-setuptools python-tk +sudo apt-get install cpanminus make perl python3-setuptools python3-tk ``` #### Step 2 - build PySol.