DEV Community

Discussion on: Ubuntu Web-Development Set Up

Collapse
 
hophiducanh profile image
Ho Anh • Edited

sudo apt-get update is deprecated. Using sudo apt update instead.

Collapse
 
dontfixyourpc profile image
Richard Rhein

Actually you can use both. The effect is the same.