Laptops Under 200

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg
Showing posts with label libre office. Show all posts
Showing posts with label libre office. Show all posts

Saturday, 2 July 2011

LibreOffice 3.4.1 is Released! - How to Install it in Ubuntu 11.04 Natty Narwhal?

Posted on 02:56 by Unknown
The true GNU licensed office productivity software suite which was introduced not that long ago called LibreOffice is certainly gaining some momentum (when considering the frequent update "cycle" :D). For those of you who doesn't know much about this open source office suite, (GNU actually) it was created as a result of Oracle clashing with the formally known OpenOffice suite community after purchasing it from Sun Microsystem (well, Oracle actually own it!) sometime ago.

Since then the developers have been quite busy creating and fixing bugs in their attempt to making this the dominating cross-platform, true open source office suite, hopefully ;-). Few weeks ago LibreOffice released the version 3.4 which did bring some major changes (such as Unity menu support by default, etc) and yesterday they even released the latest version, 3.4.1.

Although this won't bring major features when comparing with the already existing 3.4 version but it does come with bug fixes thus LibreOffice developers advice the users to make the upgrade.



They also said that the next update would come around July by saying...
"It is safely for production need by most users - LibreOffice 3.4.2, available by the end of July, will target enterprise deployments."
According to their Fixes page it comes with some bug fixes such as added support for Oxygen icons, GTK system tray icon related bug fix, Keyboard navigation related issues, few .doc and .docx importing issues + a lot of other bug fixes as usual.

The Unity appindicator menu didn't work as expected with the previos 3.4 version... so let's hope that at least this time it'll work for most of us...

You can install LibreOffice 3.4.1 in Ubuntu 11.04 Natty Narwhal by first removing the already installed one first.

To do that, open your Terminal and enter the below command.
sudo apt-get purge libreoffice-core
Although the next command may be optional depending on how you installed the existing the LibreOffice suite (you know whether you have the default installation - 3.3.x version that comes with the Ubuntu LiveCD or have already installed it manually, etc) ... but please do enter it, just in case ;-).
sudo apt-get purge libreoffice
Now download the archive file from here get the 64-bit version from here.

Now extract the content to somewhere (say your desktop). Then open that folder in your GNU/Linux Terminal and then you'll see a folder called "DEBS". Change (cd) directory to that "DEBS" folder in your Terminal and enter the below command.
sudo dpkg -i *.deb
Now we have to make sure the office suite integrates well with your desktop (making the shortcuts, etc). To do that use the below two commands.
cd desktop-integration

sudo dpkg -i *.deb
Yep that is. Now you've installed this amazing (and free :D) office productivity suite in Ubuntu Linux 11.04. Although the installation is much more easier with the PPA but they don't update it often enough... so you'll be better off with this manual method instead.
Read More
Posted in gtk applications, libre office, linux, office productivity suits, ubuntu | No comments

Saturday, 4 June 2011

How To Install LibreOffice 3.4 in Ubuntu 11.04 Natty Narwhal (Including 10.10/10.04))?

Posted on 01:49 by Unknown
After the little "corruption" :) that took place in the office productivity software suite called OpenOffice or the community in general, almost all GNU/Linux operating systems are now switching or already shipping LibreOffiice (one of the best office suite for GNU/Linux, already :D) with their distributions. Starting with the version 11.04 in Ubuntu and Fedora Core 15, instead of the old OpenOffice we have Libre!.

And the latest news is that they've updated and released LibreOffice to the version 3.4 few hours ago!. The most easily noticeable thing with this update is the start up time. Although you may not notice a huge difference since LibreOffice is certainly faster than the OpenOffice yet.. it is starting to speed things up :).

Anyhow, starting with the usual bug fixes (around 8000!, what a "bug")... the 3.4 version does bring some noticeable improvements such as...

*. New drop shadow/gradient is added to the Writer (the default writing app).

*. Improved compability with ODF.

*. A faster and stable graphic "engine" is introduced.


*. A new/redesigned copy/paste/edit sheet dialog box for Calc.

*. Improve HTML export with an image thumbnail gallery for the Draw/Impress.

*. Unity global menu initial support is added!.

*. Faster text rendering.


These are handful of new features in this 3.4 release to mention. And if you want to install LibreOffice 3.4 final version in Ubuntu 11.04 Natty Narwhal or 10.10/10.04 then you can add the below PPA to your system but they haven't released a the files yet, but I'm pretty sure you should be able to get it within the next few hours.

So open your Terminal and enter the below command which should install LibreOffice 3.4 in your Ubuntu OS when released (by the time you read this post, it could've been already released.. so try it).
sudo add-apt-repository ppa:libreoffice/ppa

sudo apt-get update
sudo apt-get install libreoffice
If you use Gnome classic desktop then use the below command afterward.
sudo apt-get install libreoffice-gnome
If you use KDE, then use the below one instead.
 sudo apt-get install libreoffice-kde

Manual installation of LibreOffice 3.4 (Ubuntu only) 

Note: All the below steps (from 1 to 11) are only required if you have installed LibreOffice software previously from the PPA or a manual installation. So, if you haven't done anything like that (let's learn Linux command line then :D) and have the system that comes with the Unity by default then use the below command and skip the first 5 "steps" and go the "6" th straight away.
sudo apt-get purge libreoffice-core

If you can't wait till they release the PPA of this amazing office suite for GNU/Linux (I totally understand :P) then you can manually install it.

1. First we have to remove the currently installed LibreOffice from Ubuntu. To do that, open your Terminal and enter the below command.
sudo synaptic
2. In the search box search for the below text.
libreoffice
3. Search for a package named "libreoffice3". Right click on it and choose "Mark for Complete Removal" and when prompted accept the additional changes.

4. Then scroll down until you see the above mentioned "libreoffice" package in Synaptic window and again right click on it and choose "Mark for Complete Removal". When asked, accept the additional changes.

5. Now click on the "Apply" button on Synaptic package manager and mark every single listed package for complete removal. And your current LibreOffice should be completely removed after that.

6. Now (not necessary but just reboot your PC, just in case) download the LibreOffice 3.4 .deb from here . If you use the 64-bit version, then get it from here. Now extract the content, say to your "desktop".

7. Open the extracted folder in Nautilus file manager (the folder should be called "LibO_3.4.0_Linux_x86_install-deb_en-US" ... or "LibO_3.4.0_Linux_x86_64_install-deb_en-US" for 64-bit version).

8. Now you should see a folder called "DEBS" in that extracted folder. Open that folder using your Terminal.

9. Then enter the below command in that opened Terminal window.

sudo dpkg -i *.deb

10. Now use the next command which will integrate the LibreOffice with your OS desktop (shortcuts, etc).
cd desktop-integration
11. Now the last part (if you're still with me :) ), use the below command which is the last of all commands :P.
sudo dpkg -i *.deb
Now you should have LibreOffice 3.4 installed in Ubuntu 11.04/10.10 and 10.04, at last, and have learned a bit about GNU/Linux in 10 minutes (no worries, I'm also one of those Dummies as well :D).
Read More
Posted in libre office, linux, office suits, ubuntu | No comments
Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • How to Install FocusWriter (Professional Writing Application) in Ubuntu Linux?
    If you're a professional writer who'd like to have a simple text editor or a professional writing to be precise with minimal of dis...
  • How to Install Acidrip in Ubuntu - The Best DVDRipper for GNU/Linux! (I think :/)
    Without any particular reason, sometime ago I really wanted to know about DVD ripping (including encoding) using nothing but my GNU/Linux po...
  • Install "GConf Cleaner" in Ubuntu Linux (A "Registry" Cleaner for GTK/Gnome Desktop!)
    Just like any other operating system, GNU/Linux also stores its most important configuration files using various ways. Some are embedded int...
  • How to Install DesktopNova in Ubuntu?
    DesktopNova is a simple application that automatically changes your wallpapers. Although currently it only supports Gnome and XFCE desktops....
  • When Your Desktop Gets "Stuck", Try the Force Shutdown/Reboot Command
    This command is not something new and is known by almost all the GNU/Linux users. But for those of you who haven't heard of it, it can b...
  • Install Gdiskdump in Ubuntu 11.04 - An Easy To Use Disk Cloning Tool for GNU/Linux!
    Although for Microsoft Windows there are several excellent commercial and free applications available yet with GNU/Linux when it comes to di...
  • Fast Loading Image Viewer for Ubuntu Linux: Mirage
    These days when it comes to image viewers , GNU/Linux has a whole bunch of very competitive ones + if you use Ubuntu, then it comes with an ...
  • Asus Eee PC X101 Secretly Gets a Product Page!
    Few weeks ago Asus showed off one of their upcoming netbooks called the Eee PC X101 . Concerning the cheap hardware this netbooks had nothin...
  • Wanna Change the Location of Ubuntu 11.04 Natty Narwhal's Dock/Launcher?
    Note: Guys... I think I made a mistake :). This won't work because... what this option enables is, the corner that you have to bring you...
  • How To Install emesene 2.11.5 in Ubuntu 11.04 Natty Narwhal?
    emesene is a chat client (GUI) that lets you "merge" or use several chat protocols such as Jabber, Facebook, Google Talk, etc unde...

Categories

  • 11.04 natty narwhal
  • 11.10
  • 3d rendering
  • addons
  • address books
  • adobe
  • adobe flash
  • adobe flash player
  • amarok
  • amarok for windows
  • andorid
  • android
  • android applications
  • android apps
  • android phones
  • android tablets
  • app launchers
  • apple
  • applets
  • application indicator
  • applications
  • applications for windows
  • archive managers
  • arios
  • art
  • arts
  • asus
  • asus eee pc
  • ati
  • ati catalyst
  • audio
  • audio converts
  • audio editors
  • audio encoders
  • audio players
  • audio tag editing
  • audio utilities
  • ayatana scrollbars
  • backup
  • backup tools
  • banners
  • batter saver
  • battery calibration
  • benchmark testing
  • bittorrent
  • bittorrent clients
  • blogger
  • blogger news
  • blogger platform
  • blogging
  • blogging tips
  • blogging utilities
  • blu-ray
  • boot loaders
  • BSOD
  • business card creator
  • Canonical
  • cd/dvd burners
  • chat clients
  • checksum checker
  • chrome
  • chrome addons
  • chrome os
  • chromium
  • clamav
  • cloud computing
  • cloud comupting
  • cloud storage
  • clutter
  • collaborative editor
  • command line
  • commands
  • community
  • compiz
  • computer repair
  • computers
  • cross-platform
  • data backup
  • data encrption
  • desklets
  • desktop environments
  • digital audio workstation
  • disk cloning
  • disk drive erasers
  • disk image burning
  • disk images
  • disk partition editors
  • display managers
  • distributions
  • docks
  • download managers
  • drawing tools
  • drivers
  • driving lessons
  • dropbox
  • dvd authoring
  • dvd backup
  • dvd creator
  • e-book managers
  • e-mail
  • e-mail clients
  • e-mails
  • eee pc
  • elementary os
  • email clients
  • emails
  • encoding
  • encorders
  • experiences
  • facebook
  • fedora
  • fedora core
  • fedora core 15
  • fedora core learn
  • feed readers
  • file management tools
  • file managers
  • file manegers
  • file recovering
  • file splitters
  • file systems
  • filesystems
  • finance
  • firefox
  • firefox 5
  • firefox 6
  • firefox addons
  • firefox5
  • firmware utilities
  • flash videos
  • flickr
  • fonts
  • frustrations
  • fun
  • gadgets
  • GDM
  • gentoo
  • gimp
  • gmail
  • Gnome
  • gnome 3 shell theme
  • gnome 3.2
  • gnome applications
  • gnome desktop
  • gnome shell
  • gnome3
  • gnu
  • gnu emacs
  • gnu-linux
  • gnu-linux distributions
  • goober
  • google
  • google chrome
  • google chrome extensions
  • google maps
  • GPU
  • graphic design
  • graphic utilities
  • grey screen of death
  • grub editors
  • gtk
  • gtk applications
  • gtk themes
  • gtk3
  • gtk3 themes
  • hardware monitors
  • hdd clone tools
  • hdd tools
  • health
  • hobbies
  • html5
  • icons
  • ideas
  • im clients
  • iMac computer repair
  • iMac error
  • image editiors
  • image organizers
  • image resizers
  • image utilities
  • image viewers
  • iphone
  • itunes
  • java
  • journal applications
  • kde
  • kde 4.6
  • kde applications
  • kde-qt
  • kernel
  • kubuntu
  • kubuntu 11.04
  • laptops
  • learn
  • learn linux
  • legal
  • libre office
  • life
  • lightdm
  • linux
  • Linux distributions
  • linux keyboards
  • linux mint
  • linux multimedia players
  • linux music players
  • loco teams
  • logmein
  • lubuntu
  • lxde vs xfce
  • mac osx
  • mandriva
  • media players
  • metacity
  • microsoft windows
  • mounting
  • mplayer
  • ms windows
  • multi-touch gestures
  • multimedia
  • multimedia codecs
  • multimedia converters
  • multimedia players
  • multimedia utilities
  • music players
  • mypaint
  • natty narwhal
  • nautilus
  • nautilus scripts
  • nautilus tips
  • netbooks
  • netbooks under 200-250
  • network monitoring
  • networking
  • news
  • nokia phone suite
  • note taking
  • ntfs
  • nvidia
  • office productivity suits
  • office suits
  • oneiric ocelot 11.10
  • online radio
  • online storage
  • open source
  • open-source
  • opensource
  • opensuse
  • operating systems
  • optical disk burners
  • optical disks
  • optimizations
  • package managers
  • painting tools
  • parent control
  • password generators
  • password managers
  • pdf editors
  • pdf readers
  • pdf tools
  • pim software
  • pinguy os
  • plasma
  • plugins
  • portable
  • portable applications
  • portable laptops
  • privacy
  • professional video editors
  • programming tools
  • project management software
  • proprietary drivers
  • python applications
  • qt
  • qt applications
  • qt4
  • registry cleaner
  • remote access
  • remote desktop access
  • reviews
  • roboform
  • rom flashing
  • rss readers
  • satellite trackers
  • scanning tools
  • screen recorders
  • screenshot taker
  • scripts
  • search engines
  • security
  • shell extensions
  • shell themes
  • skype
  • smart phones
  • software
  • software emulators
  • sound servers
  • source code editor
  • stack exchange
  • startup managers
  • stock market
  • swimming
  • system cleaner
  • system information
  • system monitors
  • tablet pcs
  • tablets
  • task killers
  • tech help
  • tech news
  • tech tips
  • technology
  • terminal emulators
  • text editors
  • text translators
  • themes
  • thunar
  • thunderbir
  • thunderbird5
  • tips
  • transformation packs
  • tutorials
  • tweaks
  • twitter
  • ubunt
  • ubuntu
  • ubuntu 11.10
  • ubuntu 11.10 alpha 3
  • ubuntu derivatives
  • ubuntu derrivatives
  • ubuntu minimal install
  • ubuntu netbooks
  • ubuntu news
  • ubuntu one
  • ubuntu tablet
  • ultrabooks
  • unity 2d
  • unity desktop
  • unity desktop apps
  • usb
  • utilities
  • vector graphics
  • video editors
  • video utilities
  • videos
  • virtualbox
  • virtualization
  • virus scanners
  • vlc
  • voip
  • wallpaper contest
  • wallpapers
  • weather apps
  • web browser addons
  • web browsers
  • webcam
  • weight loss
  • weird
  • widgets
  • window managers
  • windows
  • wine
  • xml editors
  • xubuntu
  • youtube

Blog Archive

  • ▼  2012 (7)
    • ▼  August (2)
      • My New Toshiba AMD Notebook Rocks!
      • Dell XPS A2010 Plays a Good Game
    • ►  June (1)
    • ►  May (3)
    • ►  January (1)
  • ►  2011 (515)
    • ►  December (3)
    • ►  November (1)
    • ►  October (16)
    • ►  September (57)
    • ►  August (59)
    • ►  July (81)
    • ►  June (112)
    • ►  May (149)
    • ►  April (33)
    • ►  March (4)
  • ►  2008 (2)
    • ►  March (1)
    • ►  January (1)
Powered by Blogger.

About Me

Unknown
View my complete profile