Vous n'êtes pas identifié(e).
comment installer snap sur son ordi :
1. Run system update
sudo apt update
2. Install Snapd on Debian 11
sudo apt install snapd
sudo snap install core
Check the status of Snapd service
Once the installation is completed let’s see whether it is running successfully without any error.
sudo systemctl status snapd
Although it will start automatically, if not, then we can start it using the given command:
sudo systemctl start snapd
3. Start using Snap through the command terminal
Now, if you want to install some application through SNAP you can use the following command syntax;
sudo snap install application-name
You can check out the Snapcarft repository to know what are the available applications there to install.
For example, let’s say you want to install VLC. The command will be:
sudo snap install vlc
4. Install Snap Store GUI on Debian 11|10|9
Those who are using the graphical desktop of Debian 11 or its previous version can go for the GUI store provided by SnapCraft to easily install hundreds of applications available in its repository instead of using the command line.
sudo snap install snap-store
Once the installation is completed, reboot your system
sudo reboot
Error: Snap installed applications’ icons are not showing in the launcher
In case the icons of the applications installed using SNAP are not showing in the system app launcher then run the below-given commands:
sudo ln -s /etc/profile.d/apps-bin-path.sh /etc/X11/Xsession.d/99snap
sudo nano /etc/login.defs
Paste the following at the end of the file:
ENV_PATH PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
Save the file Ctrl+O and exit the file.
source : https://www.how2shout.com/linux/how-to- … eye-linux/
Hors ligne
-->les cahiers du debutant<-- WikiDF-->Découvrir les principales commandes Linux<--
L' expérience, c'est le nom que chacun donne à ses erreurs. Oscar Wilde
Hors ligne