Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30

Thread: Reinstalling linux-image-3.8.0-15-generic

  1. #21
    Join Date
    May 2011
    Beans
    13

    Re: Reinstalling linux-image-3.8.0-15-generic

    The files are not important for me, because i have them backup on my NAS. But its the applications and Nvidia driver that takes so much time.

  2. #22
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Reinstalling linux-image-3.8.0-15-generic

    have you ran :

    sudo apt-get clean
    sudo apt-get autoclean
    sudo apt-get autoremove

    sudo apt-get update
    sudo apt-get install -f

    sudo dpkg-reconfigure -phigh -a
    ( be patient, can take a while, dont stop it yourself)

  3. #23
    Join Date
    May 2011
    Beans
    13

    Re: Reinstalling linux-image-3.8.0-15-generic

    Quote Originally Posted by dino99 View Post
    have you ran :

    sudo apt-get clean
    sudo apt-get autoclean
    sudo apt-get autoremove

    sudo apt-get update
    sudo apt-get install -f

    sudo dpkg-reconfigure -phigh -a
    ( be patient, can take a while, dont stop it yourself)
    yes but it doesnt work

  4. #24
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Reinstalling linux-image-3.8.0-15-generic

    Did you try

    Code:
    sudo dpkg --remove --force-remove-reinstreq linux-image-3.8.0-15-generic
    Last edited by Elfy; April 5th, 2013 at 04:55 PM.

  5. #25
    Join Date
    May 2011
    Beans
    13

    Re: Reinstalling linux-image-3.8.0-15-generic

    Yes but i get an error
    Code:
    goubuntu@MonsterDesktopU:~$ sudo dpkg --remove -force --force-remove-reinstreq linux-image-3.8.0-15-generic
    dpkg: error: conflicting actions -f (--field) and -r (--remove)
    
    Type dpkg --help for help about installing and deinstalling packages [*];
    Use `dselect' or `aptitude' for user-friendly package management;
    Type dpkg -Dhelp for a list of dpkg debug flag values;
    Type dpkg --force-help for a list of forcing options;
    Type dpkg-deb --help for help about manipulating *.deb files;
    
    Options marked [*] produce a lot of output - pipe it through `less' or `more' !

  6. #26
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Reinstalling linux-image-3.8.0-15-generic

    Code:
    sudo dpkg --remove  --force-remove-reinstreq linux-image-3.8.0-15-generic
    Mucked up that paste - try this

  7. #27
    Join Date
    May 2011
    Beans
    13

    Re: Reinstalling linux-image-3.8.0-15-generic

    It looks like that worked! Thanks! Ubuntu is updating now, ill do a reboot when its done and post an update if it worked

  8. #28
    Join Date
    May 2011
    Beans
    13

    Re: Reinstalling linux-image-3.8.0-15-generic

    The problem is solved! Thank you all for helping me!

  9. #29
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Reinstalling linux-image-3.8.0-15-generic

    Quote Originally Posted by Elfy View Post
    Code:
    sudo dpkg --remove  --force-remove-reinstreq linux-image-3.8.0-15-generic
    Mucked up that paste - try this
    Elfy, that is awesome!!!

    Glad I am subscribed to this thread for future reference.

    Quote Originally Posted by DrCake View Post
    The problem is solved! Thank you all for helping me!
    Glad you got it back! I am with you, I hate clean installs if they can be avoided and it looks like Elfy saved the day!

    The final release is April 25th so it would have been a pain to do a fresh install now.

    That is what is so good about this forum - so many people willing to help.

  10. #30
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Reinstalling linux-image-3.8.0-15-generic

    Good - sorry I fail pasted the first time.

    I'd even checked it before hand to make sure it worked

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •