Posts

Showing posts from December, 2015

Top web browser for linux(ubuntu)

1.Chrome 2.firefox 3.vivaldi 4.yandex 5.opera 6.maxthon 7.Browser(preinstalled in ubutnu 15.10) type browser in search bar of ubuntu in 15.10 8. liri browser http://liriproject.me/browser/#discover

How to Compile(Install) the Latest Wine 32-bit on 64-bit Ubuntu (15.10)

Download the source tarball from here (direct link here ) and uncompress it ( tar -xf wine-1.7.53 )(you can uncompress it by right click on the downloaded fule and click on extract here). Next, install the dependencies: sudo apt-get install build-essential gcc-multilib libx11-dev:i386 libfreetype6-dev:i386 libxcursor-dev:i386 libxi-dev:i386 libxshmfence-dev:i386 libxxf86vm-dev:i386 libxrandr-dev:i386 libxinerama-dev:i386 libxcomposite-dev:i386 libglu1-mesa-dev:i386 libosmesa6-dev:i386 libpcap0.8-dev:i386 libdbus-1-dev:i386 libncurses5-dev:i386 libsane-dev:i386 libv4l-dev:i386 libgphoto2-dev:i386 liblcms2-dev:i386 gstreamer0.10-plugins-base:i386 libcapi20-dev:i386 libcups2-dev:i386 libfontconfig1-dev:i386 libgsm1-dev:i386 libtiff5-dev:i386 libmpg123-dev:i386 libopenal-dev:i386 libldap2-dev:i386 libgnutls-dev:i386 libjpeg-dev:i386 copy paste the above line in terminal after this go the inside the wine folder that we have extracted or uncompressed earlier and file file configure