
Ubuntu 12.04にap-hotspotをインストールできないようです。次のコマンドを実行する必要があることをどこかで読みました。
$ sudo su -
# add-apt-repository ppa:nilarimogard/webupd8
# aptitude update
# aptitude install ap-hotspot
# ap-hotspot configure
# ap-hotspot start
しかし、エラーが発生し、端末が適性更新に停止しましたSomething wicked happened resolving 'packages.medibuntu.org:http'
。メディバトルが終了したからと聞きました。そのため、/etc/apt/sources.list.d/
適性更新を再度実行する前に入って、Medibuntuに関連するすべてを削除する必要がありました。
その後、実行しようとしましたが、apt-get install ap-hotspot
エラーが発生します。
The following packages have unmet dependencies:
ap-hotspot : Depends: dnsmasq but it is not going to be installed
それから実行しましたが、apt-get install dnsmasq
エラーが発生しました。
The following packages have unmet dependencies:
dnsmasq : Depends: dnsmasq-base (>= 2.59-4) but it is not going to be installed
それから走りましたapt-get install dnsmasq-base
が、次のメッセージを受け取りました。
dnsmasq-base is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 260 not upgraded.
それでは、ap-hotspotをどのように機能させますか?
答え1
ap_hotspot は廃止され、開発者は開発しなくなりました。
create_apは、Linuxディストリビューションで無料で利用できる新しいホットスポットジェネレータです。 githubと同期して自分で作成できます。
git clone https://github.com/oblique/create_ap
cd create ap
make install
/*上記の方法はDebianベースの展開に適しています。*/ AP生成の初期化:1)ターミナル起動2)コマンドを入力してcreate_ap
表示
create_ap wlan0 wlan0 MyAccessPoint MyPassPhrase
源泉:追加コマンドの確認
答え2
dnsmasq-base:
Installed: 2.68-1
Candidate: 2.68-1
Version table:
*** 2.68-1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
dnsmasq:
Installed: (none)
Candidate: (none)
Version table:
ap-hotspot:
Installed: (none)
Candidate: 0.3-1~webupd8~4
Version table:
0.3-1~webupd8~4 0
500 http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/ trusty/main amd64 Packages