Skip to main content

Fedora Workstation: Install snapd

snap logo
[tuyen@g73jh ~]$ sudo dnf -y install snapd
Last metadata expiration check: 0:20:17 ago on Tue 01 Oct 2019 11:31:30 AM +07.
Dependencies resolved.
================================================================================
 Package                   Architecture Version             Repository     Size
================================================================================
Installing:
 snapd                     x86_64       2.41-1.fc30         updates        17 M
Installing dependencies:
 snap-confine              x86_64       2.41-1.fc30         updates       2.8 M
 snapd-glib                x86_64       1.49-1.fc30         updates       133 k
 snapd-selinux             noarch       2.41-1.fc30         updates       234 k
Installing weak dependencies:
 gnome-software-snap       x86_64       3.32.4-2.fc30       updates        86 k

Transaction Summary
================================================================================
Install  5 Packages

Total download size: 20 M
Installed size: 73 M
Downloading Packages:
(1/5): gnome-software-snap-3.32.4-2.fc30.x86_64 195 kB/s |  86 kB     00:00    
(2/5): snapd-glib-1.49-1.fc30.x86_64.rpm        615 kB/s | 133 kB     00:00    
(3/5): snapd-selinux-2.41-1.fc30.noarch.rpm     1.0 MB/s | 234 kB     00:00    
(4/5): snap-confine-2.41-1.fc30.x86_64.rpm      1.2 MB/s | 2.8 MB     00:02    
(5/5): snapd-2.41-1.fc30.x86_64.rpm             2.5 MB/s |  17 MB     00:06    
--------------------------------------------------------------------------------
Total                                           2.5 MB/s |  20 MB     00:08     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Running scriptlet: snapd-selinux-2.41-1.fc30.noarch                       1/5 
  Installing       : snapd-selinux-2.41-1.fc30.noarch                       1/5 
  Running scriptlet: snapd-selinux-2.41-1.fc30.noarch                       1/5 
  Installing       : snapd-glib-1.49-1.fc30.x86_64                          2/5 
  Installing       : snap-confine-2.41-1.fc30.x86_64                        3/5 
  Installing       : snapd-2.41-1.fc30.x86_64                               4/5 
  Running scriptlet: snapd-2.41-1.fc30.x86_64                               4/5 
  Installing       : gnome-software-snap-3.32.4-2.fc30.x86_64               5/5 
  Running scriptlet: snapd-selinux-2.41-1.fc30.noarch                       5/5 
  Running scriptlet: gnome-software-snap-3.32.4-2.fc30.x86_64               5/5 
  Verifying        : gnome-software-snap-3.32.4-2.fc30.x86_64               1/5 
  Verifying        : snap-confine-2.41-1.fc30.x86_64                        2/5 
  Verifying        : snapd-2.41-1.fc30.x86_64                               3/5 
  Verifying        : snapd-glib-1.49-1.fc30.x86_64                          4/5 
  Verifying        : snapd-selinux-2.41-1.fc30.noarch                       5/5 

Installed:
  snapd-2.41-1.fc30.x86_64           gnome-software-snap-3.32.4-2.fc30.x86_64  
  snap-confine-2.41-1.fc30.x86_64    snapd-glib-1.49-1.fc30.x86_64             
  snapd-selinux-2.41-1.fc30.noarch  

Complete!
[tuyen@g73jh ~]$ 


[tuyen@g73jh ~]$ sudo ln -s /var/lib/snapd/snap /snap
[tuyen@g73jh ~]$ sudo snap install dmd --classic
error: too early for operation, device not yet seeded or device model not acknowledged
[tuyen@g73jh ~]$ sudo snap install dmd --classic
2019-10-01T11:57:47+07:00 INFO Waiting for restart...
Warning: /var/lib/snapd/snap/bin was not found in your $PATH. If you've not
         restarted your session since you installed snapd, try doing that.
         Please see https://forum.snapcraft.io/t/9469 for more details.

dmd 2.087.1 from D Programming Language (dlang) installed
[tuyen@g73jh ~]$ 

Popular posts from this blog

Python: Free Online Courses

Ever thinking about which programming language to learn first? You can learn Python for free with these online courses.

How to charge your device from USB Port

First of all, check BIOS Settings of your laptop or desktop Dell Look for USB PowerShare BIOS Settings: USB PowerShare Lenovo Look for Always On USB Charge in Off Mode BIOS Settings: Enable Always On USB Charge in Off Mode

Qubes OS: Fedora 30

Create a new Standalone VM based on fedora-29 VM template Extend root partition: run command on dom0 tuyen@dom0:~ $ qvm-volume extend fedora-30:root 12288MB Set qrexec_timeout to 600 seconds tuyen@dom0:~ $ qvm-pref --set fedora-30 qrexec_timeout 600 $ sudo dnf upgrade --refresh $ sudo dnf install dnf-plugin-sytem-upgrade $ sudo dnf system-upgrade download --release=30 Install fedora-30 template Run the following command on dom0 terminal $ sudo qubes-dom0-update qubes-template-fedora-30 Install Adobe Flash Player Adobe Flash Player will not go away soon. So, let's grab the latest version of Adobe Flash Player , then install using yum or dnf command. Verify if Adobe Flash Player is installed and works by visiting https://helpx.adobe.com/flash-player.html [user@fedora-30 ~]$ sudo dnf install Downloads/flash-player-npapi-32.0.0.238-release.x86_64.rpm Last metadata expiration check: 0:37:03 ago on Fri Aug 30 09:18:10 2019. Dependencies resolved. =========...