3

I'm trying to upgrade to redis version 2.6.13 and I want to remove all old versions on my ubuntu 12.04 system.

Ryan
  • 31
  • 1
  • 1
  • 2

1 Answers1

1

There is a make-command but no make-install-command. Because of this, I think it is enough to delete just the main-folder (where you executed the make-command) and every file you copied to any location on your filesystem according to the guide.

prophecy201
  • 2,690
  • 16
  • 21
  • Good point. It's installed by hand - by copying files. So undoing that (rm) should be sufficient indeed. – gertvdijk Jun 19 '13 at 13:23