Template:LinuxAptUpdate: Difference between revisions

From Phidgets Support
No edit summary
No edit summary
 
Line 2: Line 2:
Root=
Root=
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
apt-get update
apt update
</syntaxhighlight>
</syntaxhighlight>
|-|
|-|
Non-Root=
Non-Root=
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
sudo apt-get update
sudo apt update
</syntaxhighlight>
</syntaxhighlight>
</tabber>
</tabber>

Latest revision as of 17:49, 20 January 2025

apt update

sudo apt update