Loki HowTo: Things to do after installaing elementary OS

Discussion in 'Tutorials' started by aid, May 23, 2018.

  1. aid

    aid Thread Starter
    Expand Collapse
    Elementary Member
    Staff Member

    Joined:
    Mar 18, 2018
    Messages:
    43
    Likes Received:
    9
    So you have just got elementary OS installed but now what? Here I have listed some things to do after installing :)

    Update your system
    The most sensible thing to do after installing any Linux distro is to update your system. This is for many purposes including security so is essential we do this. So lets open a terminal and then run the below command;
    Code (Text):
    sudo apt-get update && sudo apt-get upgrade
    Enable PPA
    By default in Loki default we cannot add PPA. This extra layer of security could become a nuisance for some especially considering the very latest software is mostly available via PPA.

    You can enable PPA in Loki very easily. So lets go back to the terminal and run the below;
    Code (Text):
    sudo apt-get install software-properties-common
    Install elementary Tweaks
    elementary Tweaks tool makes installing themes in elementary OS a much easier task. You can also change fonts, animations, icons and much more. Once installed this will appear in your settings page. To install lets run the below commands;
    Code (Text):
    sudo add-apt-repository ppa:philip.scott/elementary-tweaks
    sudo apt-get update
    sudo apt-get install elementary-tweaks
    Install codecs and enable DVD playback
    elementary OS by default does not provide the multimedia codecs we need to to play popular file formats. To enjoy your favourite movies, music etc, open up a terminal and run the below;
    Code (Text):
    sudo apt-get install ubuntu-restricted-extras
    sudo apt-get install libavcodec-extra
    sudo apt-get install libdvd-pkg
    Install TLP (Laptop users only)
    TLP is one of my favourite tools especially to stop overheating my laptops. Once installed the daemon will help regulate the CPU temperature and also should help prolong battery life. Lets open a terminal and run the below;
    Code (Text):
    sudo apt install tlp tlp-rdw
     
    #1 aid, May 23, 2018
    Last edited: May 24, 2018
    adwilson99 and CorporalRE like this.
  2. CorporalRE

    CorporalRE
    Expand Collapse
    New Member

    Joined:
    Oct 1, 2020
    Messages:
    1
    Likes Received:
    0
    Thank you.
     
  3. andyp

    andyp
    Expand Collapse
    New Member

    Joined:
    Apr 5, 2022
    Messages:
    3
    Likes Received:
    0
    sudo add-apt-repository ppa:philip.scott/elementary-tweaks not wrking
     
  4. Bagus Satriya

    Bagus Satriya
    Expand Collapse
    Member

    Joined:
    Jul 3, 2022
    Messages:
    5
    Likes Received:
    0
    i think this this PPA is for only hera/old eOS version.
     

Share This Page

Loading...