GNU/Linux Debian/Ubuntu Dart SDK Repository Adding
Hi! The Tutorial shows you Step-by-Step How to Add Dart SDK Repository in Debian/Ubuntu-Based GNU/Linux OSes.
And Dart is a Client-optimized Language for developing Fast Apps on any Platform developed by Google.
So this Repo Setup is valid for all the Debian-based Platforms like:
- Kali
- MX Linux
- Deepin
- Parrot
- antiX
- SparkyLinux
- Q4OS
- Netrunner
- Voyager
- MakuluLinux
- Elive
- LMDE
- Parsix
And again also for all the Ubuntu-based Distros like:
- Linux Mint
- Lubuntu
- Kubuntu
- Xubuntu
- Zorin OS
- Elementary OS
- Linux Lite
- Bodhi
- Kde Neon
- Pop!_OS
- Voyager
- Trisquel
- LXLE
- feren OS
- Peppermint
- Linux Ultimate Edition (You may just need to Discover what’s the Parent Release)
1. Launching Terminal
How to QuickStart with Command Line on Debian/Ubuntu GNU/Linux
Bash Shell GNU/Linux QuickStart GuideFirst, to Update Apt Repo Sources
Run:sudo apt update
Authenticate with the User’s Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Then install the required Packages layer with:sudo apt install apt-transport-https wget
2. Adding Dart SDK Repo
Then to Add Dart SDK Apt Repository
Simply execute:sudo sh -c 'wget -qO- https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list >> /etc/apt/sources.list.d/dart_stable.list'
3. Adding Dart SDK GPG Key
Again to Add Dart SDK GPG Signature Key
Do:sudo sh -c 'wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -'
(For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)4. Refreshing Apt Sources
Next to Refresh Apt Repo Sources
Play:sudo apt update
5. Dart SDK Getting Started
Finally, to Dart SDK Quick Start for Ubuntu/Debian Based
Dart SDK Ubuntu/Debian Get Started Guide