Score:2

how do i install an app from the zip file i have?

kp flag

How would I install a .zip file from terminal? I'm trying to install an app from a .zip file and when I try change directory (filename) nothing comes up. I know i'm doing something wrong but this is all confusing to me because i'm new.(The file i'm trying to install is called QuestPatcher-ubuntu.zip in https://github.com/Lauriethefish/QuestPatcher/releases/tag/2.2.4 )

Score:3
zw flag

You have to download the zip-file, extract it and put to some directory in $PATH variable:

cd ~/Downloads
wget -c https://github.com/Lauriethefish/QuestPatcher/releases/download/2.2.4/QuestPatcher-ubuntu.zip
unzip QuestPatcher-ubuntu.zip
chmod +x QuestPatcher 
sudo mv QuestPatcher /usr/local/bin/QuestPatcher

then call it from terminal using QuestPatcher.

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.