Update commands on ubuntu [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
-4
down vote
favorite
What does each of these commands do:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
ubuntu software-updates
closed as off-topic by Rui F Ribeiro, Jeff Schaller, jasonwryan, GAD3R, DopeGhoti Dec 22 '17 at 18:39
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." â Rui F Ribeiro, jasonwryan, GAD3R, DopeGhoti
add a comment |Â
up vote
-4
down vote
favorite
What does each of these commands do:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
ubuntu software-updates
closed as off-topic by Rui F Ribeiro, Jeff Schaller, jasonwryan, GAD3R, DopeGhoti Dec 22 '17 at 18:39
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." â Rui F Ribeiro, jasonwryan, GAD3R, DopeGhoti
Start by readingman apt
â user4556274
Dec 22 '17 at 17:49
I don't understand what the problem is, I am new to this site?
â HardRebootHackerHD
Dec 23 '17 at 0:19
Manual is maybe too big. If you don't know anything from them, then better is to google for "apt tutorial" or so. Your question was closed because learning materials are here offtopic (if you want to know something, ask here directly). It is the rule, there is no bad intent behind that.
â peterh
Dec 23 '17 at 9:27
But I don't get what you mean by learning topics, what is this site for? Errors and things like that.
â HardRebootHackerHD
Dec 23 '17 at 10:55
add a comment |Â
up vote
-4
down vote
favorite
up vote
-4
down vote
favorite
What does each of these commands do:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
ubuntu software-updates
What does each of these commands do:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
ubuntu software-updates
edited Dec 23 '17 at 10:27
techraf
4,010101937
4,010101937
asked Dec 22 '17 at 17:45
HardRebootHackerHD
1617
1617
closed as off-topic by Rui F Ribeiro, Jeff Schaller, jasonwryan, GAD3R, DopeGhoti Dec 22 '17 at 18:39
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." â Rui F Ribeiro, jasonwryan, GAD3R, DopeGhoti
closed as off-topic by Rui F Ribeiro, Jeff Schaller, jasonwryan, GAD3R, DopeGhoti Dec 22 '17 at 18:39
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." â Rui F Ribeiro, jasonwryan, GAD3R, DopeGhoti
Start by readingman apt
â user4556274
Dec 22 '17 at 17:49
I don't understand what the problem is, I am new to this site?
â HardRebootHackerHD
Dec 23 '17 at 0:19
Manual is maybe too big. If you don't know anything from them, then better is to google for "apt tutorial" or so. Your question was closed because learning materials are here offtopic (if you want to know something, ask here directly). It is the rule, there is no bad intent behind that.
â peterh
Dec 23 '17 at 9:27
But I don't get what you mean by learning topics, what is this site for? Errors and things like that.
â HardRebootHackerHD
Dec 23 '17 at 10:55
add a comment |Â
Start by readingman apt
â user4556274
Dec 22 '17 at 17:49
I don't understand what the problem is, I am new to this site?
â HardRebootHackerHD
Dec 23 '17 at 0:19
Manual is maybe too big. If you don't know anything from them, then better is to google for "apt tutorial" or so. Your question was closed because learning materials are here offtopic (if you want to know something, ask here directly). It is the rule, there is no bad intent behind that.
â peterh
Dec 23 '17 at 9:27
But I don't get what you mean by learning topics, what is this site for? Errors and things like that.
â HardRebootHackerHD
Dec 23 '17 at 10:55
Start by reading
man apt
â user4556274
Dec 22 '17 at 17:49
Start by reading
man apt
â user4556274
Dec 22 '17 at 17:49
I don't understand what the problem is, I am new to this site?
â HardRebootHackerHD
Dec 23 '17 at 0:19
I don't understand what the problem is, I am new to this site?
â HardRebootHackerHD
Dec 23 '17 at 0:19
Manual is maybe too big. If you don't know anything from them, then better is to google for "apt tutorial" or so. Your question was closed because learning materials are here offtopic (if you want to know something, ask here directly). It is the rule, there is no bad intent behind that.
â peterh
Dec 23 '17 at 9:27
Manual is maybe too big. If you don't know anything from them, then better is to google for "apt tutorial" or so. Your question was closed because learning materials are here offtopic (if you want to know something, ask here directly). It is the rule, there is no bad intent behind that.
â peterh
Dec 23 '17 at 9:27
But I don't get what you mean by learning topics, what is this site for? Errors and things like that.
â HardRebootHackerHD
Dec 23 '17 at 10:55
But I don't get what you mean by learning topics, what is this site for? Errors and things like that.
â HardRebootHackerHD
Dec 23 '17 at 10:55
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
apt-get update
updates the local package database, so that your local system knows what is available
"Run this command periodically to make sure your source list is up-to-date. "
apt-get upgrade
upgrades all the packages with-in your current distribution that need updated to current with regard to the latest that the package database has.
" This command upgrades all installed packages."
apt-get dist-upgrade
" The same as the above, except add the "smart upgrade" checkbox. It tells APT to use "smart" conflict resolution system, and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. "
Package management with APT https://help.ubuntu.com/community/AptGet/Howto
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
apt-get update
updates the local package database, so that your local system knows what is available
"Run this command periodically to make sure your source list is up-to-date. "
apt-get upgrade
upgrades all the packages with-in your current distribution that need updated to current with regard to the latest that the package database has.
" This command upgrades all installed packages."
apt-get dist-upgrade
" The same as the above, except add the "smart upgrade" checkbox. It tells APT to use "smart" conflict resolution system, and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. "
Package management with APT https://help.ubuntu.com/community/AptGet/Howto
add a comment |Â
up vote
2
down vote
accepted
apt-get update
updates the local package database, so that your local system knows what is available
"Run this command periodically to make sure your source list is up-to-date. "
apt-get upgrade
upgrades all the packages with-in your current distribution that need updated to current with regard to the latest that the package database has.
" This command upgrades all installed packages."
apt-get dist-upgrade
" The same as the above, except add the "smart upgrade" checkbox. It tells APT to use "smart" conflict resolution system, and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. "
Package management with APT https://help.ubuntu.com/community/AptGet/Howto
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
apt-get update
updates the local package database, so that your local system knows what is available
"Run this command periodically to make sure your source list is up-to-date. "
apt-get upgrade
upgrades all the packages with-in your current distribution that need updated to current with regard to the latest that the package database has.
" This command upgrades all installed packages."
apt-get dist-upgrade
" The same as the above, except add the "smart upgrade" checkbox. It tells APT to use "smart" conflict resolution system, and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. "
Package management with APT https://help.ubuntu.com/community/AptGet/Howto
apt-get update
updates the local package database, so that your local system knows what is available
"Run this command periodically to make sure your source list is up-to-date. "
apt-get upgrade
upgrades all the packages with-in your current distribution that need updated to current with regard to the latest that the package database has.
" This command upgrades all installed packages."
apt-get dist-upgrade
" The same as the above, except add the "smart upgrade" checkbox. It tells APT to use "smart" conflict resolution system, and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. "
Package management with APT https://help.ubuntu.com/community/AptGet/Howto
edited Dec 22 '17 at 18:05
answered Dec 22 '17 at 17:57
John
419211
419211
add a comment |Â
add a comment |Â
Start by reading
man apt
â user4556274
Dec 22 '17 at 17:49
I don't understand what the problem is, I am new to this site?
â HardRebootHackerHD
Dec 23 '17 at 0:19
Manual is maybe too big. If you don't know anything from them, then better is to google for "apt tutorial" or so. Your question was closed because learning materials are here offtopic (if you want to know something, ask here directly). It is the rule, there is no bad intent behind that.
â peterh
Dec 23 '17 at 9:27
But I don't get what you mean by learning topics, what is this site for? Errors and things like that.
â HardRebootHackerHD
Dec 23 '17 at 10:55