LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Terminal not responding properly OpenSuse 11.4 ? (https://www.linuxquestions.org/questions/linux-newbie-8/terminal-not-responding-properly-opensuse-11-4-a-914891/)

danost 11-22-2011 06:15 AM

Terminal not responding properly OpenSuse 11.4 ?
 
Treeline is a free form database program. I'm trying to install it in Linux - OpenSuse 11.4. I'm wondering if I either have a bad install of OpenSuse 11.4, or am not using the correct commands to change to Treeline.

As you can see from the image attached, terminal does not recognize that the various folders exist, or that I'm not changing to them properly.

( the 500 Gig drive in the image attached is another drive, I've installed OpenSuse on a 150 Gig drive, using all defaults )

Please, what can you tell me . . . . .
Thanks for you kind assistance.

hda7 11-22-2011 07:33 AM

Quote:

Originally Posted by danost (Post 4530608)
As you can see from the image attached

I don't think your picture got attached. Try again.
Quote:

Originally Posted by danost (Post 4530608)
terminal does not recognize that the various folders exist, or that I'm not changing to them properly.

Without knowing which folders this is happening to, I would hazard that either a) you are not using the terminal properly, or b) the folders you are trying to access do not really exist (for example, they are in an archive that your file manager presents to you as a folder).

Jenni 11-22-2011 07:52 AM

Please re-attach the picture, as it did not post properly. If it will not work, then you can copy and paste the command and error(s) you are getting from your terminal and any other pertinent information.

How, exactly, are you trying to install this program? there are various ways to install a program on linux, and without knowing the method you are trying to use, it is hard to give and advise.

If you downloaded a source file, and want to ./configure && make && make install, make sure you extracted the archive most source packages come in a .tar.gz or tar.bz2 archive which must first be extracted before they can be installed.

salasi 11-22-2011 05:58 PM

Quote:

Originally Posted by danost (Post 4530608)
I'm trying to install it in Linux - OpenSuse 11.4.

How did you install it - did you use the package manager?

Quote:

Originally Posted by danost (Post 4530608)
As you can see from the image attached, terminal does not recognize that the various folders exist, or that I'm not changing to them properly.
( the 500 Gig drive in the image attached is another drive, I've installed OpenSuse on a 150 Gig drive, using all defaults )

Can only guess what this might mean: I would also guess that you have to make a minimum number of posts before you post attachments, and your attachment is getting caught by that requirement.

John VV 11-22-2011 06:05 PM

is it this program ?
http://treeline.bellz.org/

if so it is in the suse repos ( well i have it in a zypper search

Code:

zypper info treeline


Repository: openSUSE-11.4-Oss
Name: treeline
Version: 1.2.3-8.1
Arch: noarch
Vendor: openSUSE
Installed: No
Status: not installed
Installed Size: 3.5 MiB
Summary: Versatile Tree-Style Outliner for Defining Custom Data Schemas
Description:
TreeLine is a versatile tool for working with all kinds of information
that fit into a tree-like structure.
It can be used to edit bookmark files, create mini-databases (for
example, for addresses, tasks, records, or CDs), outline documents, or
just collect ideas. It can also be used as a generic editor for XML
files.
The data schemas for any node in the data tree can be customized and
new types of nodes can be defined. The way data is presented on the
screen, exported to HTML, or printed can be defined with HTML-like
templates. Plug-ins can be written to load and save data from and to
custom file formats or external data sources and extend the
functionality of TreeLine.
TreeLine is written in Python and uses the PyQt bindings to the Qt
toolkit, which makes it very portable.

seeing as it is in the default " oss "

install it this way
undo what ever it is you did with the tarball
Code:

su -
zypper in treeline


danost 11-22-2011 11:44 PM

Thank you one and all for your quick and kind help. I did manage to get the thing installed. As to why the image I attached did not appear on this site, I don't know. Maybe its as one person said, there are first a required minimum number of posts required, if so, that is certainly not helpful to newbies like me.

hda7 11-23-2011 06:17 PM

If you have found a solution, please post what you did so others can benefit and mark the thread solved.

salasi 11-24-2011 05:22 AM

Quote:

Originally Posted by danost (Post 4531293)
Maybe its as one person said, there are first a required minimum number of posts required, if so, that is certainly not helpful to newbies like me.

Yes, but apparently these days, it is a necessary measure to stop the server being flooded with image spam.


All times are GMT -5. The time now is 06:09 PM.