Skip to content

Instantly share code, notes, and snippets.

@fedir
Created December 6, 2018 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fedir/f6c1036395c3e0b9f62b60b3f3654334 to your computer and use it in GitHub Desktop.
Save fedir/f6c1036395c3e0b9f62b60b3f3654334 to your computer and use it in GitHub Desktop.
Stutter / Edit button enable / Linux Mint 19
mkdir ~/libgoo-canvas-perl
cd ~/libgoo-canvas-perl
wget http://archive.ubuntu.com/ubuntu/pool/universe/libg/libgoo-canvas-perl/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/libe/libextutils-depends-perl/libextutils-depends-perl_0.405-1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/libe/libextutils-pkgconfig-perl/libextutils-pkgconfig-perl_1.15-1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/goocanvas/libgoocanvas3_1.0.0-1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/goocanvas/libgoocanvas-common_1.0.0-1_all.deb
sudo dpkg -i *.deb
sudo apt install -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment