<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Raspberry PI Debian - Network-Manager - Linux Software				            </title>
            <link>https://www.tweaking4all.com/forum/linux-software/raspberry-pi-debian-network-manager/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 12 Sep 2026 19:40:58 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Raspberry PI Debian - Network-Manager</title>
                        <link>https://www.tweaking4all.com/forum/linux-software/raspberry-pi-debian-network-manager/#post-4026</link>
                        <pubDate>Wed, 09 Mar 2022 11:08:14 +0000</pubDate>
                        <description><![CDATA[I&#039;m no expert ... however, this may be more of a challenge then one would expect ... right?I hope this helps ...
 
Problem 1 is that you probably need some dependencies and the install fil...]]></description>
                        <content:encoded><![CDATA[<p>I'm no expert ... however, this may be more of a challenge then one would expect ... right?<br />I hope this helps ...</p>
<p> </p>
<p><strong>Problem 1 is that you probably need some dependencies and the install files for the application(s).</strong></p>
<p>If I look at <a href="https://debian.pkgs.org/11/debian-main-amd64/network-manager-gnome_1.20.0-3_amd64.deb.html" target="_blank" rel="noopener">this list</a>, then I do see quite a few. <br />Note: I don't even know if this is the application you're referring to, and/or if this is the correct version.<br />Seems the link I found is for</p>
<p>You'll also find the .deb file there, and through the listed dependencies, you may be able to find then .deb files of those as well.<br />Scroll all the way down "<strong>Download</strong>", where I found the link: <br /><span>http://ftp.de.debian.org/debian/pool/main/n/network-manager-applet/network-manager-gnome_1.20.0-3_amd64.deb</span></p>
276
<p>Obviously this is the wrong CPU version, so I looked here: <strong>http://ftp.de.debian.org/debian/pool/main/n/network-manager/</strong><br />Where I found more files that you may need. </p>
<p>You'll have to do the same for the needed dependencies that are not yet installed on your Pi.<br />You could try apt-get to see if these are installed:</p>
<pre contenteditable="false">apt list --installed</pre>
<p>Maybe combined with grep to find something specific:</p>
<pre contenteditable="false">apt list | grep something</pre>
<p> </p>
<p>Not sure if "apt" is available on your system though, and since you're running Debian, I'd assume you have <strong>dpkg</strong> available:</p>
<pre contenteditable="false">sudo dpkg-query -l</pre>
<p> </p>
<p>Here we could use grep as well of course:</p>
<pre contenteditable="false">sudo dpkg-query -l | grep something</pre>
<p> </p>
<p> </p>
<p><strong>Problem 2 is installing things.</strong></p>
<p>You have two ways of going around that.<br />I suppose the "official" way would be to install the dependencies first and then the network manager stuff.</p>
<p>Or ... option 2 (not recommended): install the network manager stuff and run it and see what goes wrong and install files when needed.<br />The latter is obviously not the best approach.</p>
<p> </p>
<p><strong>Problem 3 would be what tool to use to install.</strong></p>
<p>Since you on Debian, I would assume (not being an expert) that installing a .deb (Debian) package would work like so:</p>
<pre contenteditable="false">sudo dpkg -i &lt;path of .deb package/packages&gt;</pre>
<p> </p>
<p>Or something like this:</p>
<pre contenteditable="false">cd &lt;location of folder where .deb files are&gt; 
sudo dpkg -i *.deb </pre>
<p> </p>
<p> </p>
<p>Hope this helps ...</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/linux-software/">Linux Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/linux-software/raspberry-pi-debian-network-manager/#post-4026</guid>
                    </item>
				                    <item>
                        <title>Raspberry PI Debian - Network-Manager</title>
                        <link>https://www.tweaking4all.com/forum/linux-software/raspberry-pi-debian-network-manager/#post-4025</link>
                        <pubDate>Wed, 09 Mar 2022 06:50:04 +0000</pubDate>
                        <description><![CDATA[I struck a dead-end, I need to do full standalone network-manager network-manager-gnome installation without internet on 10 Raspberry PI 4&#039;s , can someone help me with a full package to inst...]]></description>
                        <content:encoded><![CDATA[<p><span>I struck a dead-end, I need to do full standalone network-manager network-manager-gnome installation without internet on 10 Raspberry PI 4's , can someone help me with a full package to install without internet?</span><br /><span>I got the network manager download from another PI via "Sudo apt-get download network-manager network-manager-gnome" but when I run it , it still tries to download missing files.</span><br /><span>I need some assistance on this please</span><br /><span>This is on a Raspberry PI 4 with Debian 10</span></p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/linux-software/">Linux Software</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/linux-software/raspberry-pi-debian-network-manager/#post-4025</guid>
                    </item>
							        </channel>
        </rss>
		