refos-manifest
Reference Operating system based on seL4 --- example code
File Explorer
- pr.yml
- push.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE.md
- BSD-2-Clause.txt
- CC-BY-SA-4.0.txt
- default.xml
- README.md
- working.xml
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
apt-get
View Details ▼
apt-get
Debian and Ubuntu package management utility.
Search for packages using `apt-cache`.
It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later.
sudo apt-get update
Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):
sudo apt-get install {{package}}
Install a package, or update it to the latest available version:
sudo apt-get remove {{package}}
Remove a package:
// repository documentation
Was this content helpful?
(0 ratings)
