Install from gz
I've got it working now though; thanks — yenoolnairb. Show 1 more comment. If you don't wanted to use PIP install atall, then you could do the following: 1 Download the package 2 Use 7 zip for unzipping tar files. Ex: wordcloud 3 Locate Python library folder where python is installed and paste the 'WordCloud' folder itself there 4 Success!! Now you can import the library and start using the package. This works perfect for situations where using pip generates error , 'An existing connection was forcibly closed by the remote host' — adin.
I was getting a whole host of different errors using the other solutions -- this was the only solution that worked for me — Bill Wallis. For those of you using python3 you can use: python3 setup.
Shersha Fn Shersha Fn 1, 2 2 gold badges 21 21 silver badges 33 33 bronze badges. Deusdeorum Deusdeorum 1, 1 1 gold badge 13 13 silver badges 21 21 bronze badges. Okey, so he could use another unzipper like 7-zip, it's pretty irrelevant what unzipper he uses..
Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. Email Required, but never shown. The Overflow Blog. Stack Gives Back Safety in numbers: crowdsourcing data on nefarious IP addresses. Featured on Meta. New post summary designs on greatest hits now, everywhere else eventually.
Linked 6. See more linked questions. Related Hot Network Questions. Question feed. Stack Overflow works best with JavaScript enabled. You say you want to run it from the launcher, AND you want it to have an icon? No problem! Plug that file's name in instead. It is generally not advised to download and install applications from the internet files. Installing from the Software Center is much more secure, much easier, and will allow the app to get updates from Ubuntu. The best way is to download the tar.
Next is to rightclick on the file and select extract to decompress the files. Open the location of the folder you extracted and look for the Readme file and double click to open it and follow the instruction on how to install the particular package because, there could be different instruction available for the proper installation of the file which the normal routine might not be able to forestall without some errors.
First of all it is important to install the package build-essential , it contains all programs needed to compile on your own. What I can say for most source codes that I know of is that you will first need to extract the tarball archive into a folder of your choice.
It is a very basic explanation, the real answer is : read the documentation provided with the source code Only there you will know exactly how to build it. That way, you'll get all stable release, security and new feature updates while you install other system updates. Another advantage is that you don't need to worry about building, dependencies and harder uninstallation since the application won't appear in synaptic with tar files.
If you really want to use tar files, the common process is to run make install may require sudo :. Please note that some of the above commands may not be necessary, please refer to any readme files in the tar file or try to run. Files with the extension tar. Other examples are.
This will extract the files from the tarball into the directory you are currently in and should create a new directory there with in that the files from the tarball. This is probably not enough though. Depending on what it is it could have a complete compiled setup and you need to cd into the new directory and start an executable. It could also contain the source to a program that you need to confire, make, make install.
Generally ie. I would assume it should contain a readme that explains what to do next. Installing software like this will NOT install any dependencies and will complain if you try to install a tarball before you installed these dependencies.
Use a website or the file itself to find out if there are dependencies and install those first. But always always always first try to find a. DEB ian installation file or a link to a ppa so you can use ubuntu software center. If you are trying to install the gimp plugins you skipped parts of the installation process mentioned in this link.
Before downloading the files with wget visit the website and see if it has newer versions. These instructions are from the 3rd of May so they could be old ;. From the official website of Linux Mint. These archives generally contain the source of the package. Each of them generally has a different approach to install. I will be discussing a common method which will supposedly work for all of them.
As these archives contains the source, your system needs the required programming languages to compile and build the source. So the general requirement packages stated above may not be sufficient for you. In that case you have to install the required packages through one of the processes 1, 2, 3 requires internet connection. You can know about the dependencies about your software in a readme file included in the archives.
For this case, you have to replace install. Move to this folder with cd command with the appropriate path and then look again and follow the same process. At first you should check existence of Ubuntu package for the application, which you are trying to compile.
For example if you are trying to compile Empathy you should search package archive for it on packages. The results for Empathy :. As we know that packages have dependencies both on execution and on compilation , so we need to install compile time dependencies also known as build-dependencies.
Note: in this example. In that case you have two options - use older pre-compiled packaged version from repository, try to find newer version in PPAs or upgrade whole Ubuntu to next release preferably LTS. Often programs that are offered as tar. Here are some example commands I used today. The directories I used were informed by this post: Where to install programs?
Sometimes the package contains a runnable file with the same name of the software. You can just run that on the terminal. In this answer I am going to install one sample package ie. It makes an archive of files and folders but not compress them. Extract package tar -xvf vlc Install package go to extracted directory cd vlc Here is one issue is that you need to configure your linux pc for make sure that its dependency will get resolved so that you need to install some dependencies as follows.
Ubuntu Community Ask! Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Learn more. How do I install a. Now you can check the installed plugins on the system. If Flash Player is not installed on the system go to terminal and update the system before installing:. Flash Player successfully installed on the system.
Now follow the above step again to check whether Flash Player is installed or not. You can also check in the plugins section of the browser. The Flash Player is installed in the system and it is also shown in the plugins list. If you find this tutorial helpful please share with your friends to keep it alive.
For more helpful topic browse my website www. To become an author at Look Linux Submit Article. Stay connected to Facebook.
0コメント