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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
03-02-2014, 07:36 PM
|
#1
|
Senior Member
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034
Rep:
|
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.
|
|
|
03-02-2014, 08:07 PM
|
#2
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,287
|
I wouldn't have thought this would qualify as "jumping through hoops".
Should apply to xubuntu as well.
|
|
1 members found this post helpful.
|
03-03-2014, 12:33 AM
|
#3
|
Senior Member
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034
Original Poster
Rep:
|
thanks but couldn't get it
Quote:
Originally Posted by syg00
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.
|
|
|
03-03-2014, 01:29 AM
|
#4
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,287
|
Quote:
Originally Posted by Gregg Bell
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.
|
03-04-2014, 12:46 AM
|
#5
|
Senior Member
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034
Original Poster
Rep:
|
thanks
Quote:
Originally Posted by syg00
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.
|
|
|
03-04-2014, 05:30 AM
|
#6
|
Member
Registered: Apr 2004
Location: Brisbane Australia
Distribution: UBUNTU 13.04
Posts: 61
Rep:
|
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.
|
03-11-2014, 01:46 PM
|
#7
|
Senior Member
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034
Original Poster
Rep:
|
thanks!
Quote:
Originally Posted by larrykeenan
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.
|
|
|
03-11-2014, 02:07 PM
|
#8
|
LQ Addict
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841
|
13.04 is EOL, no longer supported
https://wiki.ubuntu.com/Releases
|
|
|
03-11-2014, 02:16 PM
|
#9
|
LQ Addict
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841
|
My bad you have 13.10 which is supported
|
|
|
03-12-2014, 05:14 AM
|
#10
|
Member
Registered: Apr 2004
Location: Brisbane Australia
Distribution: UBUNTU 13.04
Posts: 61
Rep:
|
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...
|
|
|
03-12-2014, 02:36 PM
|
#11
|
Senior Member
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034
Original Poster
Rep:
|
Quote:
Originally Posted by larrykeenan
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!
|
|
|
03-14-2014, 05:39 AM
|
#12
|
Member
Registered: Apr 2004
Location: Brisbane Australia
Distribution: UBUNTU 13.04
Posts: 61
Rep:
|
I added the graphics as attachments
I hope they helps
You were using the update manager
Synaptic was the next tab over.
Last edited by larrykeenan; 03-14-2014 at 05:42 AM.
|
|
|
03-14-2014, 08:25 AM
|
#13
|
LQ Guru
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,987
|
Also, when I make e-books, I wind up using Sigil and Calibre in combination.
|
|
1 members found this post helpful.
|
03-14-2014, 02:02 PM
|
#14
|
Senior Member
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034
Original Poster
Rep:
|
Quote:
Originally Posted by larrykeenan
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.
|
|
|
03-14-2014, 02:04 PM
|
#15
|
Senior Member
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034
Original Poster
Rep:
|
Quote:
Originally Posted by sundialsvcs
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?
|
|
|
All times are GMT -5. The time now is 07:24 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|