Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 16, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 16, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 16, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 16, 2025

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025

      Bing Search APIs to be “decommissioned completely” as Microsoft urges developers to use its Azure agentic AI alternative

      May 16, 2025

      Microsoft might kill the Surface Laptop Studio as production is quietly halted

      May 16, 2025

      Minecraft licensing robbed us of this controversial NFL schedule release video

      May 16, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The power of generators

      May 16, 2025
      Recent

      The power of generators

      May 16, 2025

      Simplify Factory Associations with Laravel’s UseFactory Attribute

      May 16, 2025

      This Week in Laravel: React Native, PhpStorm Junie, and more

      May 16, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025
      Recent

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025

      Bing Search APIs to be “decommissioned completely” as Microsoft urges developers to use its Azure agentic AI alternative

      May 16, 2025

      Microsoft might kill the Surface Laptop Studio as production is quietly halted

      May 16, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Install raspi-config in Ubuntu on Raspberry Pi

    Install raspi-config in Ubuntu on Raspberry Pi

    December 5, 2024

    Install raspi-config in Ubuntu on Raspberry Pi

    If you are a Raspberry Pi enthusiast like me, you’ve probably enjoyed the convenience of tools designed specifically for Pi devices. One such tool is raspi-config, a configuration utility that comes pre-installed with the Raspberry Pi OS.

    It is a handy interface to configure core settings like hostname, locale, device updates, resolution, and even enabling or disabling SSH and VNC, all with just a few keystrokes.

    Install raspi-config in Ubuntu on Raspberry Pi
    raspi-config tool lets you configure your Raspberry Pi

    However, when I switched to Ubuntu on my Raspberry Pi, I missed this little tool.

    Having raspi-config on Ubuntu brings these conveniences to your Pi’s Ubuntu environment, letting you manage it similarly to the Raspberry Pi OS.

    Let’s see how to install raspi-config on Ubuntu and use it.

    Step 1: Prepare your Ubuntu installation:

    📋
    For this guide, I used Ubuntu Server 22.04 LTS but it should work on most recent Ubuntu releases for Raspberry Pi.

    Make sure you’re running a compatible version of Ubuntu on your Raspberry Pi.

    If you’re starting from scratch, you can download and install an official Ubuntu image onto your SD card using the Raspberry Pi Imager.

    You can refer to our article on installing Ubuntu server on Raspberry Pi for help.

    Step 2: Add the Raspberry Pi Debian repository to your sources list

    Since raspi-config is not directly available in the default Ubuntu repositories, we need to add the official Raspberry Pi repository.

    This allows us to access and install raspi-config and other related packages.

    Open a terminal and enter the following command, this is for the Buster release:

    echo "deb http://archive.raspberrypi.org/debian/ buster main" | sudo tee -a /etc/apt/sources.list
    
    Install raspi-config in Ubuntu on Raspberry Pi

    For adding the Bullseye repository:

    echo "deb http://archive.raspberrypi.org/debian/ bullseye main" | sudo tee /etc/apt/sources.list.d/raspi-bullseye.list
    Install raspi-config in Ubuntu on Raspberry Pi

    This command appends the Raspberry Pi repository to your system’s source list, providing you with access to the raspi-config package.

    Step 3: Import the repository key

    To authenticate the packages from the Raspberry Pi repository, you need to import its GPG key. Run:

    wget -qO - https://archive.raspberrypi.org/debian/raspberrypi.gpg.key | sudo tee /etc/apt/trusted.gpg.d/raspberrypi.asc
    

    This command tells Ubuntu to trust packages signed by this key. Without it, you may encounter errors when updating or installing packages from the Raspberry Pi repository.

    Install raspi-config in Ubuntu on Raspberry Pi

    Step 4: Update and install raspi-config

    With the repository added and the key imported, you’re ready to install raspi-config. First, update your package lists to include the new repository:

    sudo apt update
    Install raspi-config in Ubuntu on Raspberry Pi

    Then, install raspi-config with:

    sudo apt install raspi-config

    This will download and set up raspi-config on your Ubuntu system, bringing the configuration tool to your fingertips.

    Install raspi-config in Ubuntu on Raspberry Pi

    Step 5: Run raspi-config

    Once installed, you can launch raspi-config by running:

    sudo raspi-config

    You will now see the familiar configuration menu, allowing you to make various system adjustments.

    Install raspi-config in Ubuntu on Raspberry Pi

    Final Thoughts

    Having raspi-config on Ubuntu brings back the ease of managing Raspberry Pi settings without needing to navigate through configuration files manually.

    Although Ubuntu provides powerful configuration tools of its own, raspi-config simplifies some of the most common Pi-specific tasks and has a user-friendly interface.

    For someone who’s comfortable in the Pi ecosystem, this is a familiar and efficient way to get the best of both worlds, Ubuntu’s flexibility with the convenience of Raspberry Pi’s configuration tools.

    Now that raspi-config is set up, I can make adjustments with the same ease as I did on Raspberry Pi OS, and it feels like home 🥳

    Happy configuring! 🎉

    Source: Read More

    Hostinger
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleGoogle DeepMind Introduces Genie 2: An Autoregressive Latent Diffusion Model for Virtual World and Game Creation with Minimal Input
    Next Article TimeMarker: Precise Temporal Localization for Video-LLM Interactions

    Related Posts

    Security

    Nmap 7.96 Launches with Lightning-Fast DNS and 612 Scripts

    May 17, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-48187 – RAGFlow Authentication Bypass

    May 17, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    200,000 SelectBlinds customers have their card details skimmed in malware attack

    Development

    The AI Mantra of All Time to Recite Now!

    Artificial Intelligence

    Top Open Source Large Language Models (LLMs) Available For Commercial Use

    Development

    Nobel laureate claims “AI will not be conscious” and shouldn’t be considered intelligent — Until it develops its own ideas

    News & Updates

    Highlights

    Kids behaving badly online? Here’s what parents can do

    April 10, 2025

    By taking time to understand and communicate the impact of undesirable online behavior, you can…

    My 5 favorite AI chatbot apps for Android – see what you can do with them

    August 23, 2024

    Error’d: That Movie with Whatsisname

    July 5, 2024

    How to Start a One-Man Business Over a Weekend?

    May 30, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.