Why does wpa_supplicant presents in my system?

5 replies [Last post]
znavko
Offline
Joined: 06/11/2018

Hello! I discovered this

# systemctl list-units
...
wpa_supplicant.service loaded active running WPA supplicant
...

# LANG=en_US apt-get remove wpa_supplicant
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package wpa_supplicant

# whereis wpa_supplicant
wpa_supplicant: /sbin/wpa_supplicant /etc/wpa_supplicant /usr/share/man/man8/wpa_supplicant.8.gz

# (zcat $(ls -tr /var/log/apt/history.log*.gz); cat /var/log/apt/history.log) 2>/dev/null | egrep '^(Commandline: apt(-get)? install)' | grep -v aptdaemon | egrep '^Commandline:' | grep wpa
...showed nothing...

May be I installed it manually?

But now I want to find free alternative that will be faster then NetworkManager and free unlike as wpa_supplicant.

Please, how to remove package wpa_supplicant at all?

Magic Banana

I am a member!

I am a translator!

Online
Joined: 07/24/2010

You can use the "Synaptic Package Manager" or, in a terminal:
$ sudo apt remove wpasupplicant

... but I very much doubt you want to remove your ability to connect to encrypted Wifi networks! That is what the package provides. NetworkManager relies on it. And alternative to NetworkManager is Wicd, which depends as well on wpa_supplicant.

znavko
Offline
Joined: 06/11/2018

thank you. Is there any free alternative?

loldier
Offline
Joined: 02/17/2016

BSD license is a permissive free license.

"LEGAL
wpa_supplicant is copyright (c) 2003-2016, Jouni Malinen <name at domain> and contributors. All Rights Reserved.

This program is licensed under the BSD license (the one with advertisement clause removed)."

Magic Banana

I am a member!

I am a translator!

Online
Joined: 07/24/2010

As loldier says: wpa_supplicant is free software. As all software in Trisquel's repository.

loldier
Offline
Joined: 02/17/2016

https://w1.fi/cgit/hostap/plain/wpa_supplicant/README

WPA Supplicant
==============

Copyright (c) 2003-2017, Jouni Malinen <name at domain> and contributors
All Rights Reserved.

This program is licensed under the BSD license (the one with
advertisement clause removed).

If you are submitting changes to the project, please see CONTRIBUTIONS
file for more instructions.

License
-------

This software may be distributed, used, and modified under the terms of
BSD license:

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

3. Neither the name(s) of the above-listed copyright holder(s) nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.