LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How2 uninstall samba client or the samba pkg (https://www.linuxquestions.org/questions/linux-newbie-8/how2-uninstall-samba-client-or-the-samba-pkg-464010/)

holeg 07-14-2006 10:32 AM

How2 uninstall samba client or the samba pkg
 
Using BLAG Linux (based on Fedora C5).
Whats the easiest way to uninstall or disable samba ?
Do not want the users on one Linux pc to access the windows PC's shares on the LAN...

1. How to disable samba. Stopped the netd service but did not help...
2. How to uninstall smbclient ?
or the samba system installed ?

Thanks anyone,
holeg

jstephens84 07-14-2006 10:47 AM

if it is rpm based distro you should be able to do the following.

Code:

rpm -qa samba*
this will fine the full name of samba and the version. It will also find anything begining with samba that is installed.

Code:

rpm -e <packagename>
replace version with the version you are running.


All times are GMT -5. The time now is 04:33 PM.