If you have any questions, please contact us via a Rumble comment and we would be happy to assist you!
Please use the video as a visual guide, and the commands and links below to install it on your Chromebook.
We are on social media! For announcements, content release updates (across all our projects), and much more, please join our Reddit community!
https://www.reddit.com/r/linuxmadesimple/
https://www.reddit.com/r/linuxmadesimple/
1) 00:05 (time stamp in the video)
We start the process by enabling the Linux Container on our Chromebook. You can always remove it again in the future as well if needed.
We start the process by enabling the Linux Container on our Chromebook. You can always remove it again in the future as well if needed.
To enable it, we go to the settings of our Chromebook, inside of it, we click on the "Advance" option in the left panel, and then the "Developers" section. Then enable Linux from there as seen in the video.
2) 00:34
Now we continue to the next phase in the tutorial and that is to run several commands in our Linux terminal, which will install the application.
Some general facts about the terminal. To paste a command into the Linux terminal, press "Ctrl Shift v" together. After you paste a command into the Linux terminal, please press "enter" to run it. At some commands you will see a question to press Y or n to continue. If you see it press "enter" to continue.
2.1) This command will download a security key which Sublime Text requires to be installed.
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
2.2) 01:14 This command will add the Sublime Text repository to our system.
2.2) 01:14 This command will add the Sublime Text repository to our system.
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt update
sudo apt install sublime-text
3) 01:59
Now we will launch Sublime Text.
Enjoy!
Enjoy!
Commands are based on this:
Comments
Post a Comment