The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    I linked something in the terminal with ln... how do I remove the link?

    Discussion in 'Linux Compatibility and Software' started by ral, Jul 18, 2011.

  1. ral

    ral Notebook Evangelist

    Reputations:
    19
    Messages:
    404
    Likes Received:
    0
    Trophy Points:
    30
    Improving Fedora fonts I ran this command in the terminal:

    ln -s /etc/fonts/conf.avail/10-autohint.conf /etc/fonts/conf.d/

    I am not sure if I like it better or not. To undo the link I understand I should type this:

    rm -s /etc/fonts/conf.avail/10-autohint.conf

    Wanted to confirm before doing this.

    TIA
     
  2. ral

    ral Notebook Evangelist

    Reputations:
    19
    Messages:
    404
    Likes Received:
    0
    Trophy Points:
    30
    Patience is not my virtue... done :)
     
  3. TuxDude

    TuxDude Notebook Deity

    Reputations:
    255
    Messages:
    921
    Likes Received:
    2
    Trophy Points:
    31
    A simple rm should be good enough - links are just files on the system (especially symbolic links which have a different file descriptor than the target file/dir).

    Anyways glad that it worked...
     
  4. ral

    ral Notebook Evangelist

    Reputations:
    19
    Messages:
    404
    Likes Received:
    0
    Trophy Points:
    30
    Thanks. I did this to fix the fonts on Fedora... in the end I decided to go with (gulp) Microsoft TrueType fonts.