Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/ Questions/Q 2537
Next
In Process

askthedev.com Latest Questions

Asked: September 24, 20242024-09-24T07:53:50+05:30 2024-09-24T07:53:50+05:30In: Git, Ubuntu

How can I update Remmina to a more recent version than the one available in my current repository on Ubuntu?

anonymous user

I’ve been digging into remote desktop clients lately, and I’ve been using Remmina on my Ubuntu setup for quite a while. It’s decent for most tasks, but I heard there’s a newer version out there with some cool features that I really want to try out. However, the version in my current repository is pretty outdated, and I can’t seem to find a straightforward way to update it.

Now, I’ve done a bit of searching and found that some folks add PPAs (Personal Package Archives) to get newer versions of software, but I’m not entirely sure how to do that safely. I don’t want to mess up my system or introduce compatibility issues. Plus, I’ve heard some horror stories about broken packages and dependencies, which makes me a bit wary about trying it out myself.

I’ve thought about downloading the latest version directly from the Remmina GitHub or its official site, but that sounds like a whole other headache. I’m not too comfortable with building software from source, and I fear I might end up with a lot of errors and no way to fix them.

I also looked into Snap packages since I’ve heard they can be easier to handle, but I can’t find any definitive information on whether Remmina is available as a Snap or Flatpak and if it’s updated regularly in those formats.

So here I am, looking for some guidance from anyone who’s tackled this issue before. What’s the best way to get my Remmina updated without risking my smooth sailing Ubuntu experience? If you’ve managed to do this without any hiccups, I would love to hear about the steps you took. Are there specific PPAs that are reliable or any pitfalls to watch out for? Any help would be greatly appreciated!

  • 0
  • 0
  • 2 2 Answers
  • 0 Followers
  • 0
Share
  • Facebook

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Google
    or use

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Google

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. anonymous user
      2024-09-24T07:53:52+05:30Added an answer on September 24, 2024 at 7:53 am


      To update Remmina on your Ubuntu setup without risking system stability, using a Personal Package Archive (PPA) is a common and generally safe method. First, you should ensure that your package list is current by running sudo apt update in the terminal. Then, you can add a reliable PPA that contains the latest version of Remmina. The most commonly recommended PPA is the one maintained by the Remmina developers themselves. You can add it by executing: sudo add-apt-repository ppa:remmina-ppa-team/remmina-next. After adding the repository, run sudo apt update again to refresh the package lists, and finally, execute sudo apt install remmina to install or upgrade the application. This process minimizes the risks associated with dependency issues, as the PPA is specifically tailored for Remmina updates.

      If you’re concerned about trying PPAs or building from source, another option is to consider using Snap packages. Remmina is indeed available as a Snap, which simplifies installation and updates. To check if Remmina is installed as a Snap and to install it if it’s not, you can use the command: sudo snap install remmina. Snap packages are containerized, meaning they run in an isolated environment, which helps avoid potential conflicts with your system’s native packages. Moreover, Snap will automatically keep Remmina updated to the latest version. This approach is less error-prone and allows you to enjoy the latest features without having to dive into source compilation or dealing with PPAs.


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. anonymous user
      2024-09-24T07:53:51+05:30Added an answer on September 24, 2024 at 7:53 am



      Updating Remmina on Ubuntu

      How to Update Remmina Safely

      It sounds like you’re in a bit of a pickle with your Remmina version! Here’s a casual way to get that updated without breaking your system.

      Using a PPA (Personal Package Archive)

      So, adding a PPA is actually a pretty common way to get newer software on Ubuntu. Just make sure the PPA is reputable. One well-known PPA for Remmina is the remmina-ppa-team/remmina-next. Here’s how you can add it:

      1. Open your terminal (you can press Ctrl + Alt + T to do this).
      2. Run:
      3. sudo add-apt-repository ppa:remmina-ppa-team/remmina-next
      4. Then update your package list:
      5. sudo apt update
      6. Finally, upgrade Remmina with:
      7. sudo apt upgrade remmina

      Make sure to read any messages during the process, as they might give you clues if something goes off track.

      Using Snap

      If you wanna go the Snap route, Remmina is available as a Snap package! Just run this command:

      sudo snap install remmina

      Snaps are isolated, so they won’t mess with your system as much as PPAs might. They also get updated automatically, which is a plus!

      Flatpak (If You Prefer)

      If you’re into Flatpak, you can also check that out. First, you’ll need to install Flatpak if you haven’t:

      sudo apt install flatpak

      After that, you can install Remmina with:

      flatpak install flathub org.remmina.Remmina

      Just like Snap, Flatpaks are sandboxed and should keep your system clean.

      In Summary

      So, if you decide to go with a PPA, stick to the well-known ones, update your system, and keep an eye out for warnings during the installation! If you’re looking for an easier option, Snap or Flatpak works great for newer software without much hassle.

      Hope this helps! Good luck with your Remmina adventure!


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this issue?
    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?
    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. Has anyone experienced this issue ...
    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?
    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else encountered this problem, and what ...

    Sidebar

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this ...

    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?

    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. ...

    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?

    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else ...

    • How can I configure a server running Ubuntu to bind specific IP addresses to two different network interfaces? I'm looking for guidance on how to ...

    • Is it possible to configure automatic login on Ubuntu MATE 24.04?

    • After upgrading from Ubuntu Studio 22.04 to 24.04.1, I lost all audio functionality. What steps can I take to diagnose and resolve this issue?

    • I am experiencing issues booting Ubuntu 22.04 LTS from a live USB. Despite following the usual procedures, the system fails to start. What steps can ...

    • I'm encountering a problem with my Expandrive key while trying to update my Ubuntu system. Has anyone else faced similar issues, and if so, what ...

    Recent Answers

    1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
    • Home
    • Learn Something
    • Ask a Question
    • Answer Unanswered Questions
    • Privacy Policy
    • Terms & Conditions

    © askthedev ❤️ All Rights Reserved

    Explore

    • Ubuntu
    • Python
    • JavaScript
    • Linux
    • Git
    • Windows
    • HTML
    • SQL
    • AWS
    • Docker
    • Kubernetes

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.