<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3491&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / SOLVED: Package no longer known to apt after you remove it]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3491</link>
		<description><![CDATA[The most recent posts in SOLVED: Package no longer known to apt after you remove it.]]></description>
		<lastBuildDate>Sat, 09 May 2020 22:02:28 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: SOLVED: Package no longer known to apt after you remove it]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21580#p21580</link>
			<description><![CDATA[<p>Have you looked into running such a nonfree driver sandboxed by any chance? Or know someone who knows how to do it?</p>]]></description>
			<author><![CDATA[dummy@example.com (Ulysses_)]]></author>
			<pubDate>Sat, 09 May 2020 22:02:28 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21580#p21580</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Package no longer known to apt after you remove it]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21575#p21575</link>
			<description><![CDATA[<p>Fair enough. I have written a script to get the wifi working as a hotspot without removing any driver - and be able to unplug and plug in the wifi dongle and get up and running by executing the script again.</p><p>Preparation:</p><div class="codebox"><pre><code>apt update
apt -y remove python-wicd
apt -y install network-manager-gnome

# Launch the network manager applet and an output window for it
xfce4-terminal --title=nm-applet -e &quot;sudo -u devuan bash \
-c &#039;echo This is for the network manager applet; nm-applet&#039; &quot; 2&gt;/dev/null &amp;</code></pre></div><p>Here&#039;s the script:</p><div class="codebox"><pre><code>#!/bin/sh

nmcli connection delete my_hotspot 2&gt; /dev/null

nmcli device wifi hotspot con-name my_hotspot ifname wlx0002727ab66a \
ssid my_hotspot password PUT_PASSWORD_HERE

nmcli connection up my_hotspot</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Ulysses_)]]></author>
			<pubDate>Sat, 09 May 2020 15:50:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21575#p21575</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Package no longer known to apt after you remove it]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21547#p21547</link>
			<description><![CDATA[<p>Wireless firmware is installed in the live isos partly for testing that it works with your hardware and partly so that we&#039;re not bombarded with questions about how to get wireless working. There&#039;s a script to remove all the non-free firmware if you don&#039;t want it, and deb packages are included in case you need to reinstall one. (See the included README file.)</p><p>The reason non-free and contrib are not enabled in sources.list is so that people who don&#039;t want non-free won&#039;t accidentally install anything from there.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 08 May 2020 15:48:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21547#p21547</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Package no longer known to apt after you remove it]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21513#p21513</link>
			<description><![CDATA[<p>Yes this is the desktop-live iso but not installed yet, simply booting it one can reproduce this apparent bug. Even without this particular hardware being present. Simply apt remove followed by apt install shows this apparent bug.</p><p>Another unexpected thing is that package firmware-misc-nonfree (which is needed or the wifi dongle won&#039;t work) is installed by default even though contrib and non-free are not enabled in /etc/source.list. Isn&#039;t devuan FOSS?</p><p>If I do not remove firmware-zd1211, the wifi hotspot appears to be working but when a smartphone try to connect to it, it fails. Removing firmware-zd1211, the wifi still seems to be working as if the kernel module is still loaded, and if you then reconnect the wifi connection, the same smartphone can now connect.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ulysses_)]]></author>
			<pubDate>Fri, 08 May 2020 05:17:22 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21513#p21513</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Package no longer known to apt after you remove it]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21508#p21508</link>
			<description><![CDATA[<p>I&#039;m guessing you installed from the desktop-live iso. If you want to install wireless firmware from the repo, you need to enable contrib and non-free in /etc/apt/sources.list (or in synaptic). Or, you could just install the package from the local copy in /firmware.<br /><span class="bbc">dpkg -i /firmware/firmware-zd1211*.deb</span></p><p>Why do you need to remove and install it? That&#039;s weird.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 07 May 2020 17:53:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21508#p21508</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Package no longer known to apt after you remove it]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21506#p21506</link>
			<description><![CDATA[<p>Here is some output.</p><p>Checking that firmware-zd1211 is already installed:</p><div class="codebox"><pre><code>root@devuan:/home/devuan# apt install firmware-zd1211
Reading package lists... Done
Building dependency tree
Reading state information... Done
firmware-zd1211 is already the newest version (1:1.5-4).
0 upgraded, 0 newly installed, 0 to remove and 100 not upgraded.</code></pre></div><p>Now let&#039;s remove it.</p><div class="codebox"><pre><code>root@devuan:/home/devuan# apt-get remove firmware-zd1211
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
firmware-zd1211
0 upgraded, 0 newly installed, 1 to remove and 100 not upgraded.
After this operation, 66.6 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 100348 files and directories currently installed.)
Removing firmware-zd1211 (1:1.5-4) ...</code></pre></div><p>Trying to install it again:</p><div class="codebox"><pre><code>root@devuan:/home/devuan# apt-get install firmware-zd1211
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package firmware-zd1211</code></pre></div><p>So no messing with the repos, default settings for everything. This is a live iso boot.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ulysses_)]]></author>
			<pubDate>Thu, 07 May 2020 17:21:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21506#p21506</guid>
		</item>
		<item>
			<title><![CDATA[SOLVED: Package no longer known to apt after you remove it]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21505#p21505</link>
			<description><![CDATA[<p>Trying to set up devuan as a wifi hotspot. For everything to work fine with the given wifi dongle, a little workaround is needed: you must remove package firmware-zd1211 and reconnect the wifi connection.</p><p>sudo apt remove firmware-zd1211</p><p>But if you then try to install the same package (needed if the wifi dongle is unplugged and plugged back in),</p><p>sudo apt install firmware-zd1211</p><p>then it says &quot;Unable to locate package firmware-zd1211&quot;</p><p>The package has just vanished! An apt update does not help. What is going on?</p><p>The same happens on both ascii and beowulf.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ulysses_)]]></author>
			<pubDate>Thu, 07 May 2020 17:11:24 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21505#p21505</guid>
		</item>
	</channel>
</rss>
