Results 1 to 6 of 6

Thread: How to Install non-standard software on Ubuntu

  1. #1
    Join Date
    Nov 2009
    Posts
    91

    How to Install non-standard software on Ubuntu

    Hi, i am a Windows XP user. One of my friend has just switched to Ubuntu and its working fine. Only problem we face is the time when we try to install any software in the system. Non-Standard Softwares apart from Ubuntu package like Exe, RPM, etc are just not getting installed on my Ubuntu system. Could you guys please make me know how to install non-standard software on Ubuntu ? Thanks in advance.

  2. #2
    Join Date
    May 2009
    Posts
    1,611

    Re: How to Install non-standard software on Ubuntu

    To install a software when it is not available as Ubuntu package (or in deposits. Deb), but only as. Exe, RPM, autopackage executable. Run, binary. Bin or script. The RPMs are for distributions based on Red Hat: Red Hat, Fedora ... SuSE Linux also uses this format. RPMs can sometimes be installed on Ubuntu with alien. Alien can convert packages from one system to another. He manages five formats .deb .rpm .tgz .slp .pkg If a program you are looking for is not available in a package for Ubuntu is but for other distributions, Alien you will be very helpful.

  3. #3
    Join Date
    May 2008
    Posts
    2,680

    Re: How to Install non-standard software on Ubuntu

    Autopackage is an installation system that is used for amsn for example. It boils down to a file. Package that will automatically download the installer if not already installed (in Ubuntu it is not installed by default ).Autopackage checks for dependence on the current system, rather interrogate a database of information packets. This avoids manual management of dependencies often complex to solve. To install Autopackage-1.2.1, just have a file with the extension. Package or to retrieve the list of packages. You can find other packages by searching on Google.

    When you have your package, select it using the right click, open properties. On the permissions tab, check Allow executing file as a program, then close the window. Now, just double click on your package and let you guide. A window opens, click Run or Run, attention you need root privileges.

  4. #4
    Join Date
    Jan 2008
    Posts
    3,388

    Re: How to Install non-standard software on Ubuntu

    The first thing to do is to authorize the execution of the file that has the task of installing the software (install. Sh. Bin. Run): right-click the file and go to Properties ⇒ Permissions and select the Allow 'executing the file as a program. Now just double-click the file (run).

    Add execute permissions:
    Code:
    chmod 755 file name> .bin or .sh>
    Start the installation:
    Code:
    bash name> .bin file or .sh>
    Not recommended but if the installation fails it may be that the implementation requires the use of administrator rights.
    Code:
    sudo bash name> .bin file or .sh>
    Some. Run (such as Loki or that of WoP) may have a more friendly interface than the console by installing the package gtk-engines-pixmap. To uninstall, you must go to the folder of the software installed, search the uninstall file.

  5. #5
    Join Date
    Feb 2009
    Posts
    217

    Re: How to Install non-standard software on Ubuntu

    With Windows, you can buy software on the site of an editor or download free software on the Web. Under Linux, simply open the package manager and navigate the software sorted by category or use the search bar for a query manually. This handler embedded in Ubuntu is linked to a database software, "repo" (software repository database). The rest Ubuntu contains all the software packages whose compatibility with the OS version used has been tested.

  6. #6
    Join Date
    Feb 2009
    Posts
    123

    Re: How to Install non-standard software on Ubuntu

    Installing a package (software, library, etc..) Is an administrative task.Therefore the administrative rights to run it and your password will be required. If you use the user account created during installation of Ubuntu, there is no problem. When it is not available as a package for Ubuntu:. Exe file, RPM, autopackage executable. Run, binary. Bin script. Sh. These facilities are not standard, it is possible that these programs are not designed for Ubuntu. In this case, you need help of Alien application. If you create a program and want to share with another person using another distribution, you can convert your .deb packaged for distribution, provided that your package meets the criteria of the Linux Standard Base .

Similar Threads

  1. Standard Installation of Ubuntu
    By mukala in forum Tips & Tweaks
    Replies: 2
    Last Post: 20-04-2012, 06:16 AM
  2. Replies: 2
    Last Post: 12-03-2012, 05:23 PM
  3. Replies: 3
    Last Post: 09-09-2011, 03:48 AM
  4. Open standards Vs Close standard software’s
    By Meditation in forum Windows Software
    Replies: 4
    Last Post: 18-01-2011, 03:35 PM
  5. Can I install Mac OS X on a standard PC?
    By interFACE in forum Operating Systems
    Replies: 3
    Last Post: 01-12-2009, 06:29 PM

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
  •  
Page generated in 1,713,915,625.41947 seconds with 17 queries