Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Idle question for Ubuntu/Debian users

  • 04-01-2005 12:38pm
    #1
    Registered Users, Registered Users 2 Posts: 1,067 ✭✭✭


    I had some spare time and disk space recently, so I stuck Ubuntu on for a poke around. It's nice, but being a long-time Debian user, I needed to tweak a few things here and there, install some apps, etc. Some of the apps I need were not in the Ubuntu repos, so I added my usual Debian repos - so far so good.

    Now I'm doing a complete apt-get update && apt-get upgrade, and because of the additional repos, there's a load of stuff for upgrade - three hours of downloading @ 52Kbps, to be precise.

    My question is this - when it's all finished, will I still be running Ubuntu, or will it simply be Debian unstable?

    I don't particularly care, by the way - just curious.


Comments

  • Closed Accounts Posts: 4,763 ✭✭✭Fenster


    That seems more a philosophical question than anything else. :p


  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    Isn't this a bit like asking "will I still be using my distro if I change my window manager"? Lets face it, its Ubuntu with Debian packages installed... And either way, its Linux :p


  • Technology & Internet Moderators Posts: 28,830 Mod ✭✭✭✭oscarBravo


    A preliminary question would be "what's the difference between Ubuntu and Debian?" I haven't played with Ubuntu that much yet, but it effectively is Debian.

    The short version: like Fenster said, it's kind of a philosophical question.


  • Registered Users, Registered Users 2 Posts: 4,751 ✭✭✭Ste-


    I'm running Ubuntu atm, and on their forums they advise users not to use Debian repo's in case it messes up their system.
    Their are minor differences so I'm told.


  • Closed Accounts Posts: 4,943 ✭✭✭Mutant_Fruit


    I tried ubuntu, but in the end went for debian unstable. I used sarge with the 2.6.8 kernel, and everything is peachy, except for one or two minor things (one of which i think is my windows based internet sharing software fecking up). But overall, everything is wonderful in the world of linux.

    Even USB worked out of box. I installed the O.S. and just plugged in my mp3 player, and it loaded up straight away. Linux even creates a handy icon on the desktop whenever i connect it, and removes the icon when i disconnect it :D


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 4,751 ✭✭✭Ste-


    I tried ubuntu, but in the end went for debian unstable. I used sarge with the 2.6.8 kernel, and everything is peachy, except for one or two minor things (one of which i think is my windows based internet sharing software fecking up). But overall, everything is wonderful in the world of linux.

    Even USB worked out of box. I installed the O.S. and just plugged in my mp3 player, and it loaded up straight away. Linux even creates a handy icon on the desktop whenever i connect it, and removes the icon when i disconnect it :D


    What made you change ?
    This was my first time trying something based on debian and I don't think I'd ever go back to anything else, well except maybe Gentoo but I have't the time for the install.


  • Closed Accounts Posts: 345 ✭✭tck


    so I added my usual Debian repos - so far so good

    you shouldn't mix debian depo with ubuntu ones, version differences, you can do it but its not recommended.

    it will be a bastard mix of both, and not supportable by debian nor ubuntu.


  • Registered Users, Registered Users 2 Posts: 1,067 ✭✭✭tomk


    Fenster wrote:
    That seems more a philosophical question than anything else. :p

    Agreed.
    Ste- wrote:
    Their are minor differences so I'm told.

    Indeed. I've finished the upgrade now, and I had a little difficulty with some Evolution libs. Nothing that couldn't be sorted out with dpkg, though.
    tck wrote:
    you shouldn't mix debian depo with ubuntu ones

    So what's the Ubuntu way of getting hold of apps that aren't in their repos? Compile from source?
    tck wrote:
    it will be a bastard mix of both, and not supportable by debian nor ubuntu.

    Supportable by me, though. :D


  • Closed Accounts Posts: 345 ✭✭tck


    well if they aren't in the ubuntu depos,

    you could apt-get them i presume / compile from source

    what ubuntu ones are you using out of interest ?


  • Registered Users, Registered Users 2 Posts: 1,067 ✭✭✭tomk


    tck wrote:
    well if they aren't in the ubuntu depos,

    you could apt-get them i presume

    No - if they aren't in the ubuntu repos, you can't apt-get them, unless you add alternative repos.
    tck wrote:
    what ubuntu ones are you using out of interest ?

    Everything in sources.list i.e.
    deb http://archive.ubuntu.com/ubuntu warty main restricted
    deb-src http://archive.ubuntu.com/ubuntu warty main restricted
    
    deb http://archive.ubuntu.com/ubuntu warty universe
    deb-src http://archive.ubuntu.com/ubuntu warty universe
    
    deb http://security.ubuntu.com/ubuntu warty-security main restricted
    deb-src http://security.ubuntu.com/ubuntu warty-security main restricted
    


  • Advertisement
  • Closed Accounts Posts: 345 ✭✭tck


    put this in your sources as well, might help for those extra packages
    deb ftp://ftp.nerim.net/debian-marillat/ stable main
    deb ftp://ftp.nerim.net/debian-marillat/ unstable main
    deb ftp://ftp.nerim.net/debian-marillat/ testing main
    

    EDIT : http://ubuntuguide.org/#extrarepositories may have newer ones updated from time to time, the ubuntuguide.org is unofficial but definitely worth checking out now an then


  • Registered Users, Registered Users 2 Posts: 1,067 ✭✭✭tomk


    Intriguing, tck. A few posts ago, you advised that I shouldn't add debian repos to ubuntu. Now you're telling me to add an unofficial debian repo.

    If I need the multimedia apps that debian-marillat specialises in, I'll certainly add it to what is now a completely updated Debian sid, with a few extra Ubuntu apps.


  • Registered Users, Registered Users 2 Posts: 2,755 ✭✭✭niallb


    Add this one to apt sources, surprised not to see it mentioned yet.

    deb http://ubuntu-bp.sourceforge.net/ubuntu warty-backports main universe

    Ubuntu Backports http://ubuntu-bp.sourceforge.net/
    Many good things (including version updates such as firefox 1).

    Other than that, compiling from source is a good option!

    NiallB


  • Closed Accounts Posts: 345 ✭✭tck


    tomk wrote:
    Intriguing, tck. A few posts ago, you advised that I shouldn't add debian repos to ubuntu. Now you're telling me to add an unofficial debian repo.

    If I need the multimedia apps that debian-marillat specialises in, I'll certainly add it to what is now a completely updated Debian sid, with a few extra Ubuntu apps.


    prob. because i had seen the marillat since on the ubuntuguide site..

    so if its up there it should be ok


Advertisement