> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# FOSS Weekly #22.30: Apt Package Management, Atomic Updates in Deepin 23 and More Linux Stuff
- URL: https://itsfoss.com/news/foss-weekly-22-30/
- Published: 2022-08-19T08:53:44.000Z
- Updated: 2022-08-25T05:00:15.000Z
- Description: This year's 30th edition of It's FOSS Newsletter focuses on apt package management, among other things.
- Author: Abhishek Prakash
- Tags: Newsletter ✉️, News, #Import 2025-11-08 21:15

Do you notice something different? 

*I bet you do*.

This is the new format of the It's FOSS weekly newsletter and it even has got a (new) name: **FOSS Weekly**.

It is part of the It's FOSS News website and you can read it on the website as well. The news website has also got a makeover as it is now using the [Ghost framework](https://ghost.org/?via=abhishek53&ref=itsfoss.com).

I hope you like it. You can provide me with your feedback by hitting the reply button or leaving a comment.

**💬 In this week's issue:**

- **apt package management**: A whole lot of articles and guides on apt and apt-get commands
- **News round-up**: A collection of news related to desktop Linux and applications
- **Linux commands and concepts**: Learn the file permissions and related commands
- And the usual newsletter elements like **memes**, **deals** and more

---

## 🗞 Linux News Round-up

- [Upcoming Deepin 23](https://itsfoss.com/deepin-23/) is introducing atomic updates, among other things
- The latest [LibreOffice 7.4 release](https://blog.documentfoundation.org/blog/2022/08/18/libreoffice-7-4-community/?ref=itsfoss.com) focuses on MS Office compatibility
- Microsoft and Canonical [announce native .NET availability](https://ubuntu.com/blog/install-dotnet-on-ubuntu?ref=itsfoss.com) in Ubuntu 22.04
- Open source graphic design app [Krita released version 5.1](https://itsfoss.com/krita-5-1-release/)
- Ubuntu is [now available](https://ubuntu.com//blog/canonical-enables-ubuntu-on-starfives-visionfive-risc-v-boards?ref=itsfoss.com) on StarFive’s VisionFive RISC-V boards
- The [first point release of Ubuntu 22.04 LTS](https://www.omgubuntu.co.uk/2022/08/ubuntu-22-04-point-release-available?ref=itsfoss.com) is also out now
- Self-host distro YunoHost [released version 11.0](https://forum.yunohost.org/t/yunohost-11-0-bullseye-release-sortie-de-yunohost-11-0-bullseye/20590?ref=itsfoss.com)
- Greg Kroah-Hartman has [suggested avoiding Intel Alder Lake laptops](https://www.phoronix.com/news/Greg-KH-No-ADL-Webcam-Laptop?ref=itsfoss.com) for webcam driver issue

---

🗓️

The Debian project turned 29 this week. Ian Murdock established it on August 16, 1993\. It's one of the oldest active Linux distributions and a modal example of a successful community-based open source project. More [Debian facts here](https://itsfoss.com/debian-facts/).

## 🧠 What We’re Thinking About

Are open source users behaving like entitled ones? An interesting opinion piece I came across on the GitLab [proposing and then backtracking](https://itsfoss.com/gitlab-inactive-projects-policy/) the deletion of inactive repositories.

[Give nothing, expect nothing: GitLab’s the latest punching bag for entitled users: Dissociated PressWhat do Docker, GitLab, and Red Hat have in common? Aside from various levels of participation in open source, they’ve all been punching bags over the past few years for non-paying users angr…![](https://i0.wp.com/dissociatedpress.net/wp-content/uploads/2021/02/cropped-screenshot-from-2021-02-12-11-32-26.png?fit=192%2C192&ssl=1)Dissociated PressJoe Brockmeier![](https://i0.wp.com/dissociatedpress.net/wp-content/uploads/2021/02/Screen-Shot-2021-02-17-at-9.16.31-PM.png?fit=1200%2C1200&ssl=1)](https://dissociatedpress.net/2022/08/10/give-nothing-expect-nothing-gitlabs-the-latest-punching-bag-for-entitled-users/?ref=itsfoss.com)

---

## 🌟 Apt package management

APT is the package management system in Debian, (still in) Ubuntu and many other distributions like Mint, elementary etc. Having a better understanding of its concept will help you in the long run.

You should start with the [concept of the package manager](https://itsfoss.com/package-manager/) first. If you use Ubuntu, get [familiar with its repository system](https://itsfoss.com/ubuntu-repositories/).

There are two main commands to interact with APT package management:

- apt-get is the legacy, low-level command that has been used for years. Learn [how to use it](https://itsfoss.com/apt-get-linux-guide/).
- apt is the user-friendly version of apt-get, which is being recommended for the end users. Learn about [using it here](https://itsfoss.com/apt-command-guide/).

And if you are interested in further reading on the [difference between apt and apt-get](https://itsfoss.com/apt-vs-apt-get-difference/) commands, I have a detailed article on it.

[Difference Between apt and apt-get Explained - It’s FOSSExplaining how apt command is similar yet different than apt-get and why you should be using apt instead of apt-get.![](https://itsfoss.com/wp-content/uploads/2017/06/cropped-Logo-redsigned-without-name-270x270.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/wp-content/uploads/2017/07/apt-vs-apt-get-featured.png)](https://itsfoss.com/apt-vs-apt-get-difference/)

Here are some common and not-so-common usage of these commands for dealing with apt packages:

- [Listing upgradable packages](https://itsfoss.com/apt-list-upgradable/)
- [Update a single package](https://itsfoss.com/apt-upgrade-single-package/) instead of [updating them all at once](https://itsfoss.com/update-ubuntu/)
- Using [‘apt search’ and ‘apt show’ commands](https://itsfoss.com/apt-search-command/) to search and find package details
- Difference between [apt-get update, upgrade and dist-upgrade](https://itsfoss.com/apt-get-upgrade-vs-dist-upgrade/)
- Some examples of [common update errors with apt](https://itsfoss.com/ubuntu-update-error/) in Ubuntu and other systems

I have a [mini-course on It's FOSS Academy](https://academy.itsfoss.com/courses/ubuntu-repository/?ref=itsfoss.com) covering the concept of the Ubuntu repository system. Give it a read while I'll work on revamping the Academy website.

On a related note, you'll often see a message that apt-key is deprecated. Here's what you need to know about it.

[\[Fixed\] “apt-key is deprecated. Manage keyring files in trusted.gpg.d”The apt-key is being deprecated and your system knows that. But do you know what you should be doing for getting packages from external repositories?![](https://itsfoss.com/wp-content/uploads/2017/06/cropped-Logo-redsigned-without-name-270x270.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/wp-content/uploads/2022/08/apt-key-deprecated.png)](https://itsfoss.com/apt-key-deprecated/)

---

## 🐧 Essential Linux Concepts and Commands

Some of the essential Linux concepts involve:

- [Linux directory structure](https://linuxhandbook.com/linux-directory-structure/?ref=itsfoss.com)
- [Absolute and relative paths](https://linuxhandbook.com/absolute-vs-relative-path/?ref=itsfoss.com)
- [File permission](https://linuxhandbook.com/linux-file-permissions/?ref=itsfoss.com) and ownership

Here are the commands you use to modify the file properties:

- The [chmod command](https://linuxhandbook.com/chmod-command/?ref=itsfoss.com) for modifying the permissions
- The [chown command](https://linuxhandbook.com/chown-command/?ref=itsfoss.com) for changing the ownership

---

## 🛠️Application of the Week

[Marktext is an Excellent Editor Even for Those Who Don’t Know Markdown - It’s FOSSI have experimented with a number of markdown editors and there are plenty of good ones there. However, I took an instant liking to Marktext. Here’s why!![](https://itsfoss.com/wp-content/uploads/2017/06/cropped-Logo-redsigned-without-name-270x270.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/wp-content/uploads/2022/08/marktext-markdown-editor.png)](https://itsfoss.com/marktext-editor/)

---

## 🛍️Interesting Deals and Offers

[Humble Book Bundle: Cybersecurity & Data Science by Mercury LearningWe’ve teamed up with Mercury Learning for our newest bundle. Get books like Cloud Computing Basics & Cybersecurity: A Self-Teaching Introduction. Plus, pay what you want & support charity!![](https://cdn.humblebundle.com/static/hashed/03df0490a53d595fd930f9fff52038366d60a05d.png)Humble Bundle![](https://hb.imgix.net/1f027b76afbee19ac2419264ef2e8934fac52e33.jpg?auto=compress,format&h=630&w=1200&s=5c495a5352c6a685422f362462f1dd3a)](https://www.humblebundle.com/books/cybersecurity-data-science-mercury-learning-books?partner=itsfoss&ref=itsfoss.com)

---

## 🤣 Linux Humor

![Linux and Open Source Meme](https://itsfoss.com/content/images/2022/08/linux-open-source-meme.png)

---

## ❤ Enjoy this newsletter?

Yes? No? Maybe?

I would love to hear your feedback on this new format. Hit reply to send me feedback or say hello.

Till next time :)