SnapPackageManager: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Hacking]]
[[Category:Hacking]]


<code>
<pre>
<pre>
$ sudo apt update -y && sudo apt upgrade -y
$ sudo apt update -y && sudo apt upgrade -y
$ sudo apt install snapd -y
$ sudo apt install snapd -y
</pre>
</pre>
</code>

Latest revision as of 03:07, 2 March 2021


$ sudo apt update -y && sudo apt upgrade -y
$ sudo apt install snapd -y