Search:

Type: Posts; User: Partyboi2; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    541

    [ubuntu] Re: apt-get upgrade question

    Hi, open a terminal and do a partial upgrade

    sudo apt-get - dist-upgrade Hopefully this will install those packages being kept back.
  2. [SOLVED] Re: installation of softwares by third party

    Hi, another way to install it instead of using the real player 11 bin is to download the deb package from here.
    Then right click on the downloaded deb and Select "Package Manager > Install Package.
  3. Replies
    2
    Views
    288

    [kubuntu] Re: package dependancy problem -need help

    Open a terminal and try fixing the broken package with

    sudo apt-get -f install
  4. Replies
    4
    Views
    452

    [SOLVED] Re: Package for "Software Sources"

    To reinstall Software Sources you can open a terminal and

    sudo apt-get --reinstall install ubuntu-desktopthis should reinstall any packages you maybe missing.
  5. Replies
    7
    Views
    2,681

    [ubuntu] Re: Problem installing Neverball

    If you have not already try installing libphysfs-dev

    sudo apt-get install libphysfs-dev
  6. Replies
    4
    Views
    484

    [SOLVED] Re: newbie Install updates problem

    Can you now install updates?
  7. Replies
    6
    Views
    697

    [ubuntu] Re: Fail to update? Whats this?

    Hi, you need to add the key, to do this open a terminal (Applications>Accessories>Terminal) and type

    gpg --keyserver keyserver.ubuntu.com --recv 5A9BF3BB4E5E17B5
    gpg --export --armor...
  8. Replies
    2
    Views
    394

    [SOLVED] Re: install over ubuntu

    Hi, if you are wanting to install 9.04 and format your 8.04 install when you are at the manually partitioning screen choose "/dev/sda5" and select "edit partition" then set the mount point to / and...
  9. Replies
    1
    Views
    526

    [ubuntu] Re: Can't Install Skype

    Hi, it means you need to install the missing dependency, you can do this by opening a terminal (Applications>Accessories>Terminal) and typing

    sudo apt-get install libqt4-dbus then try installing...
  10. Replies
    5
    Views
    381

    [ubuntu] Re: Increase space alloted to Ubuntu

    LVPM is the only one I know of, maybe someone else might know if there is another method.
  11. [ubuntu] Re: Help:E: Wow, you exceeded the number of versions this APT is capable of.

    Hi, open a terminal and remove that list with

    sudo rm /var/lib/apt/lists/ftp.tw.debian.org_debian_dists_lenny_main_binary-i386_Packagesthen re-fetch it with

    sudo apt-get update

    Also,...
  12. Replies
    11
    Views
    1,165

    [ubuntu] Re: Update Manager not updating date

    If you sources.list is only a few lines make sure you have all the correct repositories enabled. One way to do this is to open Software Sources and make sure on the first tab all the boxes above...
  13. Replies
    5
    Views
    381

    [ubuntu] Re: Increase space alloted to Ubuntu

    Hi, you can use LVPM to resize your virtual disk. See here for more info.
  14. Replies
    3
    Views
    361

    [ubuntu] Re: Problemas de instalacion de uBUNTU

    Hi, check that the md5sum matches for the Ubuntu iso that you downloaded. If they match then check the cd you burnt, you can check it by choosing the option at the Main menu of the Live cd.
  15. [ubuntu] Re: Severly screwed up package - my plan, my problem...

    If you want to do it via the gui, then press Alt+F2 and in the box that opens type

    gksu nautilus After you have made any changes remember to close nautilus as nautilus will be open with admin...
  16. Replies
    8
    Views
    1,540

    [ubuntu] Re: Keyserver error

    Each ppa has a different gpg key so you will need to use the correct key. The one in the link you provided is not the one you need. So go here and copy and post the contents into gedit...
  17. Replies
    10
    Views
    1,813

    [ubuntu] Re: Problem installing

    Try going here and downloading the Ubuntu desktop iso then stick it in the same folder as the wubi.exe. Make sure you are not connected to the Internet and then run the wubi.exe that is in the same...
  18. [ubuntu] Re: Just installed alongside windows, no room to update

    Hi, can you open a terminal (Applications>Accessories>Terminal) and post the output to

    df -h
  19. Replies
    2
    Views
    4,052

    [ubuntu] Re: Hash Sum mismatch

    Hi, have you tried changing your download server in Software Sources (System>Admin>Software Sources) to another one?
  20. [ubuntu] Re: dpkg: error processing python-cairo (--configure)

    Hi, boot into recovery mode and try

    dpkg --configure -a
    apt-get -f install
    then if that clears the problem

    apt-get update
    apt-get upgrade
  21. Replies
    2
    Views
    1,365

    [SOLVED] Re: Problem installing language pack French

    Open a terminal and try and overwrite the file

    cd /var/cache/apt/archives
    sudo dpkg --force-overwrite --install language-pack-kde-fr_1%3a9.04+20090921_all.deb

    sudo apt-get -f install
  22. Replies
    2
    Views
    337

    [ubuntu] Re: secutity update problem

    Open a terminal (Applications>Accessories>Terminal) and reload the package list first.

    sudo apt-get update
    sudo apt-get upgrade
  23. Replies
    3
    Views
    480

    [ubuntu] Re: Add/Remove Program Error

    Try manually reinstalling apt. Go here and download the correct version of apt and once downloaded double click on it and reinstall.
    If that does not work I am all out of ideas.
  24. Replies
    3
    Views
    480

    [ubuntu] Re: Add/Remove Program Error

    Hi, open a terminal (Applications>Accessories>Terminal) and try installing the program with

    sudo apt-get install package
    *replace package with actual package
    If you get the same error message...
  25. Replies
    1
    Views
    376

    [ubuntu] Re: download sun studio for Ubuntu

    Hi, have a look at this thread.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4