Comment 2 for bug 1977884

Revision history for this message
Mark Esler (eslerm) wrote (last edit ):

Hi Rabee,

The metapackage android-sdk-platform-tools installs several packages, which includes e2fsprogs (https://packages.ubuntu.com/focal/android-sdk-platform-tools). It also make a symbolic link from /usr/lib/android-sdk/platform-tools/mke2fs.conf to /etc/mke2fs.conf All of which should not cause package conflicts.

I attempted to reproduce your bug by installing the latest version of Zorin in a VM (I had to use Zorin 16, since the default apt sources in Zorin 15 did not work). Then I installed android-sdk-platform-tools which brought e2fsprogs to version 1.45.5-2ubuntu1. The upgrade from e2fsprogs to version 1.45.5-2ubuntu1.1 worked smoothly on my VM environment.

Does `ls -la /usr/lib/android-sdk/platform-tools/mke2fs.conf` print something like: `/usr/lib/android-sdk/platform-tools/mke2fs.conf -> /etc/mke2fs.conf`?