Run the following command:
apt update && sudo apt upgrade
It's the same as Ubuntu. You can also update from the included "Update Manager".
Install from the same deb file as how to install packages on Ubuntu and Debian distributions. There are the following ways to use the application on ferenOS.
sudo apt install <hoge>
sudo dpkg -i <hoge.deb>
5.snap
6.FlatpakOf these, 2 and 3 are applications that allow 1 to be used on the GUI. I think 2 and 3 will cover most application installations. Personally, I only use 1-3.
However, with this alone, you can only install applications in the Ubuntu repository and the repository that is set by default in ferenOS, so add the repository and PPA.
For PPA, do the following:
sudo apt-add-repository ppa:hoge/hoge
Alternatively, for non-PPA repositories, use wget to get the public key and
wget -qO- https://repo.hoge.com/archive/hoge_key.pub | sudo apt-key add -
Then add the repository.
sudo apt-add-repository 'deb http://repo.hoge.com/hoge'
You can check the added repository and PPA from the "Software Sources" app. We have already added Vivaldi and Wine repositories. graphic-drivers is a PPA that has already been set. Check it to enable it. I've set up an appropriate PPA, but it seems to be reflected. This is the official repository. You can change the mirror server freely. It is the setting of the mirror server of "Linux mint (tracia)", but when I restarted this app, an error was confirmed that the default setting was left. When I checked the configuration file (/etc/apt/sources.list.d/official-package-repositories.list), it seems that the settings have been changed properly, so only the display seems to be strange.
Recommended Posts