I need to install java runtime and chrome browser/driver, I would like to ask if I would be able to do it in droplet with shared cpu hosting via ssh terminal (under say 1 GiB Memory 25 GiB Storage 1,000 GiB Bandwidth $6.00 per month plan)?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
With all Droplets you do have root access, meaning that you will be able to install any packages that you need to.
You can follow the steps here on how to install Java for example:
https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-22-04
Hope that this helps!
Best,
Bobby
Hi @marcoray,
You will be able to install it however I believe you might have trouble running it as your Memory might be insufficient. You can always try and add SWAP as well to the Droplet:
https://www.digitalocean.com/community/tutorial_collections/how-to-add-swap-space
However, you’ll still need a more powerful droplet I think.