Ubuntu HELP!!! (2 Viewers)

OP
/usr/bin

/usr/bin

Excellent
Mar 6, 2005
6,223
  • Thread Starter
  • Thread Starter #64
    Then might I suggest you develop a time-travel machine, go back in time 35 years ago, write a screenplay, and sell it? You'd make millions! :greedy:
     
    OP
    /usr/bin

    /usr/bin

    Excellent
    Mar 6, 2005
    6,223
  • Thread Starter
  • Thread Starter #67
    Okay, day one, and I'm already confused.. I've downloaded a binary package/whatever or VLC media player.. Inside the .tar.gz file, there were several RPM packages.. Now do I have to install them all, or is there some sort of script that does it for me?
     
    OP
    /usr/bin

    /usr/bin

    Excellent
    Mar 6, 2005
    6,223
  • Thread Starter
  • Thread Starter #69
    ++ [ originally posted by Martin ] ++
    Are you using RedHat9? You'll have a hard time finding a vlc version for that dinosaur..
    I found it.. version 0.7.something.. but how do I install it? I'm really confused.. :down:
     

    Chxta

    Onye kwe, Chi ya ekwe
    Nov 1, 2004
    12,088
    #71
    Hey Martin, Uju's laptop seems to have crashed, and she was using Windows. Now, I want to get her data out of it. How do I access the Windows partition using the Live CD?
     

    Martin

    Senior Member
    Dec 31, 2000
    56,913
    #72
    ++ [ originally posted by Chxta ] ++
    Hey Martin, Uju's laptop seems to have crashed, and she was using Windows. Now, I want to get her data out of it. How do I access the Windows partition using the Live CD?
    Well there are two possibilities here. Windows will use either a fat32 filesystem (called vfat on linux) or ntfs. Open a terminal and try:

    $ mount -t vfat /dev/hda1 /mnt

    If that doesn't work try

    $ mount -t ntfs /dev/hda1 /mnt

    That's assuming you have just one c: drive. If you have more complex partitioning, use fdisk to scan it:

    $ fdisk -l /dev/hda

    Post the output here.


    Assuming you have it mounted at /mnt, you can look at your windows filesystem

    $ ls /mnt

    Now you need a place to unload the files you want. I don't know what you planned for this? Transfer them to another computer over the network? You can't burn them on cd right here and now because you have the livecd in the drive and you can't take it out as long as it's running.
     

    Chxta

    Onye kwe, Chi ya ekwe
    Nov 1, 2004
    12,088
    #74
    Well, I was hoping to transfer them to my computer over a network, but I can only list the files. Keeps telling me that I don't have permissions to enter the system!
     

    Martin

    Senior Member
    Dec 31, 2000
    56,913
    #75
    ++ [ originally posted by Chxta ] ++
    Well, I was hoping to transfer them to my computer over a network, but I can only list the files. Keeps telling me that I don't have permissions to enter the system!
    Maybe it's because you're on an unpriviliged account. Try this:

    $ passwd root
    to set the password for root user

    $ su -
    to become the root user

    Now, if you want to transfer the files, start the ssh daemon:

    # /etc/init.d/sshd start
    (or just 'ssh' if that doesn't work)

    On the other machine, download WinSCP. Log into the ubuntu machine with the root user and navigate to /mnt. Now you can transfer the files onto the other machine.
     

    Martin

    Senior Member
    Dec 31, 2000
    56,913
    #77
    Yeah, that's a thorn in the side no less. This is still a big problem in the linux world, if you don't have a farily modern OS (<1-2 years old), you are likely to get problems when you try to install software. Gentoo handles this the best imo but it's not completely problem free there either.

    In that sense, the Windows world is better because applications always bundle libraries instead of relying on them being present. :undecide:
     
    OP
    /usr/bin

    /usr/bin

    Excellent
    Mar 6, 2005
    6,223
  • Thread Starter
  • Thread Starter #78
    ++ [ originally posted by Martin ] ++
    Yeah, that's a thorn in the side no less. This is still a big problem in the linux world, if you don't have a farily modern OS (<1-2 years old), you are likely to get problems when you try to install software. Gentoo handles this the best imo but it's not completely problem free there either.

    In that sense, the Windows world is better because applications always bundle libraries instead of relying on them being present. :undecide:
    *sigh* .. So I have to manually download and install any RPM I find in the .tar.gz file, and then some? :frown:
     

    Martin

    Senior Member
    Dec 31, 2000
    56,913
    #79
    ++ [ originally posted by Nawaf ] ++


    *sigh* .. So I have to manually download and install any RPM I find in the .tar.gz file, and then some? :frown:
    Well no. You see rpm's are special packages which declare any dependencies. You can still install them ignoring dependencies (I don't remember how) but in most cases the application will then not work.

    The easiest solution (I'm sorry to say) is to use a modern distro if you want to install stuff that's not bundled with it. I've always wondered myself why it has to be so hard to install software on linux. This is why I don't like rpm-based distros (RedHat, Fedora, Mandriva etc) and consider Debian-derivates superior (Debian, Ubuntu, Mepis etc), but not as good as Gentoo. :)
     
    OP
    /usr/bin

    /usr/bin

    Excellent
    Mar 6, 2005
    6,223
  • Thread Starter
  • Thread Starter #80
    ++ [ originally posted by Martin ] ++


    Well no. You see rpm's are special packages which declare any dependencies. You can still install them ignoring dependencies (I don't remember how) but in most cases the application will then not work.

    The easiest solution (I'm sorry to say) is to use a modern distro if you want to install stuff that's not bundled with it. I've always wondered myself why it has to be so hard to install software on linux. This is why I don't like rpm-based distros (RedHat, Fedora, Mandriva etc) and consider Debian-derivates superior (Debian, Ubuntu, Mepis etc), but not as good as Gentoo. :)
    hmm.. So what's the deal with Gentoo... Is it user-friendly..

    i.e. Can a person like me use it :D?
     

    Users Who Are Viewing This Thread (Users: 0, Guests: 2)