Nov 172012
Upgrade a single package in Ubuntu
Answer:
To upgrade a single package, first need to perform an update first.
# sudo apt-get update
Then use the install sub command to perform an upgrade, e.g. apache2
#sudo apt-get install apache2
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Upgrade a single package in Ubuntu
Answer:
To upgrade a single package, first need to perform an update first.
# sudo apt-get update
Then use the install sub command to perform an upgrade, e.g. apache2
#sudo apt-get install apache2