Getting 'emacs-common-non-dfsg' from Debian bookworm-backports

 To get the package 'emacs-common-non-dfsg' from Debian bookworm-backports, you can follow these steps:


1. **Add Backports Repository**: First, you need to ensure that the Debian bookworm-backports repository is enabled. You can add it to your `/etc/apt/sources.list` or create a new file in `/etc/apt/sources.list.d/` with the repository configuration. For example, create a file like `/etc/apt/sources.list.d/bookworm-backports.list` with the following content:


   ```

   deb http://deb.debian.org/debian/ bookworm-backports main

   ```


   Make sure to run `sudo apt update` after adding the repository.


2. **Install 'emacs-common-non-dfsg'**: Once the backports repository is added, you can install the 'emacs-common-non-dfsg' package using the `apt` package manager:


   ```

   sudo apt update

   sudo apt install emacs-common-non-dfsg

   ```


   This should fetch and install the package from the bookworm-backports repository.


Please note that the availability of packages in backports can vary, and it's important to ensure that your system is set up to use backports safely, as it contains newer packages that may not have received as much testing as the stable Debian releases.

Comments

Popular posts from this blog

bad character U+002D '-' in my helm template

GitLab pipeline stopped working with invalid yaml error

How do I add a printer in OpenSUSE which is being shared by a CUPS print server?