lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.26k stars 300 forks source link

permission denied #386

Closed juanito665 closed 6 months ago

juanito665 commented 6 months ago

Describe the bug when i tried to install wifi hotspot, the permissions to install it was denied for some reason

To Reproduce Steps to reproduce the behavior:

  1. open debian
  2. copy and paste git clone https://github.com/lakinduakash/linux-wifi-hotspot cd linux-wifi-hotspot

build binaries

make

install

sudo make install and press enter

  1. it appears that all files and programs have permission denied

Expected behavior i expected that wifi hotspot would be installed

Screenshots Captura de pantalla 2024-03-25 214957

Desktop (please complete the following information):

Marquezv commented 6 months ago

probably you didn't install all the necessary libraries (I had the same problem, I use the same version of Debian), use this command, described in the project's README: sudo apt install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd libqrencode-dev libpng-dev

juanito665 commented 6 months ago

Captura de pantalla 2024-03-29 203546

It didn´t work :c

lakinduakash commented 6 months ago

You don't have write permission in current directory. Go to your users home directory and git clone again. You are inside /root which is not writable unless you are root user. This is not a application related issue.

On Sat, Mar 30, 2024, 05:09 juanito665 @.***> wrote:

Captura.de.pantalla.2024-03-29.203546.png (view on web) https://github.com/lakinduakash/linux-wifi-hotspot/assets/164965691/0d329731-70c0-4771-9319-1eadf7123f4b

It didn´t work :c

— Reply to this email directly, view it on GitHub https://github.com/lakinduakash/linux-wifi-hotspot/issues/386#issuecomment-2027823741, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADA2EXLGGZB3KEWCIFCLH2DY2X3S5AVCNFSM6AAAAABFIAD3RKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRXHAZDGNZUGE . You are receiving this because you are subscribed to this thread.Message ID: @.***>