<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>how to install keeweb on Ubuntu 20.04 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/how-to-install-keeweb-on-ubuntu-20-04/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 02 Dec 2020 21:23:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How To Install Keeweb Password Manager On Ubuntu 20.04</title>
		<link>https://www.osradar.com/how-to-install-keeweb-password-manager-on-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/how-to-install-keeweb-password-manager-on-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Sat, 05 Dec 2020 03:56:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[how to install keeweb on Ubuntu 20.04]]></category>
		<category><![CDATA[how to tutorials]]></category>
		<category><![CDATA[keeweb password manager]]></category>
		<category><![CDATA[ubuntu 20.04]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=25994</guid>

					<description><![CDATA[<p>Today we are going to learn that how to install KeeWeb Passwrod Manager On Ubuntu 20.04. KeeWeb Password Manager provides the best and easy way to keep our passwords safe and secure. With the help of KeeWeb, you can easily store your strong passwords that can&#8217;t be remembered. It provides you the facility of managing [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-keeweb-password-manager-on-ubuntu-20-04/">How To Install Keeweb Password Manager On Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Today we are going to learn that<a href="https://www.osradar.com/?p=25994" target="_blank" rel="noreferrer noopener"> how to install KeeWeb Passwrod Manager On Ubuntu 20.04</a>. KeeWeb Password Manager provides the best and easy way to keep our passwords safe and secure. With the help of KeeWeb, you can easily store your strong passwords that can&#8217;t be remembered. It provides you the facility of managing your all passwords in a proper and secure way. So, you can easily retrieve these passwords when needed. Now, we&#8217;ll see some advantages of password managers &amp; then we&#8217;ll proceed towards installation procedure.</p>



<h2>Some advanatages of Password Managers</h2>



<ul><li>You don&#8217;t have to remember passwords.</li><li>You can use strong passwords.</li><li>Provides the facility of managing shared accounts.</li><li>Suggest you the strong passwords from their auto-generation function.</li><li>KeeWeb is a Linux password manager that can be used to store online &amp; offline passwords. You can also syncs with online storage tools like Owncloud, Google drive and many others. </li></ul>



<p>So, here we&#8217;ll see how to install KeeWeb Password Manager On Ubuntu 20.04.</p>



<h3>Step 1: Update Your System</h3>



<p>As usual we do, update your system to have the latest packages installed. Fire the below command in your terminal.</p>



<pre class="wp-block-preformatted">sudo apt update &amp;&amp; sudo apt upgrade -y</pre>



<h3>Step 2: Install Docker CE On Ubuntu 20.04</h3>



<p>As the Docker CE is required for installing KeeWeb, so install the required dependencies and Docker CE on Ubuntu 20.04.</p>



<pre class="wp-block-preformatted">sudo apt install apt-transport-https ca-certificates curl software-properties-common</pre>



<p>Once the dependencies are resolved, add the Docker GPG key &amp; repository on Ubuntu system.</p>



<pre class="wp-block-preformatted">curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -<br>sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"</pre>



<p>Then, fetch updates and run the install command to install Docker CE on Ubuntu 20.04.</p>



<pre class="wp-block-preformatted">sudo apt-get update<br>sudo apt install docker-ce</pre>



<p>Verify the status by typing</p>



<pre class="wp-block-preformatted">sabi@Ubuntu20:~$ <strong>sudo systemctl status docker</strong>
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor prese&gt;
Active: active (running) since Sun 2020-11-29 10:21:29 PKT; 3min 8s ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Main PID: 5014 (dockerd)
Tasks: 13
Memory: 46.9M
CGroup: /system.slice/docker.service
└─5014 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/con&gt;
نومبر 29 10:21:28 Ubuntu20 dockerd[5014]: time="2020-11-29T10:21:28.301848329+&gt;
نومبر 29 10:21:28 Ubuntu20 dockerd[5014]: time="2020-11-29T10:21:28.301855801+&gt;
نومبر 29 10:21:28 Ubuntu20 dockerd[5014]: time="2020-11-29T10:21:28.301863033+&gt;
نومبر 29 10:21:28 Ubuntu20 dockerd[5014]: time="2020-11-29T10:21:28.302105313+&gt;
نومبر 29 10:21:28 Ubuntu20 dockerd[5014]: time="2020-11-29T10:21:28.772013949+&gt;
نومبر 29 10:21:29 Ubuntu20 dockerd[5014]: time="2020-11-29T10:21:29.065876484+&gt;
نومبر 29 10:21:29 Ubuntu20 dockerd[5014]: time="2020-11-29T10:21:29.145196166+&gt;
نومبر 29 10:21:29 Ubuntu20 dockerd[5014]: time="2020-11-29T10:21:29.145469013+&gt;
نومبر 29 10:21:29 Ubuntu20 dockerd[5014]: time="2020-11-29T10:21:29.178396579+&gt;
نومبر 29 10:21:29 Ubuntu20 systemd[1]: Started Docker Application Container En&gt;
lines 1-21/21 (END)</pre>



<p>Add the user to the docker group in order to avoid typing sudo everytime.</p>



<pre class="wp-block-preformatted">sudo usermod -aG docker ${USER}</pre>



<h3>Step 3: Install KeeWeb On Ubuntu 20.04</h3>



<p>We&#8217;ll install Keeweb on Ubuntu 20.04 from the source code. Hit the below commands in your terminal.</p>



<pre class="wp-block-preformatted">git clone https://github.com/SvenC56/docker-keeweb.git<br>cd docker-keeweb<br>docker build -t svenc56/keeweb .</pre>



<p>Run the keeweb image on port 80 by given command.</p>



<pre class="wp-block-preformatted">sudo docker run -d -p 80:80 keeweb</pre>



<p>Now, visit the web browser and type your IP. You&#8217;ll see the similar page.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="653" height="385" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/image-63.png" alt="" class="wp-image-26028" srcset="https://www.osradar.com/wp-content/uploads/2020/11/image-63.png 653w, https://www.osradar.com/wp-content/uploads/2020/11/image-63-300x177.png 300w" sizes="(max-width: 653px) 100vw, 653px" /></figure>



<p>Click on the <strong>&#8220;+&#8221;</strong> sign to add the new password file.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="607" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/2020-11-29_10h34_15-1024x607.png" alt="" class="wp-image-26036" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_15-1024x607.png 1024w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_15-300x178.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_15-768x455.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_15-696x412.png 696w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_15.png 1033w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Click on <strong>&#8220;new&#8221;</strong> at the bottom left side &amp; you&#8217;ll get the page like below:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="825" height="709" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/2020-11-29_10h34_24.png" alt="How To Install Keeweb Password Manager On Ubuntu 20.04" class="wp-image-26037" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_24.png 825w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_24-300x258.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_24-768x660.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_24-696x598.png 696w" sizes="(max-width: 825px) 100vw, 825px" /></figure>



<p>Provide the master password, name &amp; do backup of key if you needed.</p>



<p>And finally click on <strong>&#8220;Save to&#8221;</strong> button to finish setting up.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="975" height="366" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/2020-11-29_10h34_30.png" alt="" class="wp-image-26038" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_30.png 975w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_30-300x113.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_30-768x288.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_30-696x261.png 696w" sizes="(max-width: 975px) 100vw, 975px" /></figure>



<p>You can also save your passwords offline and online. In order to sync with online storage select the tools listed &amp; follow the procedure.</p>



<p>Once file added, you can see it in the left side of keeweb.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="724" height="171" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/2020-11-29_10h34_37.png" alt="" class="wp-image-26039" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_37.png 724w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_37-300x71.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_10h34_37-696x164.png 696w" sizes="(max-width: 724px) 100vw, 724px" /></figure>



<p>You can also add entries,group or template.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="571" height="335" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/2020-11-29_11h25_01.png" alt="" class="wp-image-26042" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h25_01.png 571w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h25_01-300x176.png 300w" sizes="(max-width: 571px) 100vw, 571px" /></figure>



<h3>Step 4: Customize KeeWeb Password Manager On Ubuntu 20.04</h3>



<p>Keeweb provides the facility of customization as you want. You can select hotkeys, plugins and interaction with usb. Some of shortcuts are given below.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="755" height="682" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/2020-11-29_11h25_42.png" alt="How To Install Keeweb Password Manager On Ubuntu 20.04" class="wp-image-26043" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h25_42.png 755w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h25_42-300x271.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h25_42-696x629.png 696w" sizes="(max-width: 755px) 100vw, 755px" /></figure>



<h3>Step 5: Install KeeWeb Password Manager Plugins</h3>



<p>Navigate to <strong>Plugins&gt;Load Plugin Gallery</strong> to install new plugins.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="994" height="527" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/2020-11-29_11h26_48.png" alt="How To Install Keeweb Password Manager On Ubuntu 20.04" class="wp-image-26044" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h26_48.png 994w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h26_48-300x159.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h26_48-768x407.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h26_48-696x369.png 696w" sizes="(max-width: 994px) 100vw, 994px" /></figure>



<h3>Step 6: Interaction with Google Drive</h3>



<p>Select your new keypass &amp; then save it to google drive. You&#8217;ll get the error as shown below:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="522" height="158" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/2020-11-29_11h27_32.png" alt="" class="wp-image-26045" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h27_32.png 522w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h27_32-300x91.png 300w" sizes="(max-width: 522px) 100vw, 522px" /></figure>



<p>To fix this error go to <a href="https://console.developers.google.com/." target="_blank" rel="noreferrer noopener">https://console.developers.google.com/.</a> Here add a new project.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="553" height="107" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/2020-11-29_11h27_37.png" alt="" class="wp-image-26046" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h27_37.png 553w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h27_37-300x58.png 300w" sizes="(max-width: 553px) 100vw, 553px" /></figure>



<p>Navigate to <strong>Credentials&gt;Create Credentials&gt;OAuth Client ID</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1019" height="292" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/2020-11-29_11h27_45.png" alt="How To Install Keeweb Password Manager On Ubuntu 20.04" class="wp-image-26047" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h27_45.png 1019w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h27_45-300x86.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h27_45-768x220.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h27_45-696x199.png 696w" sizes="(max-width: 1019px) 100vw, 1019px" /></figure>



<p>And select the application type as <strong>web application</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="882" height="400" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/2020-11-29_11h27_55.png" alt="How To Install Keeweb Password Manager On Ubuntu 20.04" class="wp-image-26048" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h27_55.png 882w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h27_55-300x136.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h27_55-768x348.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h27_55-696x316.png 696w" sizes="(max-width: 882px) 100vw, 882px" /></figure>



<p>And finally provide your domain &amp; site urls as below &amp; hit create.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="643" height="776" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/2020-11-29_11h28_02.png" alt="How To Install Keeweb Password Manager On Ubuntu 20.04" class="wp-image-26049" srcset="https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h28_02.png 643w, https://www.osradar.com/wp-content/uploads/2020/11/2020-11-29_11h28_02-249x300.png 249w" sizes="(max-width: 643px) 100vw, 643px" /></figure>



<p>Provide these ID&#8217;s in keeWeb in gdriveClientId &amp; secret option.</p>



<p>You&#8217;ll also require to verify your domain. You can also navigate to put yourself to risky access if you can&#8217;t verify your domain.</p>



<p>And enable the drive API for your project.</p>



<p>So, this is how you can install KeeWeb Password Manager On Ubuntu 20.04</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-keeweb-password-manager-on-ubuntu-20-04/">How To Install Keeweb Password Manager On Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-keeweb-password-manager-on-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
