| 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] |
| 103 | | * [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-xenial modemmanager/libqmi/libmbim PPA xenial] |
| 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 | | }}} |
| 113 | | |
| 114 | | Xenial: |
| 115 | | {{{#!bash |
| 116 | | apt-get install software-properties-common # contains add-apt-repository |
| 117 | | add-apt-repository ppa:aleksander-m/modemmanager-xenial |
| 118 | | apt-get update |
| 119 | | apt-get install modemmanager libqmi-utils libmbim-utils |
| 120 | | }}} |
| 121 | | |
| 122 | | Trusty: |
| 123 | | {{{#!bash |
| 124 | | add-apt-repository ppa:aleksander-m/modemmanager-trusty |
| 125 | | apt-get update |
| 126 | | apt-get install modemmanager libqmi-utils libmbim-utils |
| 127 | | }}} |
| 128 | | |
| 129 | | See [wiki:wireless/modem modem] for more info on how to use these packages |
| | 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. |
| | 102 | |
| | 103 | See [wiki:wireless/modem#ubuntu modem#ubuntu] for more info on how to use these packages and how to retrieve the latest versions of them from his PPA |