masaüstü

How to install QupZilla 2.1.2 Lightweight Browser on Linux

How to install QupZilla 2.1.2 Lightweight Browser on Linux

QupZilla 2.1.2 recently released, is one of the new and very fast QtWebEngine browser released. The goal behind this browser is to make it a lightweight web browser available in all major platforms.

Key Features

Currently it implements all standard web browser features. In addition to this, it provides a lot of interesting features like

QupZilla 2.1.2 Changelog

How to install QupZilla 2.1.2 on Ubuntu 17.04, Ubuntu 16.10, Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04, Ubuntu 12.04, Debian Flavors

Note that it appear github version number had not been updated yet

wget https://download.qt.io/archive/online_installers/2.0/qt-unified-linux-x64-2.0.3-online.run chmod +x qt-unified-linux-x64-2.0.3-online.run sudo ./qt-unified-linux-x64-2.0.3-online.run echo "export LD_LIBRARY_PATH=/opt/Qt/5.8/gcc_64/lib" >> ~/.zshrc source ~/.zshrc
sudo apt-get install git qt5-qmake libqt5positioning5 qtpositioning5-dev libqt5x11extras5 libqt5x11extras5-dev libx11-xcb-dev libx11-xcb1 libxcb-util-dev libxcb1 libxcb1-dev xcb-proto libssl-dev git clone git://github.com/QupZilla/qupzilla.git cd qupzilla SLKCFLAGS="-O2 -fPIC" qmake DEFINES+=NO_SYSTEM_DATAPATH QMAKE_CXXFLAGS="$SLKCFLAGS" make ./bin/qupzilla

How to uninstall QupZilla from Ubuntu

sudo apt-get remove qupzilla
How to Install and Play Doom on Linux
Introduction to Doom The Doom Series originated in the 90s after the release of the original Doom. It was an instant hit and from that time onwards th...
Vulkan for Linux Users
With each new generation of graphics cards, we see game developers push the limits of graphical fidelity and come one step closer to photorealism. But...
OpenTTD vs Simutrans
Creating your own transport simulation can be fun, relaxing and extremely enticing. That's why you need to make sure that you try out as many games as...