Changes between Initial Version and Version 1 of Ticket #46938, comment 10


Ignore:
Timestamp:
Feb 26, 2015, 4:57:24 PM (9 years ago)
Author:
pkgw (Peter Williams)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46938, comment 10

    initial v1  
    1 A `sudo port uninstall miriad` should do the trick. If there's a complaint about multiple versions, you type something like `sudo port uninstall miriad@4.3.8.20141105`.
     1Running
    22
    3 After you've done that, a `sudo port selfupdate` and `sudo port upgrade outdated` would be good for verifying that your MacPorts installation is fully up-to-date.
     3   {{{
     4   sudo port uninstall miriad
     5   }}}
     6
     7should do the trick. If there's a complaint about multiple versions, you run something like
     8
     9   {{{
     10   sudo port uninstall miriad@4.3.8.20141105
     11   }}}
     12
     13After you've done that, then
     14
     15   {{{
     16   sudo port selfupdate
     17   sudo port upgrade outdated
     18   }}}
     19
     20would be good for verifying that your MacPorts installation is fully up-to-date.