New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 595107 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug

Restricted
  • Other restriction: Restrict-FlagSpam-Google



Sign in to add a comment

Google-Chrome.list(Stable,Beta and Unstable) files aren't getting when Chrome is uninstalled.

Project Member Reported by pbomm...@chromium.org, Mar 15 2016

Issue description

We are creating different sources.list.d files for different Chrome Channels like Stable, Beta and Dev, But the same aren't getting deleted when we uninstall Chrome under "/etc/apt/sources.list.d/" 


List of sources.list files we are creating are  :

1. google-chrome.list and google-chrome.list.distUpgrade
2. google-chrome-beta.list and google-chrome-beta.list.distUpgrade
3. google-chrome-unstable.list and google-chrome-unstable.list.distUpgrade



Note : Logging this bug to check if this is expected.



 

Comment 1 by mmoss@chromium.org, Mar 15 2016

Those "*.distUpgrade" files are actually created by the system. The chrome files are just the "google-chrome*.list" ones. Can you confirm that after uninstalling, all those *.list files are still there? And what about if you uninstall with 'sudo apt-get purge google-chrome'?
I tried to uninstall using the command "sudo apt-get remove google-chrome-<Channel>" after uninstall they were still present. 
When I tried "sudo apt-get purge google-chrome-Unstable" they changed to "google-chrome-unstable.list.save".


Comment 3 by mmoss@chromium.org, Mar 15 2016

Status: WontFix (was: Available)
In that case, I think we're cleaning up just fine, and this is WAI. "purge" is actually the expected apt-get option for cleaning up config files.

Sign in to add a comment