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
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