All language subtitles for 3_Installing, Updating, and Removing Software on Linux

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic Download
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:01,320 --> 00:00:05,273 Now that you know how to install, update and remove software on Windows, 2 00:00:05,273 --> 00:00:07,560 let's do the same for Linux. 3 00:00:07,560 --> 00:00:10,453 Let's navigate back to the Git download page. 4 00:00:10,453 --> 00:00:15,316 Under the Linux page, you'll actually see many different ways to install Git, 5 00:00:15,316 --> 00:00:19,751 this is because the different Linux distributions use different package 6 00:00:19,751 --> 00:00:20,640 installers. 7 00:00:20,640 --> 00:00:26,264 Since we're using Ubuntu, we're just going to use this command apt install Git, 8 00:00:26,264 --> 00:00:30,398 apt is the command we use in Ubuntu's package manager, and 9 00:00:30,398 --> 00:00:34,080 the install option will let us install something. 10 00:00:34,080 --> 00:00:36,661 Let's go ahead and run this in our terminal. 11 00:00:38,640 --> 00:00:41,220 We're getting an error that says permission denied. 12 00:00:41,220 --> 00:00:44,259 Like Windows, when we install something on a machine, 13 00:00:44,259 --> 00:00:48,160 we need to tell the computer that were authorized to install software. 14 00:00:48,160 --> 00:00:53,622 Right now, we can preface this command with another Linux command sudo, 15 00:00:53,622 --> 00:00:56,010 which stands for super user do. 16 00:00:56,010 --> 00:00:57,991 It asks us for a password. 17 00:00:57,991 --> 00:01:00,276 So let's add that in. 18 00:01:00,276 --> 00:01:01,840 We're getting a lot of output. 19 00:01:01,840 --> 00:01:06,381 It's just asking if we want to continue installing this application, and 20 00:01:06,381 --> 00:01:08,986 since we do, I'm going to say, y and Enter. 21 00:01:08,986 --> 00:01:12,800 To update a package, you do the exact same thing as we just did and 22 00:01:12,800 --> 00:01:15,820 install a newer software version. 23 00:01:15,820 --> 00:01:19,901 To remove a package, we could also use a command pretty similar 24 00:01:19,901 --> 00:01:24,490 to the install command except this time we want to remove a package. 25 00:01:24,490 --> 00:01:27,600 This asks us if we want to continue with these changes. 26 00:01:27,600 --> 00:01:30,520 Let's go ahead and type y and Enter, that's it. 27 00:01:30,520 --> 00:01:35,570 Now you know how to install, Update and remove software on Linux and Windows. 28 00:01:35,570 --> 00:01:36,850 Nice work 2522

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.