Score:0

re: How to find unnecessary files downloaded for an install of dart on Ubuntu 20.04

ph flag

From the documentation: https://dartsim.github.io/install_dart_on_ubuntu.html#adding-personal-package-archives-ppas-for-dart-and-dependencies

I did sudo apt-get install libdart6-dev then I scrolled down and saw the install everything option so did sudo apt-get install libdart6-all-dev. First one was about 590M and second one about 298M which I thought meant after the second command, it just installed whatever was missing.

But then I did not get anything with which dart

I try to run my dart helloWorld.dart and it tells me to install with sudo snap install flutter so I checked around and the actual command is sudo snap install flutter --classic. Then I did, flutter sdk-path as noted here: https://flutter.dev/docs/get-started/install/linux and it downloaded some more stuff. Now I can run my dart helloWorld.dart but wondering if I can uninstall and remove whatever I installed first or if they all work together.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.