Detailed Instructions:
Step 1
Run update command to update package repositories and get latest package information.
        sudo apt-get update -y
            Step 2
Run the install command with -y flag to quickly install the packages and dependencies. 
        
            sudo apt-get install -y mypaint
 

 
No comments:
Post a Comment