3

I'm new to Linux and trying to install Winapps. However, the guide makes significant assumptions that I'm experienced in Linux.

I'm currently stuck on step 3 of the guide. It says to make a config file. I used this command

sudo nano ~/.config/winapps/winapps.conf

However, it says No such file or directory when I try to save it. I'm not sure how to find the proper directory.

Any help? Thanks!

1
  • You've not provided any OS/product/release details; which can influence the details.
    – guiverc
    Commented Oct 15, 2022 at 22:11

1 Answer 1

2

First you need to create the directory. Open a terminal and enter the commands

cd ~/.config
mkdir winapps

Now create the configuration file (you don't need sudo, since it is in the home directory),

nano ~/.config/winapps/winapps.conf

After you are done writing the contents, press ctrl+x to save and exit.

2
  • Thank you! I was able to successfully do it. But now I'm stuck at step 4. Yikes. This is becoming advanced stuff
    – An Entree
    Commented Oct 15, 2022 at 22:25
  • You can accept my answer if that works for you. meta.stackexchange.com/questions/23138/… For step 4, go to the bin folder (must be something you downloaded using git) in the terminal, and then run winapps check, after that you are supposed to run ./installer.sh, according to the readme, but I really don't know anything about winapps. Commented Oct 16, 2022 at 0:05

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .