LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-02-2014, 07:36 PM   #1
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Rep: Reputation: 176Reputation: 176
What Linux version of software is most like Sigil?


I've heard Sigil is availabe on Linux but there just seems to be so many hoops (I'm new to Linux) to jump through I would much prefer to download the Linux equivalent of Sigil whatever that may be. The closest thing I've found so far is Calibre's Edit E-book. But in Sigil I can take an html file into it and convert it to epub. (I can't do that with Calibre's Edit E-book.) Granted, I can take an html and convert it to epub in Calibre (Calibre proper, not the Edit E-book offshoot) but that adds all this Calibre code, whereas Sigil adds nothing. Any ideas? Thanks.
 
Old 03-02-2014, 08:07 PM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,287

Rep: Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165
I wouldn't have thought this would qualify as "jumping through hoops".
Should apply to xubuntu as well.
 
1 members found this post helpful.
Old 03-03-2014, 12:33 AM   #3
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
thanks but couldn't get it

Quote:
Originally Posted by syg00 View Post
I wouldn't have thought this would qualify as "jumping through hoops".
Should apply to xubuntu as well.
Thanks for the info. It seemed terribly easy. I entered

sudo add-apt-repository ppa:sunab/sigil-git
sudo apt-get update
sudo apt-get install sigil

in the terminal and it said something (see 049 screenshot) about whether I wanted to add the program or not and I hit enter. But then there was no Sigil program that I could find.

I dug a little deeper into the Ubuntu One that you sent (the previous question--see 050 screenshot) and entered this

sudo add-apt-repository ppa:sunab/sigil-git

Which resulted in this (see 051 screenshot).

I'm really quite new at all this. For instance, do I need to un-do any of what I've just done?

Up for any suggestions. Thanks very much for the help.
Attached Thumbnails
Click image for larger version

Name:	Selection_049.png
Views:	21
Size:	33.2 KB
ID:	14860   Click image for larger version

Name:	Selection_050.png
Views:	25
Size:	73.4 KB
ID:	14861   Click image for larger version

Name:	Selection_051.png
Views:	20
Size:	32.7 KB
ID:	14862  
 
Old 03-03-2014, 01:29 AM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,287

Rep: Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165Reputation: 4165
Quote:
Originally Posted by Gregg Bell View Post
But then there was no Sigil program that I could find.
Explain further - what/how did you look, what did you get back ?. Be aware that Linux is case sensitive. Try these commands and post the results (even if none)
Code:
which sigil
dpkg -l sigil
 
1 members found this post helpful.
Old 03-04-2014, 12:46 AM   #5
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
thanks

Quote:
Originally Posted by syg00 View Post
Explain further - what/how did you look, what did you get back ?. Be aware that Linux is case sensitive. Try these commands and post the results (even if none)
Code:
which sigil
dpkg -l sigil
I looked in the Ubuntu Software Center installed programs. In the Synaptic Package Manager. And in the terminal with commands such as "locate" and "find" and "tab and then find." And of course putting "sigil" after those things.

Here's the screenshot for the command you just gave me.
Attached Thumbnails
Click image for larger version

Name:	Selection_052.png
Views:	23
Size:	12.0 KB
ID:	14878  
 
Old 03-04-2014, 05:30 AM   #6
larrykeenan
Member
 
Registered: Apr 2004
Location: Brisbane Australia
Distribution: UBUNTU 13.04
Posts: 61

Rep: Reputation: 19
Re run
Code:
sudo apt-get update
and wait...
then the following will work
Code:
sudo apt-get install sigil
When finished it will be under office in your gui menu.
 
1 members found this post helpful.
Old 03-11-2014, 01:46 PM   #7
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
thanks!

Quote:
Originally Posted by larrykeenan View Post
Re run
Code:
sudo apt-get update
and wait...
then the following will work
Code:
sudo apt-get install sigil
When finished it will be under office in your gui menu.
Larry, somehow my post thanking you didn't show up. Anyway, thank you! It worked perfectly. Only now re-visting your post (where I noticed my thanks were missing) to get Sigil on another computer, the first step ran just the way it did last time, but when I ran the second command it didn't work properly, said it couldn't find the package. (see screenshot of terminal) I ran the second command again just to be sure and when i did I got :

Unable to lock the adminsistration director... is another process using it?

Any idea what's going on and how I can get Sigil on this computer? Thanks.
Attached Thumbnails
Click image for larger version

Name:	1_026.png
Views:	19
Size:	133.4 KB
ID:	14936  
 
Old 03-11-2014, 02:07 PM   #8
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
13.04 is EOL, no longer supported
https://wiki.ubuntu.com/Releases
 
Old 03-11-2014, 02:16 PM   #9
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
My bad you have 13.10 which is supported
 
Old 03-12-2014, 05:14 AM   #10
larrykeenan
Member
 
Registered: Apr 2004
Location: Brisbane Australia
Distribution: UBUNTU 13.04
Posts: 61

Rep: Reputation: 19
OK The purists here will hate me but Let's use the GUI.
Open Synaptic from your system menu or install it first.
Now choose Settings / Repositories / New
Then Add
Url http://ppa.launchpad.net/sunab/sigil-git/ubuntu/
Distribution saucy
Section main
Be sure the choice above is Binary and click OK

Now Click reload and wait a while then search for sigil

Right Click - Mark for install and then apply.

Much Easier...
 
Old 03-12-2014, 02:36 PM   #11
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by larrykeenan View Post
OK The purists here will hate me but Let's use the GUI.
Open Synaptic from your system menu or install it first.
Now choose Settings / Repositories / New
Then Add
Url http://ppa.launchpad.net/sunab/sigil-git/ubuntu/
Distribution saucy
Section main
Be sure the choice above is Binary and click OK

Now Click reload and wait a while then search for sigil

Right Click - Mark for install and then apply.

Much Easier...
Thanks Larry. Pretty remedial here and rarely is anything easier lol! But thanks. I did have Synpatic, opened it, clicked on Settings, then Repositories, but that took me to this screen (see screenshot 1_028). I didn't see anything "New." I figured maybe you meant the "Other Software" tab because there is an "Add" button there but wasn't sure. And I really do need detailed step-by-step instructions at this point (sorry!). (eg. How would I know to make sure my choice was binary? That sort of thing. Plus adding the url etc.) But I'm sure it'll work. Thanks!
Attached Thumbnails
Click image for larger version

Name:	1_028.png
Views:	18
Size:	112.6 KB
ID:	14943  
 
Old 03-14-2014, 05:39 AM   #12
larrykeenan
Member
 
Registered: Apr 2004
Location: Brisbane Australia
Distribution: UBUNTU 13.04
Posts: 61

Rep: Reputation: 19
I added the graphics as attachments
I hope they helps
You were using the update manager
Synaptic was the next tab over.
Attached Thumbnails
Click image for larger version

Name:	one.jpg
Views:	15
Size:	13.5 KB
ID:	14965   Click image for larger version

Name:	two.jpg
Views:	17
Size:	86.7 KB
ID:	14966  

Last edited by larrykeenan; 03-14-2014 at 05:42 AM.
 
Old 03-14-2014, 08:25 AM   #13
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,987
Blog Entries: 4

Rep: Reputation: 4038Reputation: 4038Reputation: 4038Reputation: 4038Reputation: 4038Reputation: 4038Reputation: 4038Reputation: 4038Reputation: 4038Reputation: 4038Reputation: 4038
Also, when I make e-books, I wind up using Sigil and Calibre in combination.
 
1 members found this post helpful.
Old 03-14-2014, 02:02 PM   #14
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by larrykeenan View Post
I added the graphics as attachments
I hope they helps
You were using the update manager
Synaptic was the next tab over.
Larry, thanks but something's off here. I open the synaptic package manager. I click on Settings. A drop down menu opens. I click on Repositories. Then I get to this screen (screenshot). And that of course is not the same screen as the "Repositories" screen you attached in your last post. (I believe it is the "Update manager" screen you referred to.) I have tried it five times with the exact same results.
Attached Thumbnails
Click image for larger version

Name:	1_031.png
Views:	14
Size:	122.7 KB
ID:	14967  
 
Old 03-14-2014, 02:04 PM   #15
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by sundialsvcs View Post
Also, when I make e-books, I wind up using Sigil and Calibre in combination.
Thanks sundial. I'm a little leery of using Calibre. I've heard that Kindle Direct Publishing often rejects books made with Calibre. Whereas I've never had any trouble using just Sigil. What's your experience? And how do you use Sigil and Calibre in combination?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Recent versions of SIGIL on S-13.1? pargoo Slackware 2 11-10-2013 10:03 AM
LXer: Creating Ebooks with Sigil LXer Syndicated Linux News 0 11-09-2009 09:11 PM
LXer: Creating Ebooks with Sigil LXer Syndicated Linux News 0 11-06-2009 02:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:24 AM.

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