| | 289 | |
| | 290 | |
| | 291 | [=#modemmanager-ppa] |
| | 292 | === Installing pre-built latest stable libqmi/libmbim/modemmanager via PPA |
| | 293 | 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: |
| | 294 | - [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-bionic modemmanager/libqmi/libmbim PPA bionic] |
| | 295 | - [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-xenial modemmanager/libqmi/libmbim PPA xenial] |
| | 296 | - [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-trusty modemmanager/libqmi/libmbim PPA trusty] |
| | 297 | |
| | 298 | Bionic: |
| | 299 | {{{#!bash |
| | 300 | apt-get install software-properties-common # contains add-apt-repository |
| | 301 | add-apt-repository ppa:aleksander-m/modemmanager-bionic |
| | 302 | apt-get update |
| | 303 | apt-get install modemmanager libqmi-utils libmbim-utils |
| | 304 | }}} |
| | 305 | |
| | 306 | Xenial: |
| | 307 | {{{#!bash |
| | 308 | apt-get install software-properties-common # contains add-apt-repository |
| | 309 | add-apt-repository ppa:aleksander-m/modemmanager-xenial |
| | 310 | apt-get update |
| | 311 | apt-get install modemmanager libqmi-utils libmbim-utils |
| | 312 | }}} |
| | 313 | |
| | 314 | Trusty: |
| | 315 | {{{#!bash |
| | 316 | add-apt-repository ppa:aleksander-m/modemmanager-trusty |
| | 317 | apt-get update |
| | 318 | apt-get install modemmanager libqmi-utils libmbim-utils |
| | 319 | }}} |
| | 320 | |
| | 321 | see [#building-from-source below] for details on how to build even more up to date versions from source if needed. |
| | 322 | |
| 1059 | | [=#modemmanager-ppa] |
| 1060 | | === Installing pre-built latest stable libqmi/libmbim/modemmanager via PPA |
| 1061 | | 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: |
| 1062 | | - [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-bionic modemmanager/libqmi/libmbim PPA bionic] |
| 1063 | | - [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-xenial modemmanager/libqmi/libmbim PPA xenial] |
| 1064 | | - [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-trusty modemmanager/libqmi/libmbim PPA trusty] |
| 1065 | | |
| 1066 | | Bionic: |
| 1067 | | {{{#!bash |
| 1068 | | apt-get install software-properties-common # contains add-apt-repository |
| 1069 | | add-apt-repository ppa:aleksander-m/modemmanager-bionic |
| 1070 | | apt-get update |
| 1071 | | apt-get install modemmanager libqmi-utils libmbim-utils |
| 1072 | | }}} |
| 1073 | | |
| 1074 | | Xenial: |
| 1075 | | {{{#!bash |
| 1076 | | apt-get install software-properties-common # contains add-apt-repository |
| 1077 | | add-apt-repository ppa:aleksander-m/modemmanager-xenial |
| 1078 | | apt-get update |
| 1079 | | apt-get install modemmanager libqmi-utils libmbim-utils |
| 1080 | | }}} |
| 1081 | | |
| 1082 | | Trusty: |
| 1083 | | {{{#!bash |
| 1084 | | add-apt-repository ppa:aleksander-m/modemmanager-trusty |
| 1085 | | apt-get update |
| 1086 | | apt-get install modemmanager libqmi-utils libmbim-utils |
| 1087 | | }}} |
| 1088 | | |