LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-12-2018, 06:11 PM   #1
jones5
Member
 
Registered: Mar 2015
Distribution: MX
Posts: 118

Rep: Reputation: 1
Uninstalling GoogleDrive and Google Calendar


Trying to uninstall Google Drive and Google Calendar using Terminal.
Getting response - 'unable to locate package Grive-tools'. Any ideas for a way forward?
 
Old 11-12-2018, 07:35 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
How, and from where, did you install them originally?
 
Old 11-12-2018, 08:24 PM   #3
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
And what command did you use to uninstall them?
 
Old 11-13-2018, 05:23 PM   #4
jones5
Member
 
Registered: Mar 2015
Distribution: MX
Posts: 118

Original Poster
Rep: Reputation: 1
Came pre-loaded with Peppermint. Tried Sudo apt-remove Grive-tools. And sudo apt-purge Grive-tools.
 
Old 11-13-2018, 06:00 PM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by jones5 View Post
Came pre-loaded with Peppermint. Tried Sudo apt-remove Grive-tools. And sudo apt-purge Grive-tools.
The command is apt, so it should be sudo apt purge packagename, without the hyphen.

Are you sure that grive-tools is the correct package name? If you right-click on the links to Google Drive and Google Calendar and choose "Properties" or similar, what command do the links represent?
 
Old 11-13-2018, 06:27 PM   #6
jones5
Member
 
Registered: Mar 2015
Distribution: MX
Posts: 118

Original Poster
Rep: Reputation: 1
On reflection I think these may be cloud apps run through ICE. I am not familiar with how Peppermint actually uses these but I think a fair amount of apps are not actually loaded onto the OS. I wonder if these are simply icons on my desktop providing a link to the off-machine app. However I would like to remove anything google. There do not appear to be any right click links to verify the actual package name.
 
Old 11-13-2018, 07:16 PM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
The right-click link wouldn't verify the package name, it would show the command that is being executed when the link is clicked, and from there you could ask the package manager what package is linked to that command.

However if that is not working for you, you could always ask the package manager if it has any packages with grive in their name:

Code:
dpkg -l "*grive*"

Last edited by hydrurga; 11-13-2018 at 07:17 PM.
 
Old 11-14-2018, 07:16 AM   #8
jones5
Member
 
Registered: Mar 2015
Distribution: MX
Posts: 118

Original Poster
Rep: Reputation: 1
Right click shows command:

chromium-browser --app=http://drive.google.com/

Query of package manager shows:

dpkg-query: no packages found matching *grive*
 
Old 11-14-2018, 07:17 AM   #9
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Thanks. And Google Calendar?
 
Old 11-14-2018, 08:14 AM   #10
jones5
Member
 
Registered: Mar 2015
Distribution: MX
Posts: 118

Original Poster
Rep: Reputation: 1
Right click Calendar shows:

chromium-browser --app=http://www.google.com/calendar
 
Old 11-14-2018, 08:56 AM   #11
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Great. Both are web apps then, so, on the face of it, no local packages to delete.
 
1 members found this post helpful.
Old 11-14-2018, 11:11 AM   #12
jones5
Member
 
Registered: Mar 2015
Distribution: MX
Posts: 118

Original Poster
Rep: Reputation: 1
That's fine. So with these ICE/web apps (there appear to be quite a few) - I can ignore them as far as anything being on my system? I want to keep the OS as light as possible. Can I just delete the links for them in the menu?

Last edited by jones5; 11-14-2018 at 11:13 AM.
 
Old 11-14-2018, 12:32 PM   #13
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
^ yes, and yes.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
eGroupware calendar and ms outlook calendar sync ramanarora Linux - Software 1 12-08-2015 01:58 AM
LXer: Google Reader: Google Giveth and Google taketh away. Keep Calm and Carry On LXer Syndicated Linux News 0 04-09-2013 06:41 PM
Using gcaldaemon to synchronize calendar to google calendar seanybaby Linux - Software 1 12-15-2009 02:30 PM
How to share between Outlook Calendar and a Linux calendar program domino1241 Linux - General 2 07-09-2006 09:13 PM
prompt based calendar program? Calendar? thebeaglebeagle Linux - Software 0 09-15-2003 01:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration