Hi,
Maybe this is a stupid question but how do I install an application that does not come from a repo or has installation scripts ? I just downloaded Sublime Text 2 and I want it in the Open With context menu, in the desktop search utility, kick menu, etc ?
If source you normally need to compile it. There should in any case be a readme file in the package. Give us the full name of the file and someone can give you more specific instructions.
Its Sublime Text - here is the page for Download Sublime Text - Download
I extracted the archive and I run it from there for now.
Ok so you want to add to menu??
right click the menu icon and add it there. To add to desktop right click desktop select new -link to application dill in the blanks
robertot5 wrote:
>
> Hi,
> Maybe this is a stupid question but how do I install an application
> that does not come from a repo or has installation scripts ? I just
> downloaded Sublime Text 2 and I want it in the Open With context menu,
> in the desktop search utility, kick menu, etc ?
>
>
All you need to do is download the binary using links “Linux 32 bit”
and “Linux 64 bit” from http://www.sublimetext.com/2 and extract the
files and double click on executable sublime_text to launch the application
–
GNOME 3.6.2
openSUSE Release 12.3 (Dartmouth) 64-bit
Kernel Linux 3.7.10-1.16-desktop
I am having the same issue with JDownloader. Currently using OpenSuse 12.3.
JDownloader - Overview - JDownloader
Using Yast I tried to add the repo on the following page but it could not find the URL.
finally got it to work using:
wget http://installer.jdownloader.org/jd_unix_0_9.sh
chmod a+x jd_unix_0_9.sh
./jd_unix_0_9.sh
There are lots of ways to install software.
From Repo (RPM)
From source ( you have to compile and need th tools and libraries)
From pre compiled binary (usually .sh script file the acts an installer)
one click from web sites
etc etc
it all depends on where and how they are packaged.
YaST doesn’t support svn repos.
It supports obs repos Refer :- Open Build Service
Hi Robertot5,
As has been suggested, you have to manually add the menu entries / desktop icons, etc.
With Sublime Text2 (great editor by the way) you download a precompiled binary, so you just run it. However, that one binary will work on pretty much any Linux system, regardless of desktop environment. The company that makes it does not attempt to support separate packages that would create the icons, etc. for you automatically for Fedora (Gnome3), Ubunty (Unity), Suse (KDE), and others. They could make a “generic” .rpm and .dep that might work most of the time, but even then they would have to invest time maintaining them. Someone in the Suse community might be able to package it using OBS - but that would likely depend on the Sublime license, which may prevent such.
KDE has a generic text editor icon available. From within the Desktop folder, right click Create New>Link to Application and fill in the relevant information, not forgetting the location of the binary. Click on the placeholder icon and you will get access to a variety of icons. Sometimes the icon does not ‘stick’ the first time you select it; in which case, right click and open Properties and try again.
Thank you, somehow I succeeded in creating a shortcut to Sublime and managed to list it in the Open With entries though it does not have an icon there.
Can you explain what the fields “Command” and “Work Path” are for ! I selected the Sublime Text binary in the “Command” field, is that ok ?