The system has become too slow and Terminal tool does not work.
I deleted Ubuntu Software Center.
How do I download it again?
The system has become too slow and Terminal tool does not work.
I deleted Ubuntu Software Center.
How do I download it again?
Luckily, the desktop environment runs on top of another terminal, called a TTY. A TTY is a basic terminal found on the system, which the desktop environment runs on top of. To access TTY1, use the shortcut Ctrl+Alt+F1.
Use apt-get to re-install the terminal:
sudo apt-get update to make sure you will install the latest version.sudo apt-get install gnome-terminal to actually install the missing terminal.sudo apt-get install software-center.logout. You can return to the regular desktop environment with Ctrl+Alt+F7. If want more information installing software with the command line, see
software-center has been replaced with gnome-software, so use sudo apt install gnome-software for step 2.3 instead. See here: https://askubuntu.com/questions/1036506/how-do-i-install-software-center-on-ubuntu-18-04/1036694#1036694.
– Gabriel Staples
Feb 02 '20 at 09:17
To install Ubuntu Software Center - please follow these 3 steps
To fetch the latest package installations:
sudo apt update
To install all current updates:
sudo apt upgrade
To install the software-center again:
sudo apt install software-center
causes harm and add a custom reason, to let them know but unless it is there post or they comment, they will not get the notification. Apt will work but only on 16.04.
– Mark Kirby
May 30 '16 at 08:13
apt package first (unless it was added in an update and I don't know), soon apt will completely replace apt-get, it is not a big deal, older version users will be prompted to install apt if it is missing
– Mark Kirby
May 30 '16 at 08:23