Re: /tmp folders and files dleteable?
Rich Shepard <[email protected]>
| Newsgroups | gmane.linux.slackware |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 13 Mar 2012, Insomniac wrote: > Can I delete this tarball and the folder or is the app now working *from* > that folder now that it's installed? John, Delete with confidence. You can use 'ls /var/log/packages | <application>' to see what's installed, and 'which <application>' will return the directory (usually /usr/bin/) where the executable is located. When you build from slackbuilds.org scripts <http://www.slackbuilds.org/) you can use 'installpkg /tmp/<package_name>' or 'upgradepkg /tmp<package_name>' as appropriate. Rich