我正在尝试为我目前运行 ArchLinux2017.07.01 的笔记本电脑设置互联网,但我遇到了一个大问题,我似乎在网上的任何其他地方都看不到。请注意,我对 Arch 有点陌生,所以我可能会咬我的舌头。
在遵循维基教程的同时,我进入了这部分 https://wiki.archlinux.org/index.php/Wireless_network_configuration#Connect_to_an_access_point 现在由于我的加密是 WPA2,我使用了以下给定的命令
# wpa_supplicant -i interface -c <(wpa_passphrase "your_SSID" "your_key")
Run Code Online (Sandbox Code Playgroud)
输出是:
Successfully initialized wpa_supplicant
Run Code Online (Sandbox Code Playgroud)
但是,尝试时# iw dev interface link
它说我没有连接?
更奇怪的是,在尝试通过 wpa_cli 关闭 wpa_supplicant 时,我收到以下错误,然后是无限加载(除非使用 CTRL+C 中止):
Could not connect to wpa_supplicant: (nil) - re-trying
Run Code Online (Sandbox Code Playgroud)
我的问题是:发生了什么,我能做些什么?如有必要,请随时询问有关我的笔记本电脑设置、软件等的任何信息。
这是我所知道的:
所以我想在我的 Kali Linux 发行版上安装谷歌浏览器,看起来我想念libappindicator1
哪个 Chrome 依赖。所以我尝试安装该软件包,它说:
Package libappindicator1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'libappindicator1' has no installation candidate
Run Code Online (Sandbox Code Playgroud)
我输入了以下命令:
apt-cache search libappindcator1
Run Code Online (Sandbox Code Playgroud)
但没有得到回应。得出的结论是,包裹甚至不存在。
我该如何安装?
附加信息: my sources.list
in的内容/etc/apt
:
deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386
LIVE/INSTALL Binary 20150312-18:43]/ kali contrib main non-free
deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official …
Run Code Online (Sandbox Code Playgroud)