Results 1 to 2 of 2

Thread: reinstall packages with command prompt?

Hybrid View

  1. #1
    Join Date
    May 2009
    Beans
    55

    reinstall packages with command prompt?

    using ubuntu 10.04 synaptic gives the option to reinstall packages, is it also possible to do this with a command prompt?

  2. #2
    Join Date
    Apr 2012
    Beans
    7,122

    Re: reinstall packages with command prompt?

    well there's

    Code:
    sudo apt-get install --reinstall package
    or if you want to reinstall config files as well you could do

    Code:
    sudo apt-get purge package
    sudo apt-get install package

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
  •