How to completely remove a library?How to remove configuration files completelyHow do I completely remove Ubuntu?13.10 how to remove COMPLETELY facebook?How to remove QEMU completelyHow to completely remove Phoronix Test Suite?How to Remove varicad2013-en (A Virus or PIA)
Can a Barbarian/Wizard multiclass cast a spell with a magic item while raging?
Why does this process map every fraction to the golden ratio?
Why dont electrical receptacles have more than one ground?
How do I defeat the Molduga
How can I speed up secure erasing of a disk?
How can I convince my child to write?
Seen from Europe, why is there a hard separation between Republicans and Democrats in the US?
Why did the Big Bang produce hydrogen?
Why does the hyperref documentation suggest using gather instead of equation?
Is Earth's Surface "In orbit"?
Movie where some soldiers go into a bunker in a city because of dangerous conditions outside
Using a sealant to stop a toilet tank leak
Bash - draw a vertical line behind lines with variable length
"the whole shabang" vs "the whole shebang"
Good type of bike to get for commuting (thinking of road v touring)
Could dinosaurs breathe modern air?
How can you weaponize a thermos
Why do some journal proofs insert dozens of typesetting mistakes?
Why would a berry have a slow-acting poison?
Two people from small group of friends want to have a "meeting" with me. The circumstances are strange and give me a bad feeling
Is there a word/phrase that can describe playing a musical instrument in a casual way?
How was the Luftwaffe able to destroy nearly 4000 Soviet aircraft in 3 days of operation Barbarossa?
Large products with glass doors
What else would an hot red wire be for in a split-tab outlet?
How to completely remove a library?
How to remove configuration files completelyHow do I completely remove Ubuntu?13.10 how to remove COMPLETELY facebook?How to remove QEMU completelyHow to completely remove Phoronix Test Suite?How to Remove varicad2013-en (A Virus or PIA)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I want to completely remove libfreenect
from my Ubuntu 16.04 laptop. Right now, when I run locate libfreenect
I get this:
~$ locate libfreenect
/home/elgarbe/git/libfreenect2
/lib/udev/rules.d/60-libfreenect0.5.rules
/opt/ros/kinetic/include/libfreenect
/opt/ros/kinetic/lib/libfreenect.a
/opt/ros/kinetic/lib/libfreenect.so
/opt/ros/kinetic/lib/libfreenect.so.0.5
/opt/ros/kinetic/lib/libfreenect.so.0.5.1
/opt/ros/kinetic/lib/libfreenect_nodelet.so
/opt/ros/kinetic/lib/libfreenect_sync.a
/opt/ros/kinetic/lib/libfreenect_sync.so
/opt/ros/kinetic/lib/libfreenect_sync.so.0.5
/opt/ros/kinetic/lib/libfreenect_sync.so.0.5.1
/opt/ros/kinetic/lib/pkgconfig/libfreenect.pc
/opt/ros/kinetic/share/libfreenect
/usr/include/libfreenect.h
/usr/include/libfreenect.hpp
/usr/include/libfreenect_audio.h
/usr/include/libfreenect_registration.h
/usr/include/libfreenect_sync.h
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
/usr/lib/x86_64-linux-gnu/libfreenect.so
/usr/lib/x86_64-linux-gnu/libfreenect.so.0.5
/usr/lib/x86_64-linux-gnu/libfreenect.so.0.5.3
/usr/lib/x86_64-linux-gnu/libfreenect_sync.so
/usr/lib/x86_64-linux-gnu/libfreenect_sync.so.0.5
/usr/lib/x86_64-linux-gnu/libfreenect_sync.so.0.5.3
/usr/lib/x86_64-linux-gnu/pkgconfig/libfreenect.pc
/usr/share/doc/libfreenect-dev
/usr/share/doc/libfreenect0.5
/usr/share/doc/ros-kinetic-libfreenect
/var/lib/dpkg/info/libfreenect-dev:amd64.list
/var/lib/dpkg/info/libfreenect-dev:amd64.md5sums
/var/lib/dpkg/info/libfreenect0.5:amd64.list
/var/lib/dpkg/info/libfreenect0.5:amd64.md5sums
/var/lib/dpkg/info/libfreenect0.5:amd64.postinst
/var/lib/dpkg/info/libfreenect0.5:amd64.preinst
/var/lib/dpkg/info/libfreenect0.5:amd64.shlibs
/var/lib/dpkg/info/libfreenect0.5:amd64.symbols
/var/lib/dpkg/info/libfreenect0.5:amd64.triggers
/var/lib/dpkg/info/ros-kinetic-libfreenect.list
/var/lib/dpkg/info/ros-kinetic-libfreenect.md5sums
/var/lib/dpkg/info/ros-kinetic-libfreenect.shlibs
/var/lib/dpkg/info/ros-kinetic-libfreenect.triggers
EDIT 1
Trying to uninstall the package libfreenect-dev
:
~$ sudo apt-get remove libfreenect-dev
[sudo] password for elgarbe:
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect-dev» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ libfreenect0.5
libfreenect0.5: no se encontró la orden
~$ sudo apt-get remove libfreenect0.5
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect0.5» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ sudo apt-get remove ros-kinetic-libfreenect
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «ros-kinetic-libfreenect» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ sudo apt-get remove --auto-remove libfreenect-dev
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect-dev» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ sudo apt-get purge --auto-remove libfreenect-dev
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect-dev» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$
It's in spanish and it says that there is no package with this name installed.
EDIT 2
After running updatedb
I get:
~$ locate libfreenect
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
/var/cache/apt/archives/libfreenect-bin_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-dev_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-doc_1%3a0.5.3-1_all.deb
/var/cache/apt/archives/libfreenect0.5_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/ros-kinetic-libfreenect_0.5.1-0xenial-20190607-170601-0800_amd64.deb
EDIT 3
After running apt-get clean
and sudo updatedb
again, I just get:
~$ locate libfreenect
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
I think that I've installed it by source, but I have removed the source file. How can I uninstall them?
uninstall
add a comment
|
I want to completely remove libfreenect
from my Ubuntu 16.04 laptop. Right now, when I run locate libfreenect
I get this:
~$ locate libfreenect
/home/elgarbe/git/libfreenect2
/lib/udev/rules.d/60-libfreenect0.5.rules
/opt/ros/kinetic/include/libfreenect
/opt/ros/kinetic/lib/libfreenect.a
/opt/ros/kinetic/lib/libfreenect.so
/opt/ros/kinetic/lib/libfreenect.so.0.5
/opt/ros/kinetic/lib/libfreenect.so.0.5.1
/opt/ros/kinetic/lib/libfreenect_nodelet.so
/opt/ros/kinetic/lib/libfreenect_sync.a
/opt/ros/kinetic/lib/libfreenect_sync.so
/opt/ros/kinetic/lib/libfreenect_sync.so.0.5
/opt/ros/kinetic/lib/libfreenect_sync.so.0.5.1
/opt/ros/kinetic/lib/pkgconfig/libfreenect.pc
/opt/ros/kinetic/share/libfreenect
/usr/include/libfreenect.h
/usr/include/libfreenect.hpp
/usr/include/libfreenect_audio.h
/usr/include/libfreenect_registration.h
/usr/include/libfreenect_sync.h
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
/usr/lib/x86_64-linux-gnu/libfreenect.so
/usr/lib/x86_64-linux-gnu/libfreenect.so.0.5
/usr/lib/x86_64-linux-gnu/libfreenect.so.0.5.3
/usr/lib/x86_64-linux-gnu/libfreenect_sync.so
/usr/lib/x86_64-linux-gnu/libfreenect_sync.so.0.5
/usr/lib/x86_64-linux-gnu/libfreenect_sync.so.0.5.3
/usr/lib/x86_64-linux-gnu/pkgconfig/libfreenect.pc
/usr/share/doc/libfreenect-dev
/usr/share/doc/libfreenect0.5
/usr/share/doc/ros-kinetic-libfreenect
/var/lib/dpkg/info/libfreenect-dev:amd64.list
/var/lib/dpkg/info/libfreenect-dev:amd64.md5sums
/var/lib/dpkg/info/libfreenect0.5:amd64.list
/var/lib/dpkg/info/libfreenect0.5:amd64.md5sums
/var/lib/dpkg/info/libfreenect0.5:amd64.postinst
/var/lib/dpkg/info/libfreenect0.5:amd64.preinst
/var/lib/dpkg/info/libfreenect0.5:amd64.shlibs
/var/lib/dpkg/info/libfreenect0.5:amd64.symbols
/var/lib/dpkg/info/libfreenect0.5:amd64.triggers
/var/lib/dpkg/info/ros-kinetic-libfreenect.list
/var/lib/dpkg/info/ros-kinetic-libfreenect.md5sums
/var/lib/dpkg/info/ros-kinetic-libfreenect.shlibs
/var/lib/dpkg/info/ros-kinetic-libfreenect.triggers
EDIT 1
Trying to uninstall the package libfreenect-dev
:
~$ sudo apt-get remove libfreenect-dev
[sudo] password for elgarbe:
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect-dev» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ libfreenect0.5
libfreenect0.5: no se encontró la orden
~$ sudo apt-get remove libfreenect0.5
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect0.5» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ sudo apt-get remove ros-kinetic-libfreenect
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «ros-kinetic-libfreenect» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ sudo apt-get remove --auto-remove libfreenect-dev
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect-dev» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ sudo apt-get purge --auto-remove libfreenect-dev
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect-dev» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$
It's in spanish and it says that there is no package with this name installed.
EDIT 2
After running updatedb
I get:
~$ locate libfreenect
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
/var/cache/apt/archives/libfreenect-bin_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-dev_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-doc_1%3a0.5.3-1_all.deb
/var/cache/apt/archives/libfreenect0.5_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/ros-kinetic-libfreenect_0.5.1-0xenial-20190607-170601-0800_amd64.deb
EDIT 3
After running apt-get clean
and sudo updatedb
again, I just get:
~$ locate libfreenect
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
I think that I've installed it by source, but I have removed the source file. How can I uninstall them?
uninstall
The final 13 lines of your output seems to show three relevant packages:libfreenect-dev
,libfreenect0.5
, andros-kinetic-libfreenect
. When you try to remove those, read the apt output carefully to ensure that you are only removing what you want to remove.
– user535733
Sep 14 at 18:44
sudo apt-get remove libfreenect-dev, libfreenect0.5, ros-kinetic-libfreenect tells me that there are no packages installed with those names.
– Leonardo Garberoglio
Sep 14 at 19:02
1
Edit your question to show the actual command input and and the complete output. Hint: Don't put commas in the command.
– user535733
Sep 14 at 19:17
add a comment
|
I want to completely remove libfreenect
from my Ubuntu 16.04 laptop. Right now, when I run locate libfreenect
I get this:
~$ locate libfreenect
/home/elgarbe/git/libfreenect2
/lib/udev/rules.d/60-libfreenect0.5.rules
/opt/ros/kinetic/include/libfreenect
/opt/ros/kinetic/lib/libfreenect.a
/opt/ros/kinetic/lib/libfreenect.so
/opt/ros/kinetic/lib/libfreenect.so.0.5
/opt/ros/kinetic/lib/libfreenect.so.0.5.1
/opt/ros/kinetic/lib/libfreenect_nodelet.so
/opt/ros/kinetic/lib/libfreenect_sync.a
/opt/ros/kinetic/lib/libfreenect_sync.so
/opt/ros/kinetic/lib/libfreenect_sync.so.0.5
/opt/ros/kinetic/lib/libfreenect_sync.so.0.5.1
/opt/ros/kinetic/lib/pkgconfig/libfreenect.pc
/opt/ros/kinetic/share/libfreenect
/usr/include/libfreenect.h
/usr/include/libfreenect.hpp
/usr/include/libfreenect_audio.h
/usr/include/libfreenect_registration.h
/usr/include/libfreenect_sync.h
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
/usr/lib/x86_64-linux-gnu/libfreenect.so
/usr/lib/x86_64-linux-gnu/libfreenect.so.0.5
/usr/lib/x86_64-linux-gnu/libfreenect.so.0.5.3
/usr/lib/x86_64-linux-gnu/libfreenect_sync.so
/usr/lib/x86_64-linux-gnu/libfreenect_sync.so.0.5
/usr/lib/x86_64-linux-gnu/libfreenect_sync.so.0.5.3
/usr/lib/x86_64-linux-gnu/pkgconfig/libfreenect.pc
/usr/share/doc/libfreenect-dev
/usr/share/doc/libfreenect0.5
/usr/share/doc/ros-kinetic-libfreenect
/var/lib/dpkg/info/libfreenect-dev:amd64.list
/var/lib/dpkg/info/libfreenect-dev:amd64.md5sums
/var/lib/dpkg/info/libfreenect0.5:amd64.list
/var/lib/dpkg/info/libfreenect0.5:amd64.md5sums
/var/lib/dpkg/info/libfreenect0.5:amd64.postinst
/var/lib/dpkg/info/libfreenect0.5:amd64.preinst
/var/lib/dpkg/info/libfreenect0.5:amd64.shlibs
/var/lib/dpkg/info/libfreenect0.5:amd64.symbols
/var/lib/dpkg/info/libfreenect0.5:amd64.triggers
/var/lib/dpkg/info/ros-kinetic-libfreenect.list
/var/lib/dpkg/info/ros-kinetic-libfreenect.md5sums
/var/lib/dpkg/info/ros-kinetic-libfreenect.shlibs
/var/lib/dpkg/info/ros-kinetic-libfreenect.triggers
EDIT 1
Trying to uninstall the package libfreenect-dev
:
~$ sudo apt-get remove libfreenect-dev
[sudo] password for elgarbe:
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect-dev» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ libfreenect0.5
libfreenect0.5: no se encontró la orden
~$ sudo apt-get remove libfreenect0.5
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect0.5» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ sudo apt-get remove ros-kinetic-libfreenect
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «ros-kinetic-libfreenect» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ sudo apt-get remove --auto-remove libfreenect-dev
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect-dev» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ sudo apt-get purge --auto-remove libfreenect-dev
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect-dev» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$
It's in spanish and it says that there is no package with this name installed.
EDIT 2
After running updatedb
I get:
~$ locate libfreenect
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
/var/cache/apt/archives/libfreenect-bin_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-dev_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-doc_1%3a0.5.3-1_all.deb
/var/cache/apt/archives/libfreenect0.5_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/ros-kinetic-libfreenect_0.5.1-0xenial-20190607-170601-0800_amd64.deb
EDIT 3
After running apt-get clean
and sudo updatedb
again, I just get:
~$ locate libfreenect
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
I think that I've installed it by source, but I have removed the source file. How can I uninstall them?
uninstall
I want to completely remove libfreenect
from my Ubuntu 16.04 laptop. Right now, when I run locate libfreenect
I get this:
~$ locate libfreenect
/home/elgarbe/git/libfreenect2
/lib/udev/rules.d/60-libfreenect0.5.rules
/opt/ros/kinetic/include/libfreenect
/opt/ros/kinetic/lib/libfreenect.a
/opt/ros/kinetic/lib/libfreenect.so
/opt/ros/kinetic/lib/libfreenect.so.0.5
/opt/ros/kinetic/lib/libfreenect.so.0.5.1
/opt/ros/kinetic/lib/libfreenect_nodelet.so
/opt/ros/kinetic/lib/libfreenect_sync.a
/opt/ros/kinetic/lib/libfreenect_sync.so
/opt/ros/kinetic/lib/libfreenect_sync.so.0.5
/opt/ros/kinetic/lib/libfreenect_sync.so.0.5.1
/opt/ros/kinetic/lib/pkgconfig/libfreenect.pc
/opt/ros/kinetic/share/libfreenect
/usr/include/libfreenect.h
/usr/include/libfreenect.hpp
/usr/include/libfreenect_audio.h
/usr/include/libfreenect_registration.h
/usr/include/libfreenect_sync.h
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
/usr/lib/x86_64-linux-gnu/libfreenect.so
/usr/lib/x86_64-linux-gnu/libfreenect.so.0.5
/usr/lib/x86_64-linux-gnu/libfreenect.so.0.5.3
/usr/lib/x86_64-linux-gnu/libfreenect_sync.so
/usr/lib/x86_64-linux-gnu/libfreenect_sync.so.0.5
/usr/lib/x86_64-linux-gnu/libfreenect_sync.so.0.5.3
/usr/lib/x86_64-linux-gnu/pkgconfig/libfreenect.pc
/usr/share/doc/libfreenect-dev
/usr/share/doc/libfreenect0.5
/usr/share/doc/ros-kinetic-libfreenect
/var/lib/dpkg/info/libfreenect-dev:amd64.list
/var/lib/dpkg/info/libfreenect-dev:amd64.md5sums
/var/lib/dpkg/info/libfreenect0.5:amd64.list
/var/lib/dpkg/info/libfreenect0.5:amd64.md5sums
/var/lib/dpkg/info/libfreenect0.5:amd64.postinst
/var/lib/dpkg/info/libfreenect0.5:amd64.preinst
/var/lib/dpkg/info/libfreenect0.5:amd64.shlibs
/var/lib/dpkg/info/libfreenect0.5:amd64.symbols
/var/lib/dpkg/info/libfreenect0.5:amd64.triggers
/var/lib/dpkg/info/ros-kinetic-libfreenect.list
/var/lib/dpkg/info/ros-kinetic-libfreenect.md5sums
/var/lib/dpkg/info/ros-kinetic-libfreenect.shlibs
/var/lib/dpkg/info/ros-kinetic-libfreenect.triggers
EDIT 1
Trying to uninstall the package libfreenect-dev
:
~$ sudo apt-get remove libfreenect-dev
[sudo] password for elgarbe:
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect-dev» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ libfreenect0.5
libfreenect0.5: no se encontró la orden
~$ sudo apt-get remove libfreenect0.5
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect0.5» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ sudo apt-get remove ros-kinetic-libfreenect
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «ros-kinetic-libfreenect» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ sudo apt-get remove --auto-remove libfreenect-dev
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect-dev» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$ sudo apt-get purge --auto-remove libfreenect-dev
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
El paquete «libfreenect-dev» no está instalado, no se eliminará
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 16 no actualizados.
~$
It's in spanish and it says that there is no package with this name installed.
EDIT 2
After running updatedb
I get:
~$ locate libfreenect
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
/var/cache/apt/archives/libfreenect-bin_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-dev_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-doc_1%3a0.5.3-1_all.deb
/var/cache/apt/archives/libfreenect0.5_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/ros-kinetic-libfreenect_0.5.1-0xenial-20190607-170601-0800_amd64.deb
EDIT 3
After running apt-get clean
and sudo updatedb
again, I just get:
~$ locate libfreenect
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
I think that I've installed it by source, but I have removed the source file. How can I uninstall them?
uninstall
uninstall
edited Sep 17 at 16:08
user3140225
2,6904 gold badges11 silver badges24 bronze badges
2,6904 gold badges11 silver badges24 bronze badges
asked Sep 14 at 18:23
Leonardo GarberoglioLeonardo Garberoglio
112 bronze badges
112 bronze badges
The final 13 lines of your output seems to show three relevant packages:libfreenect-dev
,libfreenect0.5
, andros-kinetic-libfreenect
. When you try to remove those, read the apt output carefully to ensure that you are only removing what you want to remove.
– user535733
Sep 14 at 18:44
sudo apt-get remove libfreenect-dev, libfreenect0.5, ros-kinetic-libfreenect tells me that there are no packages installed with those names.
– Leonardo Garberoglio
Sep 14 at 19:02
1
Edit your question to show the actual command input and and the complete output. Hint: Don't put commas in the command.
– user535733
Sep 14 at 19:17
add a comment
|
The final 13 lines of your output seems to show three relevant packages:libfreenect-dev
,libfreenect0.5
, andros-kinetic-libfreenect
. When you try to remove those, read the apt output carefully to ensure that you are only removing what you want to remove.
– user535733
Sep 14 at 18:44
sudo apt-get remove libfreenect-dev, libfreenect0.5, ros-kinetic-libfreenect tells me that there are no packages installed with those names.
– Leonardo Garberoglio
Sep 14 at 19:02
1
Edit your question to show the actual command input and and the complete output. Hint: Don't put commas in the command.
– user535733
Sep 14 at 19:17
The final 13 lines of your output seems to show three relevant packages:
libfreenect-dev
, libfreenect0.5
, and ros-kinetic-libfreenect
. When you try to remove those, read the apt output carefully to ensure that you are only removing what you want to remove.– user535733
Sep 14 at 18:44
The final 13 lines of your output seems to show three relevant packages:
libfreenect-dev
, libfreenect0.5
, and ros-kinetic-libfreenect
. When you try to remove those, read the apt output carefully to ensure that you are only removing what you want to remove.– user535733
Sep 14 at 18:44
sudo apt-get remove libfreenect-dev, libfreenect0.5, ros-kinetic-libfreenect tells me that there are no packages installed with those names.
– Leonardo Garberoglio
Sep 14 at 19:02
sudo apt-get remove libfreenect-dev, libfreenect0.5, ros-kinetic-libfreenect tells me that there are no packages installed with those names.
– Leonardo Garberoglio
Sep 14 at 19:02
1
1
Edit your question to show the actual command input and and the complete output. Hint: Don't put commas in the command.
– user535733
Sep 14 at 19:17
Edit your question to show the actual command input and and the complete output. Hint: Don't put commas in the command.
– user535733
Sep 14 at 19:17
add a comment
|
1 Answer
1
active
oldest
votes
You need to do
sudo updatedb
to update changes to the filesystem. After that removed items will disappear from the results shown.
edit:
These 4 are the installer files Ubuntu keeps on your system and you can remove these with the rm
command.
/var/cache/apt/archives/libfreenect-bin_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-dev_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-doc_1%3a0.5.3-1_all.deb
/var/cache/apt/archives/libfreenect0.5_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/ros-kinetic-libfreenect_0.5.1-0xenial-20190607-170601-0800_amd64.deb
So
rm /var/cache/apt/archives/*libfreenect*amd64.deb
Do a sudo updatebd
after removing to remove them from the results.
There are part of OpenNI2. Do you still have that installed?
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
If you do: uninstall that with the method corresponding to what you installed it with (apt -> apt remove, from source there might be an uninstaller).
No need to manually remove these files. You can runsudo apt clean
.
– Michal Przybylowicz
Sep 14 at 20:22
That would remove every deb in there. The question was specific about these files ;)
– Rinzwind
Sep 14 at 20:46
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1174189%2fhow-to-completely-remove-a-library%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to do
sudo updatedb
to update changes to the filesystem. After that removed items will disappear from the results shown.
edit:
These 4 are the installer files Ubuntu keeps on your system and you can remove these with the rm
command.
/var/cache/apt/archives/libfreenect-bin_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-dev_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-doc_1%3a0.5.3-1_all.deb
/var/cache/apt/archives/libfreenect0.5_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/ros-kinetic-libfreenect_0.5.1-0xenial-20190607-170601-0800_amd64.deb
So
rm /var/cache/apt/archives/*libfreenect*amd64.deb
Do a sudo updatebd
after removing to remove them from the results.
There are part of OpenNI2. Do you still have that installed?
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
If you do: uninstall that with the method corresponding to what you installed it with (apt -> apt remove, from source there might be an uninstaller).
No need to manually remove these files. You can runsudo apt clean
.
– Michal Przybylowicz
Sep 14 at 20:22
That would remove every deb in there. The question was specific about these files ;)
– Rinzwind
Sep 14 at 20:46
add a comment
|
You need to do
sudo updatedb
to update changes to the filesystem. After that removed items will disappear from the results shown.
edit:
These 4 are the installer files Ubuntu keeps on your system and you can remove these with the rm
command.
/var/cache/apt/archives/libfreenect-bin_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-dev_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-doc_1%3a0.5.3-1_all.deb
/var/cache/apt/archives/libfreenect0.5_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/ros-kinetic-libfreenect_0.5.1-0xenial-20190607-170601-0800_amd64.deb
So
rm /var/cache/apt/archives/*libfreenect*amd64.deb
Do a sudo updatebd
after removing to remove them from the results.
There are part of OpenNI2. Do you still have that installed?
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
If you do: uninstall that with the method corresponding to what you installed it with (apt -> apt remove, from source there might be an uninstaller).
No need to manually remove these files. You can runsudo apt clean
.
– Michal Przybylowicz
Sep 14 at 20:22
That would remove every deb in there. The question was specific about these files ;)
– Rinzwind
Sep 14 at 20:46
add a comment
|
You need to do
sudo updatedb
to update changes to the filesystem. After that removed items will disappear from the results shown.
edit:
These 4 are the installer files Ubuntu keeps on your system and you can remove these with the rm
command.
/var/cache/apt/archives/libfreenect-bin_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-dev_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-doc_1%3a0.5.3-1_all.deb
/var/cache/apt/archives/libfreenect0.5_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/ros-kinetic-libfreenect_0.5.1-0xenial-20190607-170601-0800_amd64.deb
So
rm /var/cache/apt/archives/*libfreenect*amd64.deb
Do a sudo updatebd
after removing to remove them from the results.
There are part of OpenNI2. Do you still have that installed?
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
If you do: uninstall that with the method corresponding to what you installed it with (apt -> apt remove, from source there might be an uninstaller).
You need to do
sudo updatedb
to update changes to the filesystem. After that removed items will disappear from the results shown.
edit:
These 4 are the installer files Ubuntu keeps on your system and you can remove these with the rm
command.
/var/cache/apt/archives/libfreenect-bin_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-dev_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/libfreenect-doc_1%3a0.5.3-1_all.deb
/var/cache/apt/archives/libfreenect0.5_1%3a0.5.3-1_amd64.deb
/var/cache/apt/archives/ros-kinetic-libfreenect_0.5.1-0xenial-20190607-170601-0800_amd64.deb
So
rm /var/cache/apt/archives/*libfreenect*amd64.deb
Do a sudo updatebd
after removing to remove them from the results.
There are part of OpenNI2. Do you still have that installed?
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so
/usr/lib/OpenNI2/Drivers/libfreenect2-openni2.so.0
If you do: uninstall that with the method corresponding to what you installed it with (apt -> apt remove, from source there might be an uninstaller).
edited Sep 14 at 20:18
answered Sep 14 at 20:13
RinzwindRinzwind
226k30 gold badges437 silver badges580 bronze badges
226k30 gold badges437 silver badges580 bronze badges
No need to manually remove these files. You can runsudo apt clean
.
– Michal Przybylowicz
Sep 14 at 20:22
That would remove every deb in there. The question was specific about these files ;)
– Rinzwind
Sep 14 at 20:46
add a comment
|
No need to manually remove these files. You can runsudo apt clean
.
– Michal Przybylowicz
Sep 14 at 20:22
That would remove every deb in there. The question was specific about these files ;)
– Rinzwind
Sep 14 at 20:46
No need to manually remove these files. You can run
sudo apt clean
.– Michal Przybylowicz
Sep 14 at 20:22
No need to manually remove these files. You can run
sudo apt clean
.– Michal Przybylowicz
Sep 14 at 20:22
That would remove every deb in there. The question was specific about these files ;)
– Rinzwind
Sep 14 at 20:46
That would remove every deb in there. The question was specific about these files ;)
– Rinzwind
Sep 14 at 20:46
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1174189%2fhow-to-completely-remove-a-library%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The final 13 lines of your output seems to show three relevant packages:
libfreenect-dev
,libfreenect0.5
, andros-kinetic-libfreenect
. When you try to remove those, read the apt output carefully to ensure that you are only removing what you want to remove.– user535733
Sep 14 at 18:44
sudo apt-get remove libfreenect-dev, libfreenect0.5, ros-kinetic-libfreenect tells me that there are no packages installed with those names.
– Leonardo Garberoglio
Sep 14 at 19:02
1
Edit your question to show the actual command input and and the complete output. Hint: Don't put commas in the command.
– user535733
Sep 14 at 19:17