Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 10-20-2013, 12:54 PM   #1
jgratero
Junior Member
jgratero began at the beginning.
 
jgratero's Avatar
 
Posts: 5
Karma: 10
Join Date: Jul 2012
Device: none
Thumbs down Uninstalling Sigil

I want to uninstall Sigil from an old machine I have (I was never able to run it there, "illegal instruction, core dumped" issue) but, when I proceed with the "sudo make uninstall" I have this as an answer:

Quote:
make: *** No rule to make target `uninstall'. Stop.
What to do here? Do I have to remove the files manually?
jgratero is offline   Reply With Quote
Old 10-20-2013, 01:44 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,768
Karma: 54401244
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by jgratero View Post
I want to uninstall Sigil from an old machine I have (I was never able to run it there, "illegal instruction, core dumped" issue) but, when I proceed with the "sudo make uninstall" I have this as an answer:



What to do here? Do I have to remove the files manually?
How did you install?
Which version?
The old version the uninstall command had a dot slash that was needed (and did not use make)
theducks is offline   Reply With Quote
Old 10-20-2013, 02:16 PM   #3
jgratero
Junior Member
jgratero began at the beginning.
 
jgratero's Avatar
 
Posts: 5
Karma: 10
Join Date: Jul 2012
Device: none
Quote:
Originally Posted by theducks View Post
How did you install?
Which version?
The old version the uninstall command had a dot slash that was needed (and did not use make)
I downloaded the source, and installed manually (configure, sudo make install), as per the INSTALL.txt instructions (although, I had my doubts at the beginning):

Quote:
== Compiling on Linux ==

Aside from the core Qt libraries, you will also need to install *libqt4-xml*,
*libqt4-svg*, *libqt4-webkit* and *libqt4-dev* (and their various dependencies)
which are not included by default in Qt.

This should be as simple as typing in the following command into your
terminal (on Debian-like systems):
{{{
sudo apt-get install libqt4-gui libqt4-svg libqt4-webkit libqt4-xml libqt4-dev
}}}
It is assumed you want to generate Makefiles. You can do this by creating
a new folder *outside* of the source distribution.

Now navigate to that folder with a terminal. Then type in and run
the following:
{{{
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release /path/to/extracted/folder
make
sudo make install
}}}
That builds and installs Sigil on Linux. By default, Sigil is installed
in `${CMAKE_INSTALL_PREFIX}/bin`, with `CMAKE_INSTALL_PREFIX` defaulting to
`usr/local`.

You can change the install location by running cmake like this:
{{{
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/new/install/prefix -DCMAKE_BUILD_TYPE=Release /path/to/extracted/folder
}}}
Aside from using the install target, you can also build a binary
installer by invoking the `makeinstaller` build target.

Building from source in the repository is recommended, since code in the
repository should always be stable. If it's not, that's a bug report.

Regarding my version, the one in this machine it's the 0.5.3...
jgratero is offline   Reply With Quote
Old 10-20-2013, 02:25 PM   #4
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,545
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
If you didn't change the install prefix, then:

Delete 'sigil' and/or 'sigil.sh' from /usr/local/bin
Delete the entire sigil directory in /usr/local/share
Delete 'sigil.png' from /usr/local/share/pixmaps
Delete 'sigil.desktop' from /usr/local/share/applications

That should be it (with the exception of the source directory you issued the 'make' commands in).

You're on your own with any packages you may have installed with apt-get.

Last edited by DiapDealer; 10-21-2013 at 08:47 AM.
DiapDealer is online now   Reply With Quote
Old 10-20-2013, 03:24 PM   #5
jgratero
Junior Member
jgratero began at the beginning.
 
jgratero's Avatar
 
Posts: 5
Karma: 10
Join Date: Jul 2012
Device: none
Quote:
Originally Posted by DiapDealer View Post
If you didn't change the install prefix, then:

Delete 'sigil' and/or 'sigil.sh' from /usr/local/bin
Delete the entire sigil directory in /usr/local/share
Delete 'sigil.png' from /usr/local/share/pixmaps
delete 'sigil.desktop' /usr/local/share/applications

That should be it (with the exception of the source directory you issued the make' commands in).

You're on your own with any packages you may have installed with apt-get.
That worked out. Thanks DiapDialer!
jgratero is offline   Reply With Quote
Old 10-21-2013, 08:54 AM   #6
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,545
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by jgratero View Post
That worked out. Thanks DiapDialer!
Not a problem

I forgot to mention that there might be some configuration files floating around in your home directory in the usual--normally hidden--places like '.local' or '.conf'. If the folder name isn't 'Sigil' it may be named after the original creator of the program (with older versions): 'Markovic Strahinja'.
DiapDealer is online now   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Uninstalling 4.1 moblereed Amazon Kindle 2 09-20-2012 05:02 PM
Uninstalling on Mac marty1990 Sigil 1 06-09-2012 01:06 PM
uninstalling from pocketbook iq. need help jww77 PocketBook 4 12-02-2010 04:07 PM
uninstalling aps Snepscheut enTourage Archive 5 07-19-2010 10:36 AM
Problem Uninstalling 6.10 hartercross Calibre 3 03-10-2010 03:02 PM


All times are GMT -4. The time now is 05:46 AM.


MobileRead.com is a privately owned, operated and funded community.