Sunday, May 5, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4352  / 2 Years ago, tue, august 9, 2022, 1:53:41

I installed Ubuntu on my Chromebook following the guide here. I am still a beginner on using Ubuntu so all I could tell once it started is that it came almost "naked" (without several programs that usually come preloaded with Ubuntu). I tried opening the terminal and for example



sudo add-apt-repository


is not recognized. Several other commands are also not recognized. What is a good way to install all the programs like LibreOffice and a nicer terminal (the only thing I have right now is a terminal called XTerm) along with having all the commands like add-apt-repository that I usually use?


More From » command-line

 Answers
6

add-apt-repository is part of the package software-properties-common, therefore install the package first:



sudo apt-get install software-properties-common


To find other packages, use the Ubuntu Package Search, the preinstalled Ubuntu Software Center or the Ubuntu app directory.


[#21850] Wednesday, August 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
damomnning

Total Points: 422
Total Questions: 90
Total Answers: 106

Location: Mali
Member since Thu, Aug 13, 2020
4 Years ago
damomnning questions
;