Results 1 to 4 of 4

Thread: .rpm or .tar.gz ? which should I install

  1. #1
    Join Date
    Jul 2008
    Beans
    4

    .rpm or .tar.gz ? which should I install

    I am trying to install a citrix client, for use with firefox. The client is available as either a .tar.gz or a .rpm file. I have had success installing .tar.gz files ,but the last time I tried instaling this citrix client it did not work. Is it better to install the .rpm? Also how do I uninstall a program that, I did not get from the ubuntu repositories?

  2. #2
    Join Date
    Jan 2008
    Location
    Norway
    Beans
    1,527
    Distro
    Ubuntu Development Release

    Re: .rpm or .tar.gz ? which should I install

    .rpm is not supported for Ubuntu however you can use some .rpm packages with "alien"
    Code:
    sudo apt-get install alien

  3. #3
    Join Date
    Apr 2005
    Location
    My dreams
    Beans
    3,558
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: .rpm or .tar.gz ? which should I install

    Quote Originally Posted by AskForID View Post
    I am trying to install a citrix client, for use with firefox. The client is available as either a .tar.gz or a .rpm file. I have had success installing .tar.gz files ,but the last time I tried instaling this citrix client it did not work. Is it better to install the .rpm? Also how do I uninstall a program that, I did not get from the ubuntu repositories?
    You can use the command line utility alien to convert the rpm to deb. It may not work for sure, but you can give it a try.

    You can install alien from the repos.

    Hope that helps you.

    EDIT: gjoellee was faster

  4. #4
    Join Date
    Jul 2008
    Beans
    4

    Re: .rpm or .tar.gz ? which should I install

    so, far this is th best explanation I have found for how to install things on ubuntu.

    https://help.ubuntu.com/8.04/add-app...tall-file.html

    and these are the instructions I am going to try.

    http://bernaard.iceleaf.net/citrix-ubuntu/

    it seems to me that rpms are not the perfered method of installing non repository applications.
    Last edited by AskForID; August 5th, 2008 at 07:49 PM. Reason: clarification

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
  •