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.
Asked
Active
Viewed 1.4k times
1 Answers
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
make
)? Then it's hard to provide support here. Next time, make sure you install packages - those are easy to uninstall, upgrade, list, etc. – gertvdijk Jun 19 '13 at 13:18