Got an error while installing app on Ubuntu using snap or Ubuntu Software Center ? We can solve the issue by simply issue an update command on the Terminal
Open the Terminal and enter the following
sudo apt update
and try again to install the app using the software center
Zypper cheat sheet : Zypper is openSUSE Linux package management system , which we can used to search and add dependency library,applications etc. This cheat sheet may help you explore openSUSE Linux – Zypper
pip – Pythoners favorite command, is a package management system, which can be used to install and remove python packages from the PYPA(Python Package Authority).
pip and other tools can be installed using the zypper package manager in openSUSE as follow
Flutter can be used to create Linux applications, which is possible by enabling the feature. Before that I would like recommend the basic flutter setup on openSUSE post.
Lets Install Flutter for Linux development. As a open source project, we can install the flutter SDK from GitHub.
The prerequisites
In order to clone the repository we have to use git. In case your SUSE doesn’t know what it is, let’s install it with zypper. Also recommend to have Visual Code /Atom for editing the code.
The following post may help you to install VS Code and Atom on Linux
Install the git
sudo zypper install git
Clone the repo
Get the latest stable version from GitHub repository or alternatively can download from flutter site
Lets Install Flutter for Linux development. As a open source project, we can install the flutter SDK from GitHub.
The prerequisites
In order to clone the repository we have to use git. In case your SUSE doesn’t know what it is, let’s install it with zypper. Also recommend to have Visual Code /Atom for editing the code.
The following post may help you to install VS Code and Atom on Linux
Welcome to another OpenSUSE tutorial, this time my favorite markdown editor typora.
So how do we exactly install Typora in OpenSUSE Linux? Well you can search for Typora in the repository using Zypper search typora and go on with sudo zypper install package name.
The second option is to install from the debian package, which surely working. Here is the guide
In OpenSUSE we can install apps from repository using Zypper install command command. Linux apps comes in many formats, some of them come in binary, rpm and so on. So how do we install apps from a .debian binary file
We can use dpkg to install .deb file in Ubuntu and OpenSUSE. By default SUSE don’t have the dpkg package, we should install it first using
sudo Zypper install dpkg
After that open the corresponding file folder in console. and execute the command. ( in the example I have typora debian file )
In OpenSUSE we can install apps from repository using Zypper install command command. Linux apps comes in many formats, some of them come in binary, rpm and so on. So how do we install apps from a .debian binary file
We can use dpkg to install .deb file in Ubuntu and OpenSUSE. By default SUSE don’t have the dpkg package, we should install it first using
sudo Zypper install dpkg
After that open the corresponding file folder in console. and execute the command. ( in the example I have typora debian file )
GitHub’s Atom Editor may be the best full featured code editor. Before VS Code is come to light it is one of the most used code editor.
How can we install the Atom editor in OpenSUSE Linux. As usual search the repository and try to install using zypper command. There is always a plan B.
Install the editor from the packagecloud.io repository
sudo sh -c 'echo -e "[Atom]\nname=Atom Editor\nbaseurl=https://packagecloud.io/AtomEditor/atom/el/7/\$basearch\nenabled=1\ntype=rpm-md\ngpgcheck=0\nrepo_gpgcheck=1\ngpgkey=https://packagecloud.io/AtomEditor/atom/gpgkey" > /etc/zypp/repos.d/atom.repo'
Now try to install any of the following versions using the zypper utility
sudo zypper install atom
sudo zypper install atom-beta