go:
	./install-package
	./install-package --help
	./install-package --rpm-packages coreutils --deb-packages coreutils
	! ./install-package --rpm-packages notthere --deb-packages notthere
	@echo
	! ./install-file
	./install-file --file install-file --directory /tmp/.
	@echo
	! ./install-via-pip
	./install-via-pip --pip-path pip --python-path python --module-to-import treap --pip-package treap
	touch t
	./remove-file --file t
	@echo
	@echo All tests good