LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Puppy (https://www.linuxquestions.org/questions/puppy-71/)
-   -   Removing preinstalled applications in full install puppy (https://www.linuxquestions.org/questions/puppy-71/removing-preinstalled-applications-in-full-install-puppy-4175445742/)

tuskotheelephant 01-15-2013 03:32 PM

Removing preinstalled applications in full install puppy
 
Precise Puppy 5.4
Full install to sda2 (hd0,1)

ok so i dont need alot of the things that come with puppy. as of right now i dont have the knowledge needed to build my own version. so i want to know how to remove the preinstalled applications from puppy.

this would include things like the games and the internet telephone thing

i have heard of something called pupbegone that i couldnt find

but in short i dont want to uninstall the applications that i installed, i want to uninstall the ones that came with the distro.

and i know i could go and delete the files myslef but i dont know enough about whats used for what to be comfortable doing this, so basically im asking if there is a utility that will do this for me. like i said i heard of pupbegone but couldnt find it

rokytnji 01-15-2013 05:31 PM

http://www.murga-linux.com/puppy/vie...=661774#661774

search and install mlocate pet version I posted. Use

Code:

updatedb
after .pet install to build location of files in a library.

Then

Code:

locate <name of game goes here>
It will list a list of files like so, (I am in AntiX right now)

Code:

$ locate gnome-ppp
/usr/bin/gnome-ppp
/usr/share/gnome-ppp
/usr/share/applications/gnome-ppp.desktop
/usr/share/doc/gnome-ppp
/usr/share/doc/gnome-ppp/AUTHORS
/usr/share/doc/gnome-ppp/Changelog.antiX.gz
/usr/share/doc/gnome-ppp/README.Debian
/usr/share/doc/gnome-ppp/TODO.Debian
/usr/share/doc/gnome-ppp/changelog.Debian.gz
/usr/share/doc/gnome-ppp/changelog.gz
/usr/share/doc/gnome-ppp/copyright
/usr/share/gnome-ppp/glade
/usr/share/gnome-ppp/gnome_ppp_idle.png
/usr/share/gnome-ppp/gnome_ppp_receiving.png
/usr/share/gnome-ppp/gnome_ppp_sending.png
/usr/share/gnome-ppp/gnome_ppp_sending_receiving.png
/usr/share/gnome-ppp/glade/gnome-ppp.glade
/usr/share/icons/hicolor/48x48/apps/gnome-ppp.png
/usr/share/locale/be/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/ca/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/cs/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/de/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/es/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/fr/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/it/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/mk/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/pl/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/ru/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/sr/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/sr@Latn/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/sv/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/tr/LC_MESSAGES/gnome-ppp.mo
/usr/share/locale/vi/LC_MESSAGES/gnome-ppp.mo
/usr/share/man/man1/gnome-ppp.1.gz
/usr/share/menu/gnome-ppp
/usr/share/pixmaps/gnome-ppp.xpm
/var/lib/dpkg/info/gnome-ppp.list
/var/lib/dpkg/info/gnome-ppp.md5sums
/var/lib/dpkg/info/gnome-ppp.postinst
/var/lib/dpkg/info/gnome-ppp.postrm

This readout gives you the list of files you can remove and their locations in Puppy Linux using the mlocate .pet.

or read up on

http://murga-linux.com/puppy/viewtopic.php?t=62683

pay attention to

http://murga-linux.com/puppy/viewtop...=475996#475996

and everything else on down.


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