Ubuntu :: Unable To Install LibreOffice From PPA In Lucid

Jan 28, 2011

I am trying to install LibreOffice 3.3 by following the instructions I found at [url]

Below is the output I get after running these commands:

Code:

Output:

Code:

Code:

The following packages have unmet dependencies:

I am running Ubuntu 10.04 and I have OpenOffice installed. Is it possible to install LibreOffice 3.3 from PPA even though it is said that the commands target Maverick? Do I have to uninstall OpenOffice before installing LibreOffice?

View 9 Replies


ADVERTISEMENT

Ubuntu :: Unable To Install Mysql-server On Lucid?

May 11, 2010

I've tried installing mysql-server on Lucid, and I get errors that it cannot set the root password. A screenshot is attached.

I have no idea what to do. I've tried purging configuring and reinstalling. Same problem. I can't find anything in the logs.

View 2 Replies View Related

Ubuntu Installation :: Unable To Install Sopcast In Lucid / Resolve It?

Apr 30, 2010

Can't install sp-auth code...

View 6 Replies View Related

Debian :: LibreOffice Unable To Print To Pdf

Mar 27, 2011

Installed LibreOffice in Debian Wheezy (KDE)Open a document and type something.

1. Click File -> Export to pdf
A pdf will be generated. No problem

2. Click File -> Print -> Print to File
Only the Postscript option is available, PDF is not available.

Any idea how can I configure so as to get the pdf option when doing a print to file?

View 2 Replies View Related

Ubuntu Installation :: Install Lucid Lynx: Unable To Mount USBFS

May 9, 2010

I installed Lucid Lynx this morning but received this error message after the restart. "An error occurred while mounting usbfs. Press S to skip mounting or M for manual reboot"

View 2 Replies View Related

Ubuntu :: Unable To Install Softwares From Software Centre In Lucid Lynx?

May 26, 2010

I am using Ubuntu 10.04 , but after updating ubuntu using update manager, I am unable to install software using software Centre.When I click install button the software centre does nothing. Update manager concluded

View 4 Replies View Related

Ubuntu :: Unable To Activate Thesaurus Feature In LibreOffice As Provided In 11.04

May 28, 2011

I am unable to activate the Thesaurus feature in LibreOffice as provided in Ubuntu 11.04.

I have tried the "fix" as outlined at [url]but without success.

I have used OpenOffice as provided in other Linux systems with no problems.

View 4 Replies View Related

Ubuntu :: Can't Install Openoffice Or Libreoffice

Jan 12, 2011

I tried to install LibreOffice on the recommendation of my friend and it failed to install. Now I have neither LibreOffice or OpenOffice. I also cannot install OpenOffice from the Ubuntu software center. what can i do to have either one of these.

View 9 Replies View Related

Ubuntu :: Libreoffice 3.3 Install Failure?

Mar 11, 2011

Just installed Ubuntu this morning and got rid of openoffice and was trying to install libreoffice via the instructions when I received this error: mike@mike-ubuntu:~/Desktop/libreoffice/DEBS$ ls libobasis3.3-sdk_3.3.2-19_amd64.deb mike@mike-ubuntu:~/Desktop/libreoffice/DEBS$ sudo dpkg -i libo*.deb Selecting previously deselected package libobasis3.3-sdk. (Reading database ... 119423 files and directories currently installed.) Unpacking libobasis3.3-sdk (from libobasis3.3-sdk_3.3.2-19_amd64.deb) dpkg: dependency problems prevent configuration of libobasis3.3-sdk: libobasis3.3-sdk depends on libobasis3.3-core01; however: Package libobasis3.3-core01 is not installed. dpkg: error processing libobasis3.3-sdk (--install): dependency problems - leaving unconfigured Errors were encountered while processing: libobasis3.3-sdk tried googling the error and the missing library and don't see any answers.

View 6 Replies View Related

Ubuntu :: LibreOffice Broke OpenOffice Install?

Feb 25, 2011

I wanted to try LibreOffice out. I found a PPA for it, so I added the source, tried it out, didn't like it, and noticed that openoffice now won't work. Which isn't too big of a deal, but now I can't even get the software center to install it. It gives me some error that you can read in the screenshot. What can I do?

View 5 Replies View Related

Debian :: How To Install Libreoffice

Jan 14, 2011

I am trying couple of days now and I did not managed to intall it non of the ubuntu how to found on the web seemed to works with debian, doesnt anyone has some time to write a install libreoffice how to?

View 8 Replies View Related

Debian Multimedia :: Can't Install LibreOffice?

Jan 30, 2011

I'm trying to install Libre Office by using the installation instructions on: [URL].. It goes wrong when i have to decompress the .tar file. I get this message: tar: This does not look like a tar archive tar: Skipping to next header tar: Exiting with failure status due to previous errors

View 5 Replies View Related

Debian Installation :: Possible To Install 8.2 Lxde Without LibreOffice?

Dec 23, 2015

Is it possible to install Debian 8.2 lxde WITHOUT Libreoffice? I have successfully installed it on an eeepc with a 4 gb ssd

But then removed Libreoffice to have room for files.

It works great! It would be nice to just install Debian lxde without Libreoffice, which I do not use, I prefer gnumeric and vim.

View 5 Replies View Related

Fedora :: Trying To Install Libreoffice But Cannot Open With Terminal

Feb 13, 2011

I'm trying to install libreoffice following these instructions URL.. on F14.When I get to the bit 'right click..open with termial' I get stuck because I don't see open with terminal.Please can someone tell me how to open with terminal to complete the installation.I tried using rawhide to get libreoffice but it seems unavailable.

View 4 Replies View Related

OpenSUSE :: How To Install LibreOffice Icons (Official) In 11.4 KDE

Apr 7, 2011

How do I install the new LibreOffice Icons in opensuse 11.4 KDE, instead of the opensuse branded ones?. They look to much like openoffice.

View 9 Replies View Related

OpenSUSE :: Install A En_NZ Dictionary For Libreoffice?

Aug 19, 2011

For a month or two I have been trying to install a en_NZ dictionary for Libreoffice. It is available from the openoffice extensions page - which I am directed to by selecting Libreoffice > Tools > Language > More Dictionaries Online.

However for the past month or two this page has had problems. Every time I click on any of the extensions I am taken to an error page that states "The connection to the server was reset while the page was loading."

Does nobody maintain the openoffice extension pages any more?

View 2 Replies View Related

Debian :: Install Latest Firefox And Libreoffice In Squeeze?

Mar 24, 2011

For my desktop use, I wanted to keep my office suite and web browser updated while continuing to run Debian stable as my base. Here is how to install the latest Firefox and Libreoffice packages on Squeeze. Download Firefox 4 here. Then as root:

Code:
mv firefox*.tar.bz2 /opt
cd /opt
tar -xvjf firefox*.tar.bz2
ln -s /opt/firefox /usr/local/firefox4
ln -s /usr/local/firefox4/firefox /usr/local/bin/firefox4
rm firefox*.tar.bz2
[Code].....

It will install Libreoffice in /opt and the packages will show up in Synaptic Package Manager under "Local". The installation automatically creates menu entries in Gnome for Libreoffice applications. I've had no problems thus far using the latest Libreoffice 3.2.2 and Firefox 4. Hope this is helpful for anyone else wanting to install.

View 14 Replies View Related

Software :: Install And Enable The Australian Spell Checker In Libreoffice Vers 3.3.0?

Jan 29, 2011

How do l install and enable the australian spell checker in libreoffice vers 3.3.0. ? I can't get the automatic spellcheck to turn on. Misspelled words are not underlined with the typical red squiggly line.

version installed
# rpm -qa | grep libreoffice| sort
libreoffice-3.3.0.3-2.1.x86_64
libreoffice-base-3.3.0.3-2.1.x86_64
libreoffice-base-drivers-mysql-3.3.0.3-2.1.x86_64
libreoffice-base-extensions-3.3.0.3-2.1.x86_64

[Code]...

View 1 Replies View Related

Ubuntu :: Unable To Use The KDE [4.5 RC] On Lucid

Jul 9, 2010

I am rather irritated right now. I managed to install kde 4.5rc alongside gnome 2.30. And the 1st impression is barely ok. It seems stable and fast, but because wi-fi doesn't work for me, it's really limited in where it can go. Considering I'm typing this logged in thru gnome on the exact same system, connected to the wi-fi network kde refused to connect to, it's rather baffling. Update: Used networkmanager-gnome to get me connectd in before I login since network doesn't use security (even gnome doesn't play well with that.

KDE issues (some from 4.4.2 and still in 4.4.92). Plasma:

1.Tooltips aren't persistent, they shy away after a few seconds. Also they should update with data they're representing (yes system monitor, I'm looking at you);

2.Allow setting of colours for graphs e.g. ram monitor, cpu monitor. Was there but now gone;

3.A more convenient way to exit the plasma dashboard (right click on background perhaps?);

4.Individual wallpapers per desktop; (again, there before in 3.5)

5.Panel auto-hide show delay still not adjustable; choice for fade-in animation;

Kwin:

1.The present windows effect wastes a lot of space under 'natural' without 'presenting' the windows optimally; other setting (fixed & flexible grid) make programs like audacious look utterly horrible; the placement algorithm needs to be sorted;

2.Oxygen menus have too much border, give impression of bloat;

3.Kwin compositing freezes everytime I change decoration, style, font, etc. Have to use key shortcut to disable then re-enable. This is somehow connected to my system using more swap as time goes on, while mem usage remains ~40% (of 2gig)

Dolphin:

1.Ability to show basic media file metadata without need for nepomuk (as was possible in konqueror in 3.5.x), e.g resolution of jpeg/png/bmp images, id3 info from mp3/ogg/wma files; pdf [this marked as done in the feature plan, yet to see it)

2.More columns for sorting in details view (windows explorer excels in this). Above point will be needed before this is possible;

Amarok (2.3.1):

1.Still no proper use of album artist tag (for compilation albums and such) and/or proper detection of various artists listed in the 'artist' tag;

2.All embedded album art is useless;

3.Album art isn't shown prominently in the collection browser (22px crap doesn't count, the art itself is >300px);

4.Can't queue files from collection. Can queue from playlist, albums applet but not collection. Why?;

It is a stable pre-release software but stable can only get us so far. The basic features users have clamored for aren't being provided, resulting in my playing music with banshee and viewing my pics with geeqie.

View 8 Replies View Related

Ubuntu Installation :: Lucid 64 Unable To Shutdown

Apr 30, 2010

A clean install on an all linux AMD desktop machine. Problem is lucid will not shutdown. All that you can see is the background staring at you for good.

I have not had the guts to install fglrx either.

Some software I did install:

View 9 Replies View Related

Ubuntu Installation :: Unable To Start Live CD 10.04 Lucid?

May 3, 2010

I have downloaded 64bit desktop CD Iso installer form ubuntu site. when i boot the live CD, i get the first black screen of keyboard and man symbols at the bottom. then the ubuntu splash screen and it is stuck there for ever. also my HDD activity is over since no CD derive blinks and HDD led blinks. if i press CTRL+ALT+backspace i get a text screen with several error messes most of them input output error and errors like unable to create /tmp. I will attach a pic shortly..

View 4 Replies View Related

Ubuntu :: Intel 845 Chipset - Unable To Get Lucid Stability

May 8, 2010

1. Sometimes when I try to shutdown my computer the display becomes filled with pixels of different colors as shown in the image (The problem is very random so I was not able to take a photo, I tried to recreate the effect using GIMP). Then the display turns off (Analog power saving mode) But my system never turns off.

2. While working on my computer the display sometimes goes kaput and blinks as in the second image. It stops responding completely I am not even able to go to terminal (Ctrl + Alt + F1). Leaving me with no option but to use the reset button. Causing me to loose all the work in progress.

3. Firefox responds very slowly upon closing it takes 5-6 seconds for the window to close.

PS:- KMS is also disabled in my system. Enabling it didn't improve stability. and here is the output of my videocard (lshw)

*-display UNCLAIMED
description: VGA compatible controller
product: 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device
vendor: Intel Corporation

[code]....

View 9 Replies View Related

Ubuntu :: Lucid Lynx Unable To Remove Package

May 17, 2010

I recently ran "sudo apt-get autoremove" in the terminal and I was given an error message citing the following:

I believe this is a result of a failed Banshee Media Player installation that left the specific package installed. I ended up removing Banshee entirely. I have tried using Synaptic Package Manager and Computer Janitor to remove the package, but neither has worked, both returned the error exit status 2 message. Computer stats are in my signature.

View 3 Replies View Related

Ubuntu :: Unable To Get The Cisco Vpnclient Installed On Lucid 10.4

Jun 8, 2010

i'm unable to get the cisco vpnclient installed on lucid 10.4.I have tried a few guides from the 9.05 and even 8.10 but most of them require patches that are for them kernal versions i'm unable to find anything for 10.4 patch wise. anybody come across this yet and more importantly did you win ?

View 1 Replies View Related

Ubuntu :: Unable To Use The Logitech MX1000 With Lucid Lynx

Jun 21, 2010

I can find various information on the tinterweb about configuring a Logitech MX1000 under various old releases of Ubuntu, but I can't find anything relevant to Lucid Lynx.

View 2 Replies View Related

Ubuntu Servers :: Unable To Setup VirtualBox 3.2.8 On Lucid

Oct 2, 2010

I am trying to set up Vista on my Lucid within VirtualBox so I can run 3CX IP PBX. I have installed the virtualBox and set up a virtual space called "Vista", but when I start it (Power on) I get an error message - see screenshot enclosed. If I run the command

HTML Code:

'/etc/init.d/vboxdrv setup'

as instructed in terminal I get.

HTML Code:

root@server:/home/server# /etc/init.d/vboxdrv setup
WARNING: All config files need .conf: /etc/modprobe.d/dahdi, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/dahdi.blacklist, it will be ignored in a future release.

[code]....

View 9 Replies View Related

Ubuntu :: Unable To Boot Lucid: Ata4: SATA Link Down

May 3, 2010

After correcting my grub bootloader problem earlier, I seem to be running into a different problem. I am unable to boot Lucid Lynx, either through recovery mode or normal boot. In recovery mode, I get the following message:

Code:
ata4: SATA link down

It then goes on to tell me, after a long wait, that it's unable to start TTY, and shows a (initramfs) prompt.

View 1 Replies View Related

Ubuntu :: Unable To Use USB Drives After Upgrading Karmic -> Lucid Lynx

Apr 6, 2010

I have just upgraded my OS from ubuntu 9.10 to 10.04.Now I'm facing problem of not having write permissions to USB drives (Pen drives).I have to use terminal with sudo to copy , move files and unmount media.

View 4 Replies View Related

Ubuntu :: Unable To Drag N' Drop Stuff From Applications Menu In Lucid

May 7, 2010

I'm trying to drag and drop apps from my applications menu and into cairo dock, but the icon won't drag, it did in karmic but i don't think lucid lets me, how do i enable that.

View 7 Replies View Related

Ubuntu Multimedia :: Unable To Use Quad Monitor ATI FGLX On Lucid Lynx?

May 23, 2010

I'm having an annoying issue with my display configuration.

Some specs:

Motherboard: MSI 760gm-e51
CPU: AMD Phenom II 955 Quadcore
MEM: 8Gbs DDR3
VGA: ATI Radeon HD4850
ATI Radeon 3000 (on board)

All four monitors work fine with two X servers ( 2 monitors each instances) on Ubuntu 9.10 with surroundview enabled in the BIOS. I did a fresh install of Ubuntu 10.4 and all i get is 4 blank screens. when i disable surroundview in the BIOS with PCIE as default display the HD4850 work great. I should add that on both installs i used the latest atalyst 10.4. It seems like there's something wrong with Ubuntu 10.04.

Here's the xorg.conf of the working Ubuntu 9.10:

Code:

Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 1050
Screen "amdcccle-Screen[1]-0" 624 0

[code]....

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved