Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Converting "libreofficecalc" from rpm to .deb

  1. #1
    Join Date
    Apr 2011
    Beans
    51

    Converting "libreofficecalc" from rpm to .deb

    Hi

    I am trying to install"libreofficecalc". I got a tar.gz file from here http://www.libreoffice.org/download/, When i extracted it, i has two folder viz readmes and RPMS (with whole bunch of .rpm packages.), under RPMS their is a sub folder named desktop integeration folder(again with 3 .rpm package) I know i can get them converted through alien but the question is which package do i have to convert. Do i need to convert them one buy one to .deb and if i do that, i think i would still need one single .deb installer package to install. I am using Ubuntu 10.04 amdx64
    Attaching the screenshots. Please help

    Thanks
    Attached Images Attached Images

  2. #2
    Join Date
    Feb 2011
    Location
    Somewhere...
    Beans
    1,554
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: Converting "libreofficecalc" from rpm to .deb

    You can do that, but... isn't it easier to just download the .tar.gz which provides .deb?
    FYI, you have to install ALL OF THOSE PACKAGES.

  3. #3
    Join Date
    Apr 2011
    Beans
    51

    Re: Converting "libreofficecalc" from rpm to .deb

    Quote Originally Posted by zombifier25 View Post
    You can do that, but... isn't it easier to just download the .tar.gz which provides .deb?
    FYI, you have to install ALL OF THOSE PACKAGES.
    Do you have any link for a .tar.gz providing .deb,??? I could'nt find any.

  4. #4
    Join Date
    Apr 2011
    Beans
    51

    Re: Converting "libreofficecalc" from rpm to .deb


  5. #5
    Join Date
    Feb 2011
    Location
    Somewhere...
    Beans
    1,554
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: Converting "libreofficecalc" from rpm to .deb


  6. #6
    Join Date
    Apr 2011
    Beans
    51

    Re: Converting "libreofficecalc" from rpm to .deb

    \m/ cheers mate..this should work. Thankssss

  7. #7
    Join Date
    Apr 2011
    Beans
    51

    Re: Converting "libreofficecalc" from rpm to .deb

    oops.. this gave an error for wrong architecture. mine is x64bit. this one is for x32, any links for x64bit.

  8. #8
    Join Date
    Aug 2005
    Location
    Northern Michigan USA
    Beans
    2,384
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Converting "libreofficecalc" from rpm to .deb

    why not just use the software center?

  9. #9
    Join Date
    Apr 2011
    Beans
    51

    Re: Converting "libreofficecalc" from rpm to .deb

    Quote Originally Posted by cmcanulty View Post
    why not just use the software center?
    i cant find this in software center, nor in the synaptic manager..

  10. #10
    Join Date
    Nov 2008
    Location
    Fortson, GA
    Beans
    1,008
    Distro
    Ubuntu Development Release

    Re: Converting "libreofficecalc" from rpm to .deb

    Quote Originally Posted by razedafear View Post
    oops.. this gave an error for wrong architecture. mine is x64bit. this one is for x32, any links for x64bit.
    http://download.documentfoundation.o...b_en-US.tar.gz

    After extracting open a terminal and issue these commands:

    Code:
    cd /path/to/extracted/debs
    replacing "path/to/extracted/debs" with the actual path to that folder containing the debs.

    Code:
    sudo dpkg -i ./*.deb
    Code:
    cd desktop-integration
    Code:
    sudo dpkg -i ./*.deb
    Last edited by spcwingo; March 28th, 2012 at 08:23 PM.
    -o)
    /\\
    _\_V
    Message void if penguin is violated...Don't mess with the penguin.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •