Y
Hacker News
new
|
ask
|
show
|
jobs
by
nixbun
4836 days ago
Shouldn't you be using checkinstall instead of 'make install' to make removal of the package easier in the future?
1 comments
pkrumins
4836 days ago
Not if you do local installs. You can remove the package simply by:
rm -rf ~/installs/tmux-1.8
link