Can not start Rstudio server

When I want to start Rstudio server ,it show error as below:
root@ubuntu:/usr/lib/rstudio-server/bin# sudo rstudio-server start
/usr/lib/rstudio-server/bin/rserver: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory

How can i resove it? Thanks a lot!

Best guess -- for some reason, the libuuid library is not available on your system, and needs to be installed (e.g. using your operating system's package manager)