{"id":23388,"date":"2023-12-31T19:13:12","date_gmt":"2023-12-31T19:13:12","guid":{"rendered":"https:\/\/linuxways.net\/?p=23388"},"modified":"2023-12-31T19:13:12","modified_gmt":"2023-12-31T19:13:12","slug":"install-snap-on-debian-12","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/debian\/install-snap-on-debian-12\/","title":{"rendered":"How to Install Snap on Debian 12"},"content":{"rendered":"<p>Installing applications on Debian 12 is made quite easy with the help of various package managers as they include repositories of nearly all of the applications that support Linux platforms. Each of the Linux distributions has a package manager as in the case of Debian systems it is an Advanced Packaging Tool whereas for Arch Linux it is Pacman. However, there are third-party package managers like Snap that can be used to install applications in case any application is not available in the default repository, or it is an older version.<\/p>\n<h3><strong>Outline: <\/strong><\/h3>\n<ul>\n<li><a href=\"#post-23388-3lgyb8ozben1\"><strong>Install snap<\/strong><\/a><\/li>\n<li><a href=\"#post-23388-5247lo3e8czq\"><strong>Snap Basic Commands<\/strong><\/a><\/li>\n<li><a href=\"#post-23388-sg2agy4exbth\"><strong>Installing Snap Store <\/strong><\/a><\/li>\n<li><a href=\"#post-23388-vp2erxnahgg\"><strong>Removing Snap <\/strong><\/a><\/li>\n<li><a href=\"#post-23388-wfvt1lnf8p15\"><strong>Conclusion <\/strong><\/a><\/li>\n<\/ul>\n<h2><a id=\"post-23388-3lgyb8ozben1\"><\/a><strong>How to Install Snap on Debian 12 <\/strong><\/h2>\n<p>The package manager has the configuration files, executables, binary files, and other information about each and every application that it can install. Snap package manager, like other package managers can also install, update, remove, and manage applications in a Linux system.<\/p>\n<p>It can be operated through a command line but also has a GUI application known as a snap store. However, for the snap store, the snap should be installed first. To install snap on Debian 12 execute the below command but it is always recommended to update the default package manager:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> apt <span class=\"kw2\">install<\/span> snapd<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"776\" height=\"362\" class=\"wp-image-23399\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-1.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-1.png 776w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-1-300x140.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-1-768x358.png 768w\" sizes=\"auto, (max-width: 776px) 100vw, 776px\" \/><\/p>\n<p>Once the snap is installed, verify its installation by checking the version of the package manager by executing:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">snap <span class=\"re5\">--version<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"276\" class=\"wp-image-23403\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-2.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-2.png 781w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-2-300x106.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-2-768x271.png 768w\" sizes=\"auto, (max-width: 781px) 100vw, 781px\" \/><\/p>\n<p>Now check the snap service if it is running or not, usually, it is inactive because to run the snap service it is necessary to install snap core as it is responsible for providing a runtime environment for all the snap applications:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> systemctl status snapd<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"766\" height=\"259\" class=\"wp-image-23410\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-3.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-3.png 766w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-3-300x101.png 300w\" sizes=\"auto, (max-width: 766px) 100vw, 766px\" \/><\/p>\n<p>Now install snap core on your Debian 12 by using the snap package manager and afterward check the service status and you will see that the snap service has been activated:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> snap <span class=\"kw2\">install<\/span> core<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"753\" height=\"357\" class=\"wp-image-23417\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-4.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-4.png 753w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-4-300x142.png 300w\" sizes=\"auto, (max-width: 753px) 100vw, 753px\" \/><\/p>\n<p>Now if by any means the snap service is still not active then try enabling it or reinstalling it:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> systemctl <span class=\"kw3\">enable<\/span> <span class=\"re5\">--now<\/span> snapd.socket<\/div><\/div>\n<p>Now create a symbolic link so that snap can work properly as this will enable the classic snap support which in the case of Linux systems like Arch Linux and Debian is required. The classic snap support primarily applies to files that are not strictly confined and require access to files related to systems or libraries. The symbolic link just points to the directory that helps access the files without copying them into any other non-system directory:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> <span class=\"kw2\">ln<\/span> <span class=\"re5\">-s<\/span> <span class=\"sy0\">\/<\/span>var<span class=\"sy0\">\/<\/span>lib<span class=\"sy0\">\/<\/span>snapd<span class=\"sy0\">\/<\/span>snap <span class=\"sy0\">\/<\/span>snap<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"763\" height=\"222\" class=\"wp-image-23425\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-5.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-5.png 763w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-5-300x87.png 300w\" sizes=\"auto, (max-width: 763px) 100vw, 763px\" \/><\/p>\n<h2><a id=\"post-23388-5247lo3e8czq\"><\/a><strong>Snap Basic Commands <\/strong><\/h2>\n<p>Applications can be installed on Debian using the snap package manager in a similar way as in the case of the default package manager. So here are the basic commands discussed one by one for using snap package manager on Debian 12:<\/p>\n<h3><strong>1: Installing a Package on Debian using snap <\/strong><\/h3>\n<p>To install a package all you need is to know the package name and here is the syntax for installing any application or package on Debian using snap:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> snap <span class=\"kw2\">install<\/span> <span class=\"sy0\">&lt;<\/span>package<span class=\"sy0\">\/<\/span>application-name<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p>For illustration, I have installed Spotify on Debian 12 using the above syntax<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"762\" height=\"245\" class=\"wp-image-23435\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-6.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-6.png 762w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-6-300x96.png 300w\" sizes=\"auto, (max-width: 762px) 100vw, 762px\" \/><\/p>\n<p>Sometimes you might encounter an error \u201c<em>snap application-name not found<\/em>\u201d while installing through snap though it is available on snap store:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"758\" height=\"231\" class=\"wp-image-23445\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-7.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-7.png 758w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-7-300x91.png 300w\" sizes=\"auto, (max-width: 758px) 100vw, 758px\" \/><\/p>\n<p>In that case, you might be giving the wrong name of the application as in the image above I have tried to install Adguard which is available on snap but the name for the application that I am writing is wrong. So, to check the proper command go to the snap store in your browser and after searching for that application click on install to get the correct command:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1095\" height=\"722\" class=\"wp-image-23463\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-8.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-8.png 1095w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-8-300x198.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-8-1024x675.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-8-768x506.png 768w\" sizes=\"auto, (max-width: 1095px) 100vw, 1095px\" \/><\/p>\n<h3><strong>2: Finding a Package in Snap <\/strong><\/h3>\n<p>Sometimes the application installed on the Debian can experience compatibility issues either due to version or due to the absence of dependencies that make it run better. Also, before installing any application, it is necessary to check if the application is present in the snap repository so for that you can use the find command as in the syntax below:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> snap <span class=\"kw2\">find<\/span> <span class=\"sy0\">&lt;<\/span> application<span class=\"sy0\">\/<\/span>package-name<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p>For demonstration, I have listed the details for the Spotify application, and in the output, I have got different names for the related applications along with their version, publisher, and summary:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"327\" class=\"wp-image-23469\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-9.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-9.png 814w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-9-300x121.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-9-768x309.png 768w\" sizes=\"auto, (max-width: 814px) 100vw, 814px\" \/><\/p>\n<h3><strong>3: Listing Packages Installed Through Snap<\/strong><\/h3>\n<p>&nbsp;<\/p>\n<p>In Debian, you can have the list for all the packages installed through snap and for that just execute the below command as it can be helpful when either updating applications or removing any unused applications:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> snap list<\/div><\/div>\n<p><strong><img loading=\"lazy\" decoding=\"async\" width=\"815\" height=\"341\" class=\"wp-image-23474\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-10.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-10.png 815w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-10-300x126.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-10-768x321.png 768w\" sizes=\"auto, (max-width: 815px) 100vw, 815px\" \/><\/strong><\/p>\n<h3><strong>4: Updating a Package Through Snap <\/strong><\/h3>\n<p>Keeping the applications updated on Debian contributes to their smooth function and also provides the opportunity for users to get their hands on new features introduced in the applications. Here is the syntax for updating snap applications on Debian:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> snap refresh <span class=\"sy0\">&lt;<\/span>application<span class=\"sy0\">\/<\/span>package-name<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"735\" height=\"226\" class=\"wp-image-23478\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-11.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-11.png 735w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-11-300x92.png 300w\" sizes=\"auto, (max-width: 735px) 100vw, 735px\" \/><\/p>\n<h3><strong>5: Removing a Package using Snap<\/strong><\/h3>\n<p>&nbsp;<\/p>\n<p>To remove an application if installed through snap just use the remove command along with the application name:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> snap remove <span class=\"sy0\">&lt;<\/span>application<span class=\"sy0\">\/<\/span>package-name<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p><strong><img loading=\"lazy\" decoding=\"async\" width=\"724\" height=\"206\" class=\"wp-image-23482\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-12.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-12.png 724w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-12-300x85.png 300w\" sizes=\"auto, (max-width: 724px) 100vw, 724px\" \/><\/strong><\/p>\n<h3><strong>6: Finding Package Information in Snap <\/strong><\/h3>\n<p>Finding a package in the snap repository can only give the version and the publisher\u2019s name but if you want to know more about the package, especially the dependencies it requires to run, then use the info command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> snap info <span class=\"sy0\">&lt;<\/span>application<span class=\"sy0\">\/<\/span>package-name<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"730\" height=\"287\" class=\"wp-image-23487\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-13.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-13.png 730w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-13-300x118.png 300w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><\/p>\n<p>Further, if you need help regarding the commands for interacting with snap through the command line interface consult snap help by executing:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> snap <span class=\"kw3\">help<\/span> <span class=\"re5\">--all<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"756\" height=\"385\" class=\"wp-image-23490\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-14.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-14.png 756w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-14-300x153.png 300w\" sizes=\"auto, (max-width: 756px) 100vw, 756px\" \/><\/p>\n<h2><a id=\"post-23388-sg2agy4exbth\"><\/a><strong>Installing Snap Store on Debian 12 <\/strong><\/h2>\n<p>The snap store is the GUI version of snapd, and it is just like an application store which is suitable for users who are not good with using the command line interface of Debian, To install snap store the snap core and the snapd should be installed, for installing snap store execute:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> snap <span class=\"kw2\">install<\/span> snap-store<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"765\" height=\"264\" class=\"wp-image-23493\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-15.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-15.png 765w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-15-300x104.png 300w\" sizes=\"auto, (max-width: 765px) 100vw, 765px\" \/><\/p>\n<p>Now once the store is installed you can run it from the terminal and might face a number of errors as in the image below which will cause the snap store not to function smoothly:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"704\" height=\"511\" class=\"wp-image-23496\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-16.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-16.png 704w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-16-300x218.png 300w\" sizes=\"auto, (max-width: 704px) 100vw, 704px\" \/><\/p>\n<p>To brush away these errors you need to update the snap store to the edge version, these errors are primarily from the developer\u2019s side:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> snap refresh <span class=\"re5\">--edge<\/span> snap-store<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"759\" height=\"216\" class=\"wp-image-23499\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-17.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-17.png 759w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-17-300x85.png 300w\" sizes=\"auto, (max-width: 759px) 100vw, 759px\" \/><\/p>\n<p>Once you have updated the snap store to the edge version, run it again by executing:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">snap run snap-store<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"913\" height=\"715\" class=\"wp-image-23504\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-18.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-18.png 913w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-18-300x235.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-18-768x601.png 768w\" sizes=\"auto, (max-width: 913px) 100vw, 913px\" \/><\/p>\n<p>Now to install any application just search for it and click on the install button, the same is the case for removing the application but in that case click on the remove option.<\/p>\n<h2><a id=\"post-23388-vp2erxnahgg\"><\/a><strong>Removing Snap and Snap Store from Debian 12 <\/strong><\/h2>\n<p>To remove snap completely from Debian 12 you need to use the purge command and by using it all the related data which includes snap core will be uninstalled:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> <span class=\"kw2\">apt-get autoremove<\/span> <span class=\"re5\">--purge<\/span> snapd <span class=\"re5\">-y<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"773\" height=\"322\" class=\"wp-image-23507\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-19.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-19.png 773w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-19-300x125.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-19-768x320.png 768w\" sizes=\"auto, (max-width: 773px) 100vw, 773px\" \/><\/p>\n<p>To remove snap-store from Debian simply use the remove command with snap like this:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> snap remove snap-store<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"697\" height=\"232\" class=\"wp-image-23509\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-20.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-20.png 697w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/12\/word-image-23388-20-300x100.png 300w\" sizes=\"auto, (max-width: 697px) 100vw, 697px\" \/><\/p>\n<h2><a id=\"post-23388-wfvt1lnf8p15\"><\/a><strong>Conclusion <\/strong><\/h2>\n<p>To install snap on Debian 12, use the advanced packaging tool to install snap daemon and afterward install the core which provides the runtime environment for applications installed through snap. Next, create a symbolic link to enable the classic snap support. You can also install the snap store which is its GUI version but don\u2019t forget to update it to the edge version so that it can run properly. To remove snap simply use the purge command as it will remove all the data for snap automatically.<\/p>\n<p>&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>To install snap on Debian 12 use the advanced packaging tool to install snap daemon and afterward install the core. Read more in this guide.<\/p>","protected":false},"author":110,"featured_media":23544,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-23388","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-debian"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/23388","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/110"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=23388"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/23388\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/23544"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=23388"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=23388"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=23388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}