OpenOffice.org Forum at OOoForum.orgThe OpenOffice.org Forum
 
 [Home]   [FAQ]   [Search]   [Memberlist]   [Usergroups]   [Register
 [Profile]   [Log in to check your private messages]   [Log in

Installation Issues

 
Post new topic   Reply to topic    OOoForum.org Forum Index -> Setup and Troubleshooting
View previous topic :: View next topic  
Author Message
xXxIPR0DIGYxXx
Newbie
Newbie


Joined: 09 May 2012
Posts: 4

PostPosted: Wed May 09, 2012 9:11 am    Post subject: Installation Issues Reply with quote

I downloaded the tar.gz file from the Open Office site and attemped to follow the installation instructions but I am very new to Linux and the instructions seemed to be aimed towards experienced users. If someone could give me more detailed instructions on how to correctly install OO that would be great!
Back to top
View user's profile Send private message
Ed
Super User
Super User


Joined: 28 May 2003
Posts: 1040

PostPosted: Wed May 09, 2012 9:13 am    Post subject: Reply with quote

Which Linux distribution are you using, and what exact package did you download?

Once we know that we will have more idea what you need to do next.
Back to top
View user's profile Send private message
xXxIPR0DIGYxXx
Newbie
Newbie


Joined: 09 May 2012
Posts: 4

PostPosted: Wed May 09, 2012 9:26 am    Post subject: Reply with quote

I'm using Ubuntu 12.04, sorry I should have mentioned that! I went to the OpenOffice.org site and clicked on the "I want to download Open Office" link and the file automatically downloaded. If it helps any the name of the file that was downloaded is Apache_OpenOffice_incubating_3.4.0_Linux_x86_install-rpm_en-US
Back to top
View user's profile Send private message
floris_v
Moderator
Moderator


Joined: 12 Jul 2007
Posts: 4599
Location: Netherlands

PostPosted: Wed May 09, 2012 10:03 am    Post subject: Reply with quote

Try [Tutorial] Installing OOo on Ubuntu, Debian and Co. .

If your problem has been solved, please edit the first post in this thread and add [Solved] to the title bar.
_________________
LibreOffice 3.6.3; OOo 3.4.1 on Windows Vista
Join the Official community forum - in several languages, including Nederlandstalig forum
Back to top
View user's profile Send private message
Ed
Super User
Super User


Joined: 28 May 2003
Posts: 1040

PostPosted: Wed May 09, 2012 1:13 pm    Post subject: Reply with quote

xXxIPR0DIGYxXx wrote:
I'm using Ubuntu 12.04, sorry I should have mentioned that! I went to the OpenOffice.org site and clicked on the "I want to download Open Office" link and the file automatically downloaded. If it helps any the name of the file that was downloaded is Apache_OpenOffice_incubating_3.4.0_Linux_x86_install-rpm_en-US


First of all Ubuntu uses DEB packages, not RPM. You will need to go back to the OOo site and download the DEB version.

Download the package to your desktop, then right click on the package and select "Extract Here".

Now open a terminal and enter
Code:
cd ~/Desktop/en-US/DEBS

Then
Code:
sudo dpkg -i *.deb

Enter your password when requested, then the actual installation will start.

Now install the desktop integration package by opening the "en-US" folder on your desktop, then go into "DEBS", then "desktop-integration", and double click on the only file in that folder and follow the on-screen instructions.

You can now delete the original package and the extracted "en-US" folder from your desktop.
Back to top
View user's profile Send private message
xXxIPR0DIGYxXx
Newbie
Newbie


Joined: 09 May 2012
Posts: 4

PostPosted: Wed May 09, 2012 2:53 pm    Post subject: Reply with quote

The command
Code:
sudo dpkg -i *.deb
returned with these errors
Code:
dpkg: error processing ooobasis3.4-base_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-binfilter_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-calc_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-core01_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-core02_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-core03_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-core04_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-core05_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-core06_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-core07_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-draw_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-en-us_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-en-us-base_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-en-us-binfilter_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-en-us-calc_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-en-us-draw_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-en-us-help_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-en-us-impress_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-en-us-math_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-en-us-res_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-en-us-writer_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-gnome-integration_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-graphicfilter_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-images_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-impress_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-javafilter_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-math_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-ogltrans_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-onlineupdate_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-ooofonts_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-ooolinguistic_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-pyuno_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-testtool_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-writer_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing ooobasis3.4-xsltfilter_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing openoffice.org3_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing openoffice.org3-base_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing openoffice.org3-calc_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing openoffice.org3-draw_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing openoffice.org3-en-us_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing openoffice.org3-impress_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing openoffice.org3-math_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing openoffice.org3-writer_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
dpkg: error processing openoffice.org-ure_3.4.0-1_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
Errors were encountered while processing:
 ooobasis3.4-base_3.4.0-1_amd64.deb
 ooobasis3.4-binfilter_3.4.0-1_amd64.deb
 ooobasis3.4-calc_3.4.0-1_amd64.deb
 ooobasis3.4-core01_3.4.0-1_amd64.deb
 ooobasis3.4-core02_3.4.0-1_amd64.deb
 ooobasis3.4-core03_3.4.0-1_amd64.deb
 ooobasis3.4-core04_3.4.0-1_amd64.deb
 ooobasis3.4-core05_3.4.0-1_amd64.deb
 ooobasis3.4-core06_3.4.0-1_amd64.deb
 ooobasis3.4-core07_3.4.0-1_amd64.deb
 ooobasis3.4-draw_3.4.0-1_amd64.deb
 ooobasis3.4-en-us_3.4.0-1_amd64.deb
 ooobasis3.4-en-us-base_3.4.0-1_amd64.deb
 ooobasis3.4-en-us-binfilter_3.4.0-1_amd64.deb
 ooobasis3.4-en-us-calc_3.4.0-1_amd64.deb
 ooobasis3.4-en-us-draw_3.4.0-1_amd64.deb
 ooobasis3.4-en-us-help_3.4.0-1_amd64.deb
 ooobasis3.4-en-us-impress_3.4.0-1_amd64.deb
 ooobasis3.4-en-us-math_3.4.0-1_amd64.deb
 ooobasis3.4-en-us-res_3.4.0-1_amd64.deb
 ooobasis3.4-en-us-writer_3.4.0-1_amd64.deb
 ooobasis3.4-gnome-integration_3.4.0-1_amd64.deb
 ooobasis3.4-graphicfilter_3.4.0-1_amd64.deb
 ooobasis3.4-images_3.4.0-1_amd64.deb
 ooobasis3.4-impress_3.4.0-1_amd64.deb
 ooobasis3.4-javafilter_3.4.0-1_amd64.deb
 ooobasis3.4-math_3.4.0-1_amd64.deb
 ooobasis3.4-ogltrans_3.4.0-1_amd64.deb
 ooobasis3.4-onlineupdate_3.4.0-1_amd64.deb
 ooobasis3.4-ooofonts_3.4.0-1_amd64.deb
 ooobasis3.4-ooolinguistic_3.4.0-1_amd64.deb
 ooobasis3.4-pyuno_3.4.0-1_amd64.deb
 ooobasis3.4-testtool_3.4.0-1_amd64.deb
 ooobasis3.4-writer_3.4.0-1_amd64.deb
 ooobasis3.4-xsltfilter_3.4.0-1_amd64.deb
 openoffice.org3_3.4.0-1_amd64.deb
 openoffice.org3-base_3.4.0-1_amd64.deb
 openoffice.org3-calc_3.4.0-1_amd64.deb
 openoffice.org3-draw_3.4.0-1_amd64.deb
 openoffice.org3-en-us_3.4.0-1_amd64.deb
 openoffice.org3-impress_3.4.0-1_amd64.deb
 openoffice.org3-math_3.4.0-1_amd64.deb
 openoffice.org3-writer_3.4.0-1_amd64.deb
 openoffice.org-ure_3.4.0-1_amd64.deb
Now that I take a closer look was it trying to install a 64-bit version onto my 32-bit OS?
Back to top
View user's profile Send private message
xXxIPR0DIGYxXx
Newbie
Newbie


Joined: 09 May 2012
Posts: 4

PostPosted: Wed May 09, 2012 3:09 pm    Post subject: Reply with quote

Alright so now I tried a different package from the site called Linux Intel DEB and ran the same install command and got this:
Code:
Selecting previously unselected package ooobasis3.4-base.
(Reading database ... 193037 files and directories currently installed.)
Unpacking ooobasis3.4-base (from ooobasis3.4-base_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-binfilter.
Unpacking ooobasis3.4-binfilter (from ooobasis3.4-binfilter_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-calc.
Unpacking ooobasis3.4-calc (from ooobasis3.4-calc_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-core01.
Unpacking ooobasis3.4-core01 (from ooobasis3.4-core01_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-core02.
Unpacking ooobasis3.4-core02 (from ooobasis3.4-core02_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-core03.
Unpacking ooobasis3.4-core03 (from ooobasis3.4-core03_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-core04.
Unpacking ooobasis3.4-core04 (from ooobasis3.4-core04_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-core05.
Unpacking ooobasis3.4-core05 (from ooobasis3.4-core05_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-core06.
Unpacking ooobasis3.4-core06 (from ooobasis3.4-core06_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-core07.
Unpacking ooobasis3.4-core07 (from ooobasis3.4-core07_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-draw.
Unpacking ooobasis3.4-draw (from ooobasis3.4-draw_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-en-us.
Unpacking ooobasis3.4-en-us (from ooobasis3.4-en-us_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-en-us-base.
Unpacking ooobasis3.4-en-us-base (from ooobasis3.4-en-us-base_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-en-us-binfilter.
Unpacking ooobasis3.4-en-us-binfilter (from ooobasis3.4-en-us-binfilter_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-en-us-calc.
Unpacking ooobasis3.4-en-us-calc (from ooobasis3.4-en-us-calc_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-en-us-draw.
Unpacking ooobasis3.4-en-us-draw (from ooobasis3.4-en-us-draw_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-en-us-help.
Unpacking ooobasis3.4-en-us-help (from ooobasis3.4-en-us-help_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-en-us-impress.
Unpacking ooobasis3.4-en-us-impress (from ooobasis3.4-en-us-impress_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-en-us-math.
Unpacking ooobasis3.4-en-us-math (from ooobasis3.4-en-us-math_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-en-us-res.
Unpacking ooobasis3.4-en-us-res (from ooobasis3.4-en-us-res_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-en-us-writer.
Unpacking ooobasis3.4-en-us-writer (from ooobasis3.4-en-us-writer_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-gnome-integration.
Unpacking ooobasis3.4-gnome-integration (from ooobasis3.4-gnome-integration_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-graphicfilter.
Unpacking ooobasis3.4-graphicfilter (from ooobasis3.4-graphicfilter_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-images.
Unpacking ooobasis3.4-images (from ooobasis3.4-images_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-impress.
Unpacking ooobasis3.4-impress (from ooobasis3.4-impress_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-javafilter.
Unpacking ooobasis3.4-javafilter (from ooobasis3.4-javafilter_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-math.
Unpacking ooobasis3.4-math (from ooobasis3.4-math_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-ogltrans.
Unpacking ooobasis3.4-ogltrans (from ooobasis3.4-ogltrans_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-onlineupdate.
Unpacking ooobasis3.4-onlineupdate (from ooobasis3.4-onlineupdate_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-ooofonts.
Unpacking ooobasis3.4-ooofonts (from ooobasis3.4-ooofonts_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-ooolinguistic.
Unpacking ooobasis3.4-ooolinguistic (from ooobasis3.4-ooolinguistic_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-pyuno.
Unpacking ooobasis3.4-pyuno (from ooobasis3.4-pyuno_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-testtool.
Unpacking ooobasis3.4-testtool (from ooobasis3.4-testtool_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-writer.
Unpacking ooobasis3.4-writer (from ooobasis3.4-writer_3.4.0-1_i386.deb) ...
Selecting previously unselected package ooobasis3.4-xsltfilter.
Unpacking ooobasis3.4-xsltfilter (from ooobasis3.4-xsltfilter_3.4.0-1_i386.deb) ...
Selecting previously unselected package openoffice.org3.
Unpacking openoffice.org3 (from openoffice.org3_3.4.0-1_i386.deb) ...
Selecting previously unselected package openoffice.org3-base.
Unpacking openoffice.org3-base (from openoffice.org3-base_3.4.0-1_i386.deb) ...
Selecting previously unselected package openoffice.org3-calc.
Unpacking openoffice.org3-calc (from openoffice.org3-calc_3.4.0-1_i386.deb) ...
Selecting previously unselected package openoffice.org3-draw.
Unpacking openoffice.org3-draw (from openoffice.org3-draw_3.4.0-1_i386.deb) ...
Selecting previously unselected package openoffice.org3-en-us.
Unpacking openoffice.org3-en-us (from openoffice.org3-en-us_3.4.0-1_i386.deb) ...
Selecting previously unselected package openoffice.org3-impress.
Unpacking openoffice.org3-impress (from openoffice.org3-impress_3.4.0-1_i386.deb) ...
Selecting previously unselected package openoffice.org3-math.
Unpacking openoffice.org3-math (from openoffice.org3-math_3.4.0-1_i386.deb) ...
Selecting previously unselected package openoffice.org3-writer.
Unpacking openoffice.org3-writer (from openoffice.org3-writer_3.4.0-1_i386.deb) ...
Selecting previously unselected package openoffice.org-ure.
Unpacking openoffice.org-ure (from openoffice.org-ure_3.4.0-1_i386.deb) ...
Setting up openoffice.org-ure (3.4.0-1) ...
Setting up ooobasis3.4-core01 (3.4.0-1) ...
Setting up ooobasis3.4-core02 (3.4.0-1) ...
Setting up ooobasis3.4-core03 (3.4.0-1) ...
Setting up ooobasis3.4-core04 (3.4.0-1) ...
Setting up ooobasis3.4-core05 (3.4.0-1) ...
Setting up ooobasis3.4-core06 (3.4.0-1) ...
Setting up ooobasis3.4-core07 (3.4.0-1) ...
Setting up ooobasis3.4-draw (3.4.0-1) ...
Setting up ooobasis3.4-en-us (3.4.0-1) ...
Setting up ooobasis3.4-en-us-base (3.4.0-1) ...
Setting up ooobasis3.4-en-us-binfilter (3.4.0-1) ...
Setting up ooobasis3.4-en-us-calc (3.4.0-1) ...
Setting up ooobasis3.4-en-us-draw (3.4.0-1) ...
Setting up ooobasis3.4-en-us-help (3.4.0-1) ...
Setting up ooobasis3.4-en-us-impress (3.4.0-1) ...
Setting up ooobasis3.4-en-us-math (3.4.0-1) ...
Setting up ooobasis3.4-en-us-res (3.4.0-1) ...
Setting up ooobasis3.4-en-us-writer (3.4.0-1) ...
Setting up ooobasis3.4-gnome-integration (3.4.0-1) ...
Setting up ooobasis3.4-graphicfilter (3.4.0-1) ...
Setting up ooobasis3.4-images (3.4.0-1) ...
Setting up ooobasis3.4-impress (3.4.0-1) ...
Setting up ooobasis3.4-javafilter (3.4.0-1) ...
Setting up ooobasis3.4-math (3.4.0-1) ...
Setting up ooobasis3.4-ogltrans (3.4.0-1) ...
Setting up ooobasis3.4-onlineupdate (3.4.0-1) ...
Setting up ooobasis3.4-ooofonts (3.4.0-1) ...
Setting up ooobasis3.4-ooolinguistic (3.4.0-1) ...
Setting up ooobasis3.4-pyuno (3.4.0-1) ...
Setting up ooobasis3.4-testtool (3.4.0-1) ...
Setting up ooobasis3.4-writer (3.4.0-1) ...
Setting up ooobasis3.4-xsltfilter (3.4.0-1) ...
Setting up openoffice.org3 (3.4.0-1) ...
Setting up openoffice.org3-draw (3.4.0-1) ...
Setting up openoffice.org3-en-us (3.4.0-1) ...
Setting up openoffice.org3-impress (3.4.0-1) ...
Setting up openoffice.org3-math (3.4.0-1) ...
Setting up openoffice.org3-writer (3.4.0-1) ...
Setting up ooobasis3.4-base (3.4.0-1) ...
Setting up ooobasis3.4-binfilter (3.4.0-1) ...
Setting up ooobasis3.4-calc (3.4.0-1) ...
Setting up openoffice.org3-base (3.4.0-1) ...
Setting up openoffice.org3-calc (3.4.0-1) ...
It looks like everything went smoothly but then I tried installing the desktop integration file and got this error
Quote:
The installation of a package which violates the quality standards isn't allowed. This could cause serious problems on your computer. Please contact the person or organisation who provided this package file and include the details beneath.
Back to top
View user's profile Send private message
Ed
Super User
Super User


Joined: 28 May 2003
Posts: 1040

PostPosted: Thu May 10, 2012 10:58 am    Post subject: Reply with quote

xXxIPR0DIGYxXx wrote:
but then I tried installing the desktop integration file and got this error
Quote:
The installation of a package which violates the quality standards isn't allowed. This could cause serious problems on your computer. Please contact the person or organisation who provided this package file and include the details beneath.


What information do you get if you click on "Details"?

A quick search for that error message seems to indicate that this is probably a "false positive" error message, and it should be safe to select "Ignore and install". Otherwise you could try installing the desktop integration package from the terminal.

Code:
cd ~/Desktop/en-US/DEBS/desktop-integration

then
Code:
sudo dpkg -i *.deb
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    OOoForum.org Forum Index -> Setup and Troubleshooting All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group