LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-07-2014, 09:38 AM   #1
alpizzuto
LQ Newbie
 
Registered: Dec 2014
Location: north carolina
Distribution: mint cinnamon 17.1
Posts: 5

Rep: Reputation: Disabled
linux mint cinnamon


I am trying to install tar.bz file, and have tired various methods from other sites, none of which work.
 
Old 12-07-2014, 09:57 AM   #2
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
A bit more detail on your distro and on why you are resorting to installing a tar.gz file would be helpful.
Have you looked for a .deb install file?
Do you have Mint installed?
 
1 members found this post helpful.
Old 12-07-2014, 11:06 AM   #3
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Whether you're using Ubuntu or Mint you have a package manager to deal with managing (installing, removing, updating, etc.) packages. If you're installing something that is not a package then you'd do well to give us some details about what it is.
jdk
 
1 members found this post helpful.
Old 12-07-2014, 11:40 AM   #4
alpizzuto
LQ Newbie
 
Registered: Dec 2014
Location: north carolina
Distribution: mint cinnamon 17.1
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thanks for the reply. The application is Photonic, an Image manager which I thought might be worth trying. I have Mint Cinnamon 17.1 installed on an HP laptop. The only file I could find for this app was this tar ile - phototonic-1.5.tar.gz. Now I notice that it is a gz, not bz file, but still don't know exactly how to install it. Any help would be appreciated.

Last edited by alpizzuto; 12-07-2014 at 11:42 AM. Reason: misspellings
 
Old 12-07-2014, 11:54 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,623

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by alpizzuto View Post
Thanks for the reply. The application is Photonic, an Image manager which I thought might be worth trying. I have Mint Cinnamon 17.1 installed on an HP laptop. The only file I could find for this app was this tar ile - phototonic-1.5.tar.gz. Now I notice that it is a gz, not bz file, but still don't know exactly how to install it. Any help would be appreciated.
Assuming you downloaded it from their website, did you look at the installation instructions, on their main page???
http://oferkv.github.io/phototonic/

Quote:
Originally Posted by Installation Instructions
Installation
Code:
General instructions:
$ tar -zxvf phototonic.tar.gz $ cd phototonic $ qmake PREFIX="/usr" $ make $ sudo make install
Example for Ubuntu:
Code:
$ sudo apt-get install build-essential $ sudo apt-get install qt5-default libexiv2-dev $ tar -zxvf phototonic.tar.gz $ cd phototonic $ qmake qt=qt5 $ make $ sudo make install
The Ubuntu instructions may be a good thing to follow since you're using Mint, if the general instructions don't work.

Last edited by TB0ne; 12-07-2014 at 11:55 AM.
 
Old 12-07-2014, 12:13 PM   #6
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I notice that Debian has a phototonic package.
Quote:
~$ aptitude search phototonic
p phototonic - image viewer and organizer
p phototonic:i386 - image viewer and organizer
If that package is available for Mint (I assume it is) then just install it like you would any other package. No need to download a tarball from their website.
jdk
 
Old 12-07-2014, 12:47 PM   #7
alpizzuto
LQ Newbie
 
Registered: Dec 2014
Location: north carolina
Distribution: mint cinnamon 17.1
Posts: 5

Original Poster
Rep: Reputation: Disabled
Yes, I tried the instructions for Ubuntu and get the following after the qmake command:

Failure to open file: /home/alan/Downloads/phototonic-1.5/Makefile
Unable to generate makefile for: /home/alan/Downloads/phototonic-1.5/phototonic.pro
 
Old 12-07-2014, 12:51 PM   #8
alpizzuto
LQ Newbie
 
Registered: Dec 2014
Location: north carolina
Distribution: mint cinnamon 17.1
Posts: 5

Original Poster
Rep: Reputation: Disabled
To jdkaye: Tried that and get this

alan@alan-HP-Pavilion-dv6-Notebook-PC ~ $ ~$aptitude search phototonic
~: command not found
alan@alan-HP-Pavilion-dv6-Notebook-PC ~ $ ~$ aptitude search phototonic
~$: command not found
alan@alan-HP-Pavilion-dv6-Notebook-PC ~ $
 
Old 12-07-2014, 01:38 PM   #9
alpizzuto
LQ Newbie
 
Registered: Dec 2014
Location: north carolina
Distribution: mint cinnamon 17.1
Posts: 5

Original Poster
Rep: Reputation: Disabled
Gentlemen - to all who have been so helpful on this topic:

I have solved my problem by adding a new ppa that I found (don't remember where any more) and installing phototonic thru the Software Manager. Hope is has been worth all this effort. I did learn quite a bit during this, so thank you for that.

al
 
1 members found this post helpful.
Old 12-07-2014, 01:42 PM   #10
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
1.
Quote:
To jdkaye: Tried that and get this

alan@alan-HP-Pavilion-dv6-Notebook-PC ~ $ ~$aptitude search phototonic
~: command not found
alan@alan-HP-Pavilion-dv6-Notebook-PC ~ $ ~$ aptitude search phototonic
~$: command not found
alan@alan-HP-Pavilion-dv6-Notebook-PC ~ $
You have to install the aptitude package in order to use that command.
2. As a service to others please mark this thread as [SOLVED]. You can use the Thread Tools menu located above your first post in this thread (see the attachment).
jdk
Attached Thumbnails
Click image for larger version

Name:	lq_threadtools.png
Views:	18
Size:	26.8 KB
ID:	17046  
 
  


Reply

Tags
phototonic



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Linux Mint 17.1 Cinnamon Is Out and the Best So Far LXer Syndicated Linux News 0 11-28-2014 06:01 AM
linux mint 16 cinnamon majorjoe Linux - Newbie 9 02-21-2014 11:16 AM
LXer: Linux Mint 16 Will Have Cinnamon 2.0 LXer Syndicated Linux News 0 06-05-2013 03:40 PM
Linux Mint Problems Cinnamon LinWinApp Linux - General 1 02-16-2013 07:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration