banderas20
Active Member
Hi.
I'm trying to install a .deb package in Ubuntu 20.04.
I have dependency problems:
I have read that this can be solved with
, but the only thing I get is this:
I am stuck. Can you help me?
Thanks!
I'm trying to install a .deb package in Ubuntu 20.04.
Code:
sudo dpkg -i remarkable_1.87_all.deb
I have dependency problems:
Code:
dpkg: dependency problems prevent configuration of remarkable:
I have read that this can be solved with
Code:
sudo apt-get -f install
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
chromium-codecs-ffmpeg-extra gstreamer1.0-vaapi
libgstreamer-plugins-bad1.0-0 libva-wayland2
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
remarkable
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 397 kB disk space will be freed.
Do you want to continue? [Y/n]
I am stuck. Can you help me?
Thanks!
Last edited: