For those not comfortable in building Mesa and other open-source Linux graphics driver packages from source, the popular “Oibaf PPA” was updated this morning and it brings Mesa 10.0 Git to Ubuntu 13.10, 13.04, 12.10, and 12.04 LTS distributions. There’s also other newer graphics packages there too…
SELinux User-Space Sees A Big Update
The user-space component to the SELinux project saw a major release yesterday. The libselinux, checkpolicy, libsemanage, libsepol, policycoreutils, and sepolgen software was updated to version 2.2…
Blender 2.69 Gets A Halloween Release
Blender 2.69 is now out as the latest release of the open-source 3D modelling software…
How to Speed Up Slow apt-get Install on Debian or Ubuntu
If you feel that package installation by apt-get or aptitude is often too slow on your Debian or Ubuntu system, there are several ways to improve the situation. Have you considered switching default mirror sites being used? Have you checked the upstream bandwidth of your Internet connection to see if that is the bottleneck? Nothing […]
Continue reading…
The post How to speed up slow apt-get install on Debian or Ubuntu appeared first on Xmodulo.
Related FAQs:
Android KitKat Could Focus on Cheaper Phones and Wearables

Android 4.4 KitKat isn’t just an advertising coup. According to former Wall Street Journal reporter Amir Efrati, it will also be Google’s latest attempt to make cheaper Android devices attainable, and prep the mobile OS for wearable computing.
Slackware 14.1 Just Days Away
Slackware 14.1 has been cooking for a while now and Willy Sudiarto Raharjo says it’s just day away now. His exact words today were, “Since RC 3 has been announced, there wasn’t much addition or changes happening on -Current, which means that the final release is just a matter of days.”
Samsung Ships 5 Million Galaxy Note 3s in First Month
Samsung has shown great success with their Galaxy Note series and the latest device, the Note 3, is raising the bar for shipments.
IBM Bails on $600M CIA Cloud Deal, Lets Amazon Have It
Big Blue withdraws its bit to run the U.S. spy agency’s private cloud, ceding to Amazon, which originally won the contract.
Intel and ARM: Frenemies for the Greater Good?
Altera’s latest ARM processor will use Intel’s manufacturing processes. Is this the real kickoff to what could be a lucrative foundry business for Intel?
Qt for Tizen Update Makes for Easier Cross-Platform App Development
Earlier this month, the Qt for Tizen project announced its 1.0 Alpha 4 update of Qt solutions for developers, designers, and system integrators.
Qt for Tizen is a community-driven port of Qt 5, a cross-platform application and user-interface framework for developers using C++ and QML. And the latest updates incorporate the Qt 5.2 Alpha build with added support for Android and iOS.
Qt for Tizen claims to be “one native SDK that can target Tizen, Android, iOS, specialized embedded systems and desktops, and more.” But what does this mean for developers?
In short, it’s easier to build applications for Tizen that take advantage of the operating system’s unique mobile features, without writing a lot of extra code. With Qt Creator at the center of the new SDK, Qt for Tizen streamlines the process of designing, coding, running, debugging, and publishing mobile apps.
If you’re considering writing software for Tizen but have concerns about market adoption, Qt is a practical option because it allows you to develop for multiple platforms at the same time. It addresses the needs of software developers who already have their Qt or C++ code and would like to support Tizen, too. Qt developers who have only programmed for desktops or embedded devices can also use it as the first approach when expanding to the mobile space.
“Maintainers of the OS understand this pragmatic approach, for example, by enabling an Android compatibility layer,” says Jaroslaw Staniek, Qt and Open Source Evangelist.

Tailored to Tizen
Tizen is a Linux Foundation collaborative project led by a Technical Steering Group, which includes Samsung and Intel, and the Tizen Association, which includes representatives from 12 mobile-focused companies. The project is an open source, standards-based software platform for developing HTML5-based applications, which makes it an attractive option for developing cross-platform mobile apps.
Every release of Qt for Tizen brings deeper integration with Tizen’s approach to development, according to Staniek.
For example, integration with HTML5 programming is an option in both Qt/C++ and Qt Quick programming, Staniek says. And “its web engine is planned to be upgraded from WebKit to Blink.” Qt apps can embed HTML5 elements when it’s necessary, Staniek explains, and there are facilities built into Qt Quick for using REST APIs for web services without needing to use a web engine.
According to Staniek, this prevents making HTML5 support a requirement on a given platform, so instead of a heavier web engine, most use cases can be covered by the Qt Quick engine or native C++. Staniek points out that these choices are sometimes appreciated by embedded developers when resources are constrained.
Application lifetime is also transparently handled so developers don’t have to add any extra code, Staniek says. “And smartphone sensors support was implemented in less than one week, and supports standard Qt APIs.” He adds, “Basically, any more-or-less custom bit of hardware or middleware can be rather easily exposed to Qt programming using Qt-like style of APIs.” .
A week after Tizen 2.2 introduced theming, Qt for Tizen offered support for themes for the desktop, emulators, and smartphones, with the ability to switch between them on the fly, according to Staniek. Qt for Tizen provides a full set of UI controls compliant withTizen UX guidelines.
“Interestingly, this set is currently the most complete among all Qt Quick styles, even compared to Android,” Staniek says.
Beyond Tizen
The latest release also goes beyond Tizen integration to provide a template for integrating other cutting edge features and mobile operating systems as well.
“Qt for Tizen goes even further by contributing back its mobile phone-related improvements to the base APIs of Qt Quick Controls and Styles,” Staniek said. “This led to a situation where general-purpose APIs stabilized within Qt for Tizen have recently been adopted by the Nemo Mobile project for their Glacier UI, open source variant of Jolla phone’s UI style.”
At the graphical level, Qt for Tizen is one of the first frameworks that fully supports the Wayland display system in Tizen 3.0 IVI, Staniek explains.
“By full support, we mean it’s support for custom compositors written by third-parties in Qt,” he says. This support is handy when you consider that airplane infotainment, for example, has differently designed workflows than car systems.
“We’re looking forward to seeing many such integrations in embedded or IVI (In-Vehicle Infotainment) systems,” he said.