Tutorial to Install Synaptic Package Manager On #Ubuntu22.04 LTS Jammy Jellyfish
#Ubuntu #Linux #Tutorial
-
Synaptic Package Manager is already available in the Ubuntu 22.04 LTS software center.
Command to install synaptic on Ubuntu 22.04 LTS.
--
sudo apt-get install synaptic
--
Sometimes you need to install policykit in your Ubuntu-based Linux operating system to run Synaptic Package manager properly:
Run the following to install policykit on LXDE (Lightweight X11 Desktop Environment):
--
sudo apt install lxpolkit
--
Run the following to install policy kit on the Mate Desktop Environment:
--
sudo apt install mate-polkit
--
Run the following to install policy kit on Cinnamon, XFCE, and Unity Desktop Environment:
--
sudo apt install policykit-1-gnome
--
Run the following to install policy kit on LXQt
sudo apt install lxqt-policykit
Тэги:
#Ubuntu #Ubuntu_22.04_LTS #Ubuntu_22.04_LTS_Tutorial #Ubuntu_Tutorial #Gnome #Synaptic #Ubuntu_command #How_to_ubuntu