Mint and Debian sources.list

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

Mint and Debian sources.list

Postby dtoffe on Sun Apr 15, 2012 3:15 am

Hi all,
I have a new box recently installed with Debian Stable, but I would like to try Mint. Is it possible to do so by modifying sources.list to point to Linux Mint repositories ?? Is it possible to "uninstall" Mint by going back to Debian repos (lets say Testing). I know I can try a virtual machine, dual booting etc, just want to know it replacing sources.list would work.
Cheers,
Daniel
dtoffe
Level 1
Level 1
 
Posts: 10
Joined: Sun Apr 15, 2012 3:06 am

Linux Mint is funded by ads and donations.
 

Re: Mint and Debian sources.list

Postby Oscar799 on Sun Apr 15, 2012 7:19 am

Moved here by moderator
Image
"Don't fix it if it ain't broken,don't break it if you can't fix it" Husse
Registered Linux User #511789
User avatar
Oscar799
Level 18
Level 18
 
Posts: 8169
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: Mint and Debian sources.list

Postby zerozero on Sun Apr 15, 2012 7:56 am

yes, you can, but first you have to update your debian stable to testing see from here why

after that is just a matter of adding the repos, adding the key and start adding the pkgs you want.

note: mind you that for a better experience and to prevent surprises debian.multimedia has to be added as well.
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: Mint and Debian sources.list

Postby dtoffe on Mon Apr 23, 2012 10:10 am

Thanks zerozero.
Ok, now I've updated to testing, my source.list contains this:

deb http://ftp.us.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://ftp.us.debian.org/debian/ testing-proposed-updates main contrib non-free
deb http://www.debian-multimedia.org testing main non-free

but when I type cat /etc/debian_version I see "wheezy/sid", why sid if everything there is testing ??
What repositories ahould I add to this file to get Linux Mint Debian Edition with MATE/Cinnamon ??
BTW, this is the first time I see Gnome 3 interface... ohh boy, now I understand all the complaints...

Cheers,
Daniel
dtoffe
Level 1
Level 1
 
Posts: 10
Joined: Sun Apr 15, 2012 3:06 am

Re: Mint and Debian sources.list

Postby craigevil on Mon Apr 23, 2012 11:30 am

See viewtopic.php?f=197&t=79533

Also remove the proposed-updates line and the security line from your sources.list.
Debian Sid KDE4.8.4 Kernel 3.4 Thinkpad R40 CPU Pentium M 1.3MHz RAM 2GB ATI Mobility 7500
Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi
craigevil
Level 5
Level 5
 
Posts: 559
Joined: Wed Sep 15, 2010 6:10 am
Location: down the rabbit hole

Re: Mint and Debian sources.list

Postby zerozero on Mon Apr 23, 2012 6:29 pm

a easier way :)
my sources.list are
Code: Select all
inxi -Sr
System:    Host: amadeu Kernel: 3.2.0-2-amd64 x86_64 (64 bit) Desktop: Gnome Distro: Linux Mint Debian Edition
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://packages.linuxmint.com/ debian main import backport romeo upstream
           deb-src http://packages.linuxmint.com/ debian main import backport romeo upstream #Added by software-properties
           deb http://ftp.debian.org/debian testing main contrib non-free
           deb-src http://ftp.debian.org/debian testing main contrib non-free
           deb http://security.debian.org/ testing/updates main contrib non-free
           deb-src http://security.debian.org/ testing/updates main contrib non-free
           deb http://www.debian-multimedia.org testing main non-free
           deb-src http://www.debian-multimedia.org testing main non-free
           deb http://tridex.net/repo/debian/ wheezy main
with this you have access to cinnamon (apt-get install cinnamon) and mate (apt-get install mate-desktop-environment)
here you have a web-interface of the mint-debian repo
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: Mint and Debian sources.list

Postby dtoffe on Mon Apr 23, 2012 8:10 pm

Thanks zerozero, do I really need the deb-src lines, or these are just for debian packages' developers ?

Daniel
dtoffe
Level 1
Level 1
 
Posts: 10
Joined: Sun Apr 15, 2012 3:06 am

Re: Mint and Debian sources.list

Postby zerozero on Mon Apr 23, 2012 8:15 pm

unless you're going to compile, no you don't.
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: Mint and Debian sources.list

Postby dtoffe on Wed Apr 25, 2012 12:16 pm

Hi,
Did as you said, installed cinnamon and mate-desktop-environment without problem, but something is not right imho. The desktop looks just the same as before with plain Debian testing, but lots of applicacion items in the Applications menu are duped. Any idea ?
Thanks,
Daniel
dtoffe
Level 1
Level 1
 
Posts: 10
Joined: Sun Apr 15, 2012 3:06 am

Re: Mint and Debian sources.list

Postby zerozero on Wed Apr 25, 2012 1:57 pm

let's see:
- you logged out and picked another DE in gdm3? (sorry if this obvious but ...)
- you should have there cinnamon, mate, gnome and gnome classic as options (at least, this if you didn't install any other DE/WM)
- which DE is not working (if you are picking/choosing it in gdm3?) cinnamon? it requires 3D acceleration, so you have to check your graphics card and the drivers. mate should always work (as gnome-classic aka fallback-mode works), if the "old" gnome2 works, mate should as well.
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

[SOLVED] Re: Mint and Debian sources.list

Postby dtoffe on Thu Apr 26, 2012 9:53 am

zerozero wrote:let's see:
- you logged out and picked another DE in gdm3? (sorry if this obvious but ...)

Hehe, that's why I'm in the newbie section...
I've picked mate now, it looks pretty. Many menu entries are duplicated but that's not a big problem.
Thanks for all your help.
Daniel
dtoffe
Level 1
Level 1
 
Posts: 10
Joined: Sun Apr 15, 2012 3:06 am

Re: Mint and Debian sources.list

Postby zerozero on Thu Apr 26, 2012 11:34 am

if you're going to "play" with mate this > http://wiki.mate-desktop.org/applications might be interesting
in this particular situation mozo (the former alacarte) is the right tool 8)
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Linux Mint is funded by ads and donations.
 

Return to Newbie Questions

Who is online

Users browsing this forum: No registered users and 2 guests