Re: [gthumb-list] make error
- From: Thomas Boerner <tab web de>
- To: Paolo Benvenuto <paolobenve gmail com>
- Cc: "gthumb-list gnome org" <gthumb-list gnome org>
- Subject: Re: [gthumb-list] make error
- Date: Tue, 25 Apr 2017 23:47:25 -0300
Hi,
what importer do you need to uninstall a debian package?
Generally you uninstall debian packages with apt, apt-get, aptitude or
dpkg or with the graphical UI of your choice.
For example with dpkg:
First find the exacte name of the package:
dpkg -l |grep gthumb
This gives in my example:
ii gthumb 3:3.4.4.1-5
amd64 image viewer and browser
ii gthumb-data 3:3.4.4.1-5
all image viewer and browser -
arch-independent files
Then you uninstall with:
dpkg -r gthumb
Same with gthumb-data or whatever you want to have removed.
Thats it.
Hope that helps
TB
On 22/04/17 17:17, Paolo Benvenuto wrote:
I made make install and everything is ok
However, uninstalling the debian package I cannot find the importer any
more... is there any trick?
don Paolo Benvenuto
2017-04-22 9:40 GMT+02:00 Jef Driesen <jefdriesen hotmail com
<mailto:jefdriesen hotmail com>>:
On 22-04-17 09:18, Paolo Benvenuto wrote:
> but, will make install overwrite my current debian executable?
>
> where does it "install" the executable?
It depends on your default prefix. Usually it's /usr or /usr/local.
To avoid
conflicts, I usually install self compiled applications to
$HOME/local with:
./configure --prefix=$HOME/local
To use them easily, just add the directory to your path in for
example your
.bashrc file:
export PATH=$HOME/local/bin:$PATH
To solve the problem with settings schema files, I use this:
export XDG_DATA_DIRS=$HOME/local/share:/usr/share
Jef
_______________________________________________
gthumb-list mailing list
gthumb-list gnome org
https://mail.gnome.org/mailman/listinfo/gthumb-list
[
Date Prev][Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]