Monday, 21 July 2014

How To Install Mate On Debian Wheezy

Mate is forked from the unmaintained code base of GNOME 2 and has become quite popular. To install it on your debian wheezy, the following steps are required.
  1. sudo su  
  2. add-apt-repository 'deb http://repo.mate-desktop.org/debian wheezy main'  
  3. apt-get update  
  4. apt-get --yes --quiet --allow-unauthenticated install mate-archive-keyring  
  5. apt-get update  
Install MATE core, the MATE desktop environment and the extras.
  1. sudo apt-get install mate-desktop-environment-extra  

1 comment:

  1. Thank you for sharing this post. It looks so easy to install debain wheezy. You have penned in a most simple and easy way

    ReplyDelete

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...