Showing posts with label Synaptic Package Manager. Show all posts
Showing posts with label Synaptic Package Manager. Show all posts

Wednesday, November 18, 2009

Install WINE

Wine (Microsoft Windows Compatibility layer) is one of the most loved softwares on Ubuntu. What it does is allows you to run Windows files on Ubuntu. Say you want to play a game which doesnt have a Linux counterpart, or say a software whose windows versions are popular, what do you do? Simple, install Wine and play the game exactly as you would on Windows!

So how do you install Wine? Well thankfully its in the Ubuntu repositories.

First up go to Ubuntu Software Center and type "Wine", you'll get the following search results:

Image Hosted by ImageShack.us

Next select the Wine beta option (its better to select beta since it has loads of bug fixes compared to the stable version, ironically! :) ) as shown in the previous pic and install it:

Image Hosted by ImageShack.us

Thats it! Now whenever you come across a .exe file or any Windows supported file, just right click on it and select the option to open the file with Wine. It will then run exactly as it would on Windows.




    Extra Tips:


Here's some really useful info. Wine actually modifies your Firefox tahoma font and unfortunately that will make all your firefox fonts look really really weird! Eg. bold fonts would look like regular fonts etc. There's a way to undo the damage without affecting Wine at all. What you need to do is go to System > Administration > Synaptic Package Manager. From there, search "ttf-tahoma-replacement" in the search bar. It will obviously be installed on your system (considering you've already installed Wine).



Image Hosted by ImageShack.us

So what you do is basically select the package and mark for complete removal of it (just the "ttf-tahoma-replacement" package, nothing else). Click on "Apply" to remove the pack.

Image Hosted by ImageShack.us

And once you have removed the font pack, your synaptic should look like this once you search for "ttf-tahoma-replacement" again in the search bar (the pack should be deactivated/unselected):

Image Hosted by ImageShack.us

I had to figure this thing out by myself. I havent found any other tutorial which explains this Firefox font problem solution.

Anyway, hope you enjoyed finding it out!

Share/Bookmark

Saturday, November 14, 2009

Install restricted extras for Ubuntu

These packages will add MP3, Quicktime, Windows Media, Flash support, and a whole lot of codec support which virtually will result in you being able to play almost anything under the sun! :)

So, this is how you install the pack (you can use any one):

1. Terminal method

Open the terminal and type the following:

sudo apt-get install ubuntu-restricted-extras


2. Synaptic method

Open the Synaptic package manager (Ubuntu Main Menu > System > Administration > Synaptic package manager) and search with the following words: "ubuntu-restricted-extras". Install the package which appears in the search result with the same name. After installation the package should look like the pic below.

Image Hosted by ImageShack.us

Mind you, there are legal restrictions for these packages in some countries. (Go through this link for more on Ubuntu Licensing : Licensing)

Share/Bookmark