Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

source packages complete uninstall

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
vryni
Posts: 58
Joined: 2017-06-16 05:12
Been thanked: 1 time

source packages complete uninstall

#1 Post by vryni »

Hi all
I know i can stop deb-src package updates by commenting deb-src repositories in sources.list
but how can i completely remove ALL software source packages already installed without
leaving a mess behind / leave the system intact and tidy ?

User avatar
orythem27
Posts: 252
Joined: 2017-05-11 07:59
Location: P.R. China

Re: source packages complete uninstall

#2 Post by orythem27 »

vryni wrote:but how can i completely remove ALL software source packages
Can you explain what would you like to do by a specific example?
I don't understand how you can "install" a source package in the first place. The correct term would be "download".
Packages which only contain source code such as "linux-source" aren't source packages.

hexadeximal
Posts: 4
Joined: 2016-06-13 18:09

Re: source packages complete uninstall

#3 Post by hexadeximal »

if you the application was installed with apt you can try purge

From man apt
purge
purge is identical to remove except that packages are removed and purged (any
configuration files are deleted too).

If it was compiled from source maybe you can try
Make uninstall from the source folder

vryni
Posts: 58
Joined: 2017-06-16 05:12
Been thanked: 1 time

Re: source packages complete uninstall

#4 Post by vryni »

orythem27 wrote:
vryni wrote:but how can i completely remove ALL software source packages
Can you explain what would you like to do by a specific example?
I don't understand how you can "install" a source package in the first place. The correct term would be "download".
Packages which only contain source code such as "linux-source" aren't source packages.
Thank you both for the quick response
I guess my question was triggered by my ignorance
I assumed that storing source code on my desktop was part of the Debian installation process
I have no use for source code

Post Reply