[SOLVED] remove MATE

All Gurus once were Newbies
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read this

[SOLVED] remove MATE

Postby Talasrum on Mon Nov 28, 2011 8:21 am

I installed Lisa on a Asus eee900, and I'm glad of gnome 3, so I'd like to remove mate to free some spaces on my laptop. How to do this in command line ?
Thanks by advance !
Last edited by Talasrum on Mon Nov 28, 2011 7:33 pm, edited 1 time in total.
Talasrum
Level 1
Level 1
 
Posts: 13
Joined: Mon Nov 28, 2011 8:06 am
Location: Guadeloupe FWI

Linux Mint is funded by ads and donations.
 

Re: remove MATE

Postby nunol on Mon Nov 28, 2011 8:44 am

If you need more free space you could reinstall with the Mint 12 CD and install only the codec pack or what you need:

To add Multimedia Codecs:
Code: Select all
sudo apt-get install mint-meta-codecs
(55MB Download, +126MB on disk)

To upgrade to the DVD Edition:
Code: Select all
sudo apt-get install mint-meta-gnome-dvd
(300MB Download, +900MB on disk)

To Install Mate:
Code: Select all
sudo apt-get install mint-meta-mate
(105MB Download, + 318MB on disk)

As you can see Mate is not what uses more disk space.
User avatar
nunol
Level 9
Level 9
 
Posts: 2627
Joined: Sun Mar 06, 2011 9:25 pm
Location: Portugal

Re: remove MATE

Postby Talasrum on Mon Nov 28, 2011 8:51 am

So to remove Mate, I just need to remove the package "mint-meta-mate" ? Am I right ?
Talasrum
Level 1
Level 1
 
Posts: 13
Joined: Mon Nov 28, 2011 8:06 am
Location: Guadeloupe FWI

Re: remove MATE

Postby nunol on Mon Nov 28, 2011 10:57 am

Actually, Mate has some packages in common with Gnome so you will only save about 121Mb instead of 318MB if you remove Mate. Numbers from the CD version, not the DVD version.

If you remove mint-meta-mate you will only remove the meta package so you will only save a few KB. After removing the meta package you have to do:
Code: Select all
sudo apt-get autoremove

You should also run:
Code: Select all
sudo apt-get clean
User avatar
nunol
Level 9
Level 9
 
Posts: 2627
Joined: Sun Mar 06, 2011 9:25 pm
Location: Portugal

Re: remove MATE

Postby Talasrum on Mon Nov 28, 2011 12:12 pm

I made it but only few KB were freed. How remove the full meta package ? thanks by advance
Talasrum
Level 1
Level 1
 
Posts: 13
Joined: Mon Nov 28, 2011 8:06 am
Location: Guadeloupe FWI

Re: remove MATE

Postby nunol on Mon Nov 28, 2011 12:17 pm

Talasrum wrote:I made it but only few KB were freed. How remove the full meta package ? thanks by advance


The few KB are the full meta package.

You want to remove the packages listed in that meta package. Did you use the autoremove and clean command?
User avatar
nunol
Level 9
Level 9
 
Posts: 2627
Joined: Sun Mar 06, 2011 9:25 pm
Location: Portugal

Re: remove MATE

Postby Talasrum on Mon Nov 28, 2011 12:19 pm

i normally use aptitude but the command autoremove doesn't work...
so I tried with apt... but as it was removed already nothing happened....
an idea ?
Talasrum
Level 1
Level 1
 
Posts: 13
Joined: Mon Nov 28, 2011 8:06 am
Location: Guadeloupe FWI

Re: remove MATE

Postby nunol on Mon Nov 28, 2011 12:30 pm

Did you check the disk space before and after? You can use:
Code: Select all
df -m


I check that in a VM and worked as expected, I saved 121MB by removing the mint-meta-mate and using autoremove but I used apt-get always.

You can check that by trying to install the mint-meta-mate package again but selecting "no" at the prompt. You can see how much MB's you have do download and how much more disk space it's going to use. If it's zero MB's that's because Mate wasn't properly removed.
User avatar
nunol
Level 9
Level 9
 
Posts: 2627
Joined: Sun Mar 06, 2011 9:25 pm
Location: Portugal

Re: remove MATE

Postby Talasrum on Mon Nov 28, 2011 12:43 pm

I did so...
but apt-get autoremove freed only very few kb like aptitude....
my question is entire...
Talasrum
Level 1
Level 1
 
Posts: 13
Joined: Mon Nov 28, 2011 8:06 am
Location: Guadeloupe FWI

Re: remove MATE

Postby nunol on Mon Nov 28, 2011 12:58 pm

If you run
Code: Select all
sudo apt-get install mint-meta-mate
how many MB do have to install and how many more on the disk?
User avatar
nunol
Level 9
Level 9
 
Posts: 2627
Joined: Sun Mar 06, 2011 9:25 pm
Location: Portugal

Re: remove MATE

Postby Talasrum on Mon Nov 28, 2011 1:12 pm

32 KB
Talasrum
Level 1
Level 1
 
Posts: 13
Joined: Mon Nov 28, 2011 8:06 am
Location: Guadeloupe FWI

Re: remove MATE

Postby nunol on Mon Nov 28, 2011 1:18 pm

Did you run this command?
Code: Select all
sudo apt-get clean
User avatar
nunol
Level 9
Level 9
 
Posts: 2627
Joined: Sun Mar 06, 2011 9:25 pm
Location: Portugal

Re: remove MATE

Postby Talasrum on Mon Nov 28, 2011 1:56 pm

yes
Talasrum
Level 1
Level 1
 
Posts: 13
Joined: Mon Nov 28, 2011 8:06 am
Location: Guadeloupe FWI

Re: remove MATE

Postby nunol on Mon Nov 28, 2011 4:18 pm

Just tested this in a VM with the DVD and it happens the way you say. When I test with the CD it happens the way I say...

I installed on the CD VM the codecs and the DVD version and when I asked apt-get to install mate it installed the following packages:
Code: Select all
caja gir1.2-mate-menus libcaja-extension libmatedesktop libmatekbd libmatenotify libmateweather mate-backgrounds mate-conf-editor mate-control-center mate-desktop mate-dialogs   mate-doc-utils mate-file-manager mate-icon-theme mate-media mate-menus mate-notification-daemon mate-panel mate-polkit mate-session-manager mate-settings-daemon mate-terminal   mate-window-manager menu menu-xdg mint-artwork-mate mint-meta-mate mintmenu python-mate-desktop python-mate-menu
31 packages, 62.7MB to donwload, more 153MB on disk.

Then I asked apt-get to remove mate and it removed the following packages:
Code: Select all
caja gir1.2-mate-menus libcaja-extension libmatedesktop libmatekbd libmateweather mate-backgrounds mate-conf-editor mate-control-center mate-desktop mate-doc-utils mate-file-manager mate-media mate-menus mate-notification-daemon mate-panel mate-polkit mate-session-manager mate-settings-daemon mate-terminal menu-xdg mint-artwork-mate mintmenu python-mate-desktop python-mate-menu
25 packages, less 121MB on disk.

You should be able to remove this last list of packages without any problem and save 121MB with the command:
Code: Select all
sudo apt-get remove caja gir1.2-mate-menus libcaja-extension libmatedesktop libmatekbd libmateweather mate-backgrounds mate-conf-editor mate-control-center mate-desktop mate-doc-utils mate-file-manager mate-media mate-menus mate-notification-daemon mate-panel mate-polkit mate-session-manager mate-settings-daemon mate-terminal menu-xdg mint-artwork-mate mintmenu python-mate-desktop python-mate-menu

You could also try to remove other packages that you think you don't need but it's better to backup you system first, I find Clonezilla very fast and practical for this type of backups but I used Virtualbox to help you with this. After testing both the CD and the DVD version I think you would get more free space if you did a reinstall with the CD version.
User avatar
nunol
Level 9
Level 9
 
Posts: 2627
Joined: Sun Mar 06, 2011 9:25 pm
Location: Portugal

Re: remove MATE

Postby Talasrum on Mon Nov 28, 2011 7:31 pm

Great answer !!!! it works as u said !
Thx so much for the time you spent !!!!
Talasrum
Level 1
Level 1
 
Posts: 13
Joined: Mon Nov 28, 2011 8:06 am
Location: Guadeloupe FWI

Re: [SOLVED] remove MATE

Postby nunol on Mon Nov 28, 2011 7:36 pm

I am glad I could help.
User avatar
nunol
Level 9
Level 9
 
Posts: 2627
Joined: Sun Mar 06, 2011 9:25 pm
Location: Portugal

Linux Mint is funded by ads and donations.
 

Return to Newbie Questions

Who is online

Users browsing this forum: Bing [Bot], c3p0, trapperjohn and 42 guests