Using Web Browser on Ubuntu Server

Yanwei Liu
1 min readJul 10, 2020

--

If you want to browse web site on Ubuntu Server, how should you do?

There’s a convenient tool for you to fulfill your dream.

Just copy-paste the following command on your server, and you could open google.com with your NO-GUI Server.

That’s it.

sudo apt-get install w3mw3m -v http://www.google.com

--

--

No responses yet