mchid avatar
bo flag
Yes, [this answer](https://askubuntu.com/a/769542/167115) explains that you need to specify the path to the file when using `apt` or `apt-get` to install a package from a deb file. So assuming the deb file is in your current working directory, instead of `sudo apt install vscode.deb` you would need to use `sudo apt install ./vscode.deb`
Nmath avatar
ng flag
Do you really want to install the package from a `.deb` file you downloaded? This is a very bad way to install software, especially if you are not very familiar with package management in Ubuntu. If you just need to install this software, look at the answer below to install the snap
Score:1
ng flag

Open a terminal and run:

sudo apt update
sudo apt install snapd
sudo snap install code --classic
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.