Changes between Version 8 and Version 9 of ubuntu
- Timestamp:
- 11/06/2018 06:40:13 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ubuntu
v8 v9 99 99 [=#modem] 100 100 == Modem Support == 101 Aleksander Morgado (https://aleksander.es), a key developer behind the !ModemManager, libqmi, and libmbim projects that provide modem support on Ubuntu provides up-to-date Ubuntu PPA's for 14.04 trusty and 16.04 xenial. Instructions on how to add the PPA feeds and update the packages exist there: 101 Aleksander Morgado (https://aleksander.es), a key developer behind the !ModemManager, libqmi, and libmbim projects that provide modem support on Ubuntu provides up-to-date Ubuntu PPA's for Ubuntu. Instructions on how to add the PPA feeds and update the packages exist there: 102 * [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-bionic modemmanager/libqmi/libmbim PPA bionic] 102 103 * [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-xenial modemmanager/libqmi/libmbim PPA xenial] 103 104 * [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-trusty modemmanager/libqmi/libmbim PPA trusty] 105 106 Bionic: 107 {{{#!bash 108 apt-get install software-properties-common # contains add-apt-repository 109 add-apt-repository ppa:aleksander-m/modemmanager-bionic 110 apt-get update 111 apt-get install modemmanager libqmi-utils libmbim-utils 112 }}} 104 113 105 114 Xenial: