Yocto Mickledore apt-get repository

If you want to use my repository You can configure apt-get in Yocto system to use my repo.

Repo was created for arm64 architecture for use with Variscite Hardware var-som-mx8q.

To do:

add gpg key to apt-get

apt-get update

apt-cache search PACKAGE

apt-get install PACKAGE

First of all we must add gpg key to apt-get:

curl -fsSL https://apt.it-core.eu/it-core.gpg.key | sudo apt-key add -

next we must add repo to the apt-get

echo "deb https://apt.it-core.eu/debian mickledore main" > /etc/apt/sources.list.d/apt-it-core-eu.list

Yes I know that isn’t Debian 😀 but have no time to change it 😀

Now you can use your Yocto like Debian to install software.

antispam apache2 callout cd commands database Debian debian 9 debian 10 domain domain-hosting exim fpm hosting how to https imap imaps ksh lenovo linux logging mail man MySQL nginx php poland pop pop3 pop3s price prize server snoopy sr635 system think thinksystem update upgrade users VDI web www

How to upgrade from Debian 9 to Debian 10

Whats new in Debian 10?

  • UEFI Secure Boot
  • AppArmor enabled per default
  • Optional hardening of APT
  • Unattended-upgrades for stable point releases
  • Substantially improved man pages for German speaking users
  • Network filtering based on nftables framework by default
  • Cryptsetup defaults to on-disk LUKS2 format
  • Driverless printing with CUPS 2.2.10
  • Basic support for Allwinner A64 based devices
  • News from Debian Med Blend
  • GNOME defaults to Wayland
  • Merged /usr on fresh installs
  • News from Debian Live team

For the security reasons please backup before procedding with upgrade.

Make sure You have upgraded your debian distribution to the latest old-stable release. Run following commands from the console:

sudo apt-get update

sudo apt-get upgrade

If you are up-to-date with Debian 9 distribution you can proced to the next chapter:

Upgrade to Debian 10:

First edit with your favorite editor the /etc/apt/sources.list file. You can change the file also with sed command:

sed -i ‘s/stretch/buster/g’ /etc/apt/sources.list

After that you are able to upgrade to the Debian 10 system by running following commands:

apt-get update

apt-get upgrade

apt-get dist-upgrade

antispam apache2 callout cd commands database Debian debian 9 debian 10 domain domain-hosting exim fpm hosting how to https imap imaps ksh lenovo linux logging mail man MySQL nginx php poland pop pop3 pop3s price prize server snoopy sr635 system think thinksystem update upgrade users VDI web www