Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Erorr while installing Rustdesk #861

Closed
miljanuscumlic opened this issue Aug 13, 2023 · 2 comments · Fixed by #869
Closed

Erorr while installing Rustdesk #861

miljanuscumlic opened this issue Aug 13, 2023 · 2 comments · Fixed by #869

Comments

@miljanuscumlic
Copy link

Reporting a bug while installing Rustdesk 🐛

Expected behavior

Rustdesk package to be installed.

Actual behavior

Not installed. Got message:

/var/cache/deb-get/rustdesk-1.2.1-aarch64.deb 100%[===============================>]  14,20M  2,53MB/s    in 6,0s    
E: Unable to correct problems, you have held broken packages.

Steps to reproduce

deb-get install rustdesk

System information

/etc/os-release

cat /etc/os-release
PRETTY_NAME="Ubuntu 23.04"
NAME="Ubuntu"
VERSION_ID="23.04"
VERSION="23.04 (Lunar Lobster)"
VERSION_CODENAME=lunar
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=lunar
LOGO=ubuntu-logo

/etc/lsb-release

cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=23.04
DISTRIB_CODENAME=lunar
DISTRIB_DESCRIPTION="Ubuntu 23.04"

deb-get version

deb-get version
0.3.9

deb-get update

deb-get update
  [+] Updating /etc/deb-get/01-main
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  109k    0  109k    0     0   116k      0 --:--:-- --:--:-- --:--:--  852k
  [+] Updating /var/cache/deb-get/deb-get.json
Hit:1 http://security.ubuntu.com/ubuntu lunar-security InRelease
Hit:2 http://rs.archive.ubuntu.com/ubuntu lunar InRelease
Hit:3 http://rs.archive.ubuntu.com/ubuntu lunar-updates InRelease
Hit:4 http://rs.archive.ubuntu.com/ubuntu lunar-backports InRelease
Reading package lists...

Additionally, environment variables of a interest are:

HOST_CPU

uname -m
x86_64

HOST_ARCH

dpkg --print-architecture
amd64

As we can see from the output of the command deb-get install rustdesk, ARM version of the package is downloaded not the x86-64 version from the link: https://github.com/rustdesk/rustdesk/releases/download/1.2.1/rustdesk-1.2.1-x86_64.deb

After trying cleaning local repository:

deb-get clean
deg-get install rustdesk

the result is the same.

When I manually download the proper package from its github repository, I successfully installed it.

@github-actions
Copy link

Hello there 👋
Thanks for submitting your first issue to the deb-get project 🐛 We'll try and take a look at your issue soon ⏲

In the meantime you might want to join the Wimpys World Discord 🗣 where we have a large community of Linux 🐧 enthusiasts and passionate open source developers 🧑‍💻

You might also be interested in following Wimpys World Twitch 📡 channel where Wimpy streams let's code video, including this project, several times a week. A back catalog of past live stream and other Linux related content is available on Wimpys World YouTube 📺 channel.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants