Tag: URPMI

  • Ubuntu Gutsy Gibbon coming

    The release date for the 7.10 Ubuntu release is coming soon. I’ve installed a beta into a virtual machine to see what’s what and so far haven’t had much time to play around. I seem to recall the localization question being new in the installer, but then it’s been a while since I used the ubiquity installer (used the alternative install to setup software raid based systems.) But… other than that I haven’t poked around with it much. However, I have read that the 8.04 (April 2008) release will be codenamed Hardy Heron and will be a long term service (LTS) version. I’m MORE interested in that given that I have one server running the previous LTS release 6.06 dapper drake. I’ll be interested in upgrading it to a newer LTS EVENTUALLY, but I don’t know if I’ll jump for the upcoming April release or wait… but I did find some promising instructions for upgrading to Fiesty (7.04). It’s good to see that kind of detailed how-to as opposed to just an upgrade option on the cd so you can do it from within the OS.

    (more…)

  • The 2nd journey begins… Mandriva 2006 upgrade 2 – Part 4

    OK, the urpmi upgrade did not go very well. I got into an unworkable corner with URPMI (segmentation fault on running urpmi). Rather than try to troubleshoot or do anything fancy I’m going to move on to the boot cd and do an ftp install from that. It looked as though things went relatively well up until the restart of urpmi and segmentation fault. The first part of a urpmi upgrade usually upgrades urpmi (and it’s dependencies) itself. Then a restart of urpmi happens and it churns on to the next stage.

    (more…)

  • The 2nd journey begins… Mandriva 2006 upgrade 2 – Part 3

    Mirrors are added, now it’s time to start the process. OK, everything up until now has been preparatory and hasn’t REALLY upgraded anything. I’ve skimmed over the errata and release notes (again) at http://qa.mandriva.com to make sure there isn’t anything hardware specific or urpmi –auto-select from Mandrake 10.1 specific that I need to be aware of.

    (more…)

  • The 2nd journey begins… Mandriva 2006 upgrade 2 – Part 2

    OK – copying of the most crucial files are done. It’s time to start the process. First I’ve gathered a list of URPMI sources that I can use from online. No local mirror this time, so it may take a while to pull all the files I need. Second, it’s time to say #urpmi.removemedia -a to clean out our list of software install sources.

    (more…)

  • apt-get introduction

    For those of you new to linux and using a debian based distribution… here is a good introduction to the world of apt-get. Apt-get is a tool for installing software, updating software, uninstalling software and even for doing complete distribution upgrades.

    (more…)

  • Linux: Using Mandrake (Mandriva’s) URPMI tool

    As background for this, I’ve used Mandrake Linux (now Mandriva) for my main desktop since around 8.2 I can’t remember quite how long ago that’s been, but around 3 to 4 years I think. The why is something best saved for another writeup. Early on I was frustrated by installing software. I read everyone give instructions on installing from source. That went along the following lines….
    from a command prompt type the following….
    tar -xzvf yournewsoftware.gz
    cd yournewsoftware
    ./configure
    make
    su
    enteryourrootpassword
    make install
    and your done!

    Well…. no it isn’t always that simple
    (more…)

  • Mandrake or Mandriva linux server setup how to

    A good how to has been posted at howtoforge.com, giving some instructions for setting up Mandrake (now Mandriva) 10.2 into a web/email serving platform. (As well as MySQL and FTP, DNS, and a few others.)
    (more…)

  • Make your own linux livecd

    I’ve had somewhat of an addiction to the different linux livecds. I can’t seem to help but find it interesting to download and try a new one even if it’s just slightly different from another I’ve seen. I guess part of the reason is I think it’s an important and potentially highly useful area. A year and a half ago (maybe a bit longer) I ran across a script for Mandrake (now mandriva) that makes building a livecd fairly easy. livecd.berlios.de

    (more…)