How can install Litecoin daemon without Compiling

I read Compiling the Litecoin daemon from source on Debian https://litecoin.info/Compiling_the_Litecoin_daemon_from_source_on_Debian

how can install Litecoin daemon without Compiling?
How install to VPS on ubuntu?

you cant install anything on Linux without compiling it first with the proper dependencies in place then running configure then installing the make file…

install litecoind…

try compile
cd litecoin/src
make -f makefile.unix USE_UPNP=1 USE_QRCODE=1 USE_IPV6=1

error:
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix’. Stop.

please help

Your reference is out of date - that was the old way to compile.

Now, you have to cd to the litecoin directory downloaded from Github, then:

./autogen.sh
./configure
make

That’s it.

I can’t install or compile…

Could you tell me step by step how can install?
I use ubuntu.
I read this https://litecoin.info/Compiling_the_Litecoin_daemon_from_source_on_Debian
but not work…

Thanks

Lazlo gave you the steps - type what he wrote

but not work… error compile