Ubuntu Touch

Multi tool use
|
Versão do sistema operativo Unix-like
|

|
Produção
|
Canonical, UBports
|
Modelo
|
Software Livre
|
Versão em teste
|
|
Método de atualização
|
Ubuntu Software Center
|
Gestão de pacotes
|
Dpkg
|
Interface
|
Unity shell
|
Licença
|
GNU
|
Página oficial
|
Página oficial (em inglês).
|
Estado de desenvolvimento
|
Descontinuado em Abril de 2017
|
Ubuntu Mobile OS ou Ubuntu Touch é um sistema operacional para tablets e smartphones baseado no kernel do Linux, desenvolvido pela Canonical.[1] Após ser descontinuado, a comunidade UBports passou a desenvolver e manter o projeto.[2][3][4]
A Empresa espanhola BQ foi a primeira empresa a lançar um smartphone com Ubuntu Touch, chamado BQ Aquaris E4.5.[5] Em seguida lançou o modelo BQ Aquaris E5 Ubuntu Edition.
A Empresa chinesa Meizu também lançou um smartphone com este sistema, chamado Meizu MX4.
Descontinuação |
Em abril de 2017, Mark Shuttleworth anunciou que a Canonical estaria descontinuando o desenvolvimento de alguns projetos, dentre eles o Unity e o próprio Ubuntu Touch.[6]
Referências
↑ Backed by Canonical | Ubuntu
↑ Canonical. «Ubuntu on phones - Ubuntu». ubuntu.com. Consultado em 9 de junho de 2015. Arquivado do original em 26 de março de 2013
↑ Gripsgard, Marius. «I'm not giving up!». Google Plus. Consultado em 25 de outubro de 2017
↑ UBports. «Ubuntu Touch». ubuntu-touch.io. Consultado em 25 de outubro de 2017
↑ «Aquaris E4.5: o primeiro smartphone com Ubuntu é finalmente lançado». 6 de fevereiro de 2015. Consultado em 4 de outubro de 2016
↑ Sneddon, Joey (6 de maio de 2017). «Ubuntu 18.04 To Ship with GNOME Desktop, Not Unity». OMG Ubuntu (em inglês). Consultado em 11 de outubro de 2017
Ligações externas |
|
Geral |
- Canonical Ltd.
- Ubuntu (ideologia)
- Ubuntu Foundation
|
Pessoas |
- Jono Bacon
- Ben Collins
- Benjamin Mako Hill
- Ian Jackson
- Scott James Remnant
- Mark Shuttleworth
- Jeff Waugh
- Matt Zimmerman
- Jane Silber
|
Distribuições |
Edições oficiais |
- Ubuntu
- Ubuntu Server
- Ubuntu Touch
- Ubuntu TV
- Ubuntu Kylin
|
Mantidas pela comunidade |
- Edubuntu
- Kubuntu
- Lubuntu
- Ubuntu Budgie
- Ubuntu GNOME
- Ubuntu MATE
- Ubuntu Studio
- Xubuntu
|
Distribuições derivadas não oficiais |
- BackBox
- BackTrack
- elementary OS
- Emmabuntüs
- Ichthux
- Linuxacessivel
- Linux Educacional
- Linux Mint
- Linux Lite
- Mangaka Linux
- Pinguy OS
- Poseidon Linux
- Sabily
- Symphony OS
- Trisquel
- Ultimate Edition
- Zorin OS
|
Descontinuadas |
- EasyPeasy
- Goobuntu
- GOS
- Mythbuntu
- Super OS
- Ubuntu Mobile
- Ubuntu Netbook Edition
- Ubuntu JeOS
- ZeVenOS
|
|
Software |
- Bazaar
- Getdeb
- Gdebi
- Juju
- Live USB creator
- Restricted extras
- Snappy
- Software Updater
- Uncomplicated Firewall
- Ubiquity
Descontinuados |
- Mir display server
- OpenCD
- StartUp-Manager
- Ubuntu for Android
- Ubuntu One
- Ubuntu Software Center
- Unity
- Upstart
- Usplash
- Wubi
- XSplash
|
|
Suporte |
- Ask Ubuntu
- Launchpad
- Paper Cut
- Personal Package Archive
- Ubuntu Forums
- Ubuntu Certified Professional
|
Fontes |
- Ubuntu Font Family
- Ubuntu-Title
|
Mídia |
- Full Circle
- OMG! Ubuntu!
- Ubuntu User
|
Software relacionado |
- Debian
- deb format
- dpkg
- APT
- aptitude
- debconf package
- dash
|
 |
Este artigo sobre Informática é um esboço. Você pode ajudar a Wikipédia expandindo-o.
|
bt,ZhYLx,M
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
0
I have problem with inserting data to MySQL from modal. My modal: <a href="#" class="badge badge-pill badge-success">6 komentarzy</a> <a href="#" class="badge badge-pill badge-danger">brak komentarzy</a> <a data-toggle="modal" href="#add_desk_comm_{$desk_['desk_id']}" data-target="#add_desk_comm_{$desk_['desk_id']}" class="ediiit">(dodaj)</a> <div class="modal fade" id="add_desk_comm_{$desk_['desk_id']}" tabindex="-1" role="dialog" aria-labelledby="edit_printer" aria-hidden="true"> <div class="modal-dialog" role="document"> ...