svn version control visualization tool under linux and windows

I have been using the command line to pull codes to create branches, push codes, etc. It
is not impossible, but after a long time, it feels very troublesome. Later, I used the svn version visualization tool for
linux and the svn version control visualization tool for windows
under the Linux environment. Use the SVN client software with a graphical interface, then RabbitVCS is definitely the best, which is equivalent to TortoiseSVN used in the Windows environment, and even the operation is basically the
same
insert image description here
insert image description here
. Download:
Link: https://pan.baidu.com/s/1YpLELw542MYt08oeeujyvA?pwd=6666
Extraction code: 6666

Some applications are only available as "deb" packages. These are archive files that end with a .deb extension.
1) Install .deb files using dpkg command
To install .deb files using dpkg command, we will use -i parameter.
Let's see an example:
$ sudo dpkg -i ./packagename
If you encounter any issues with missing dependencies, you must run the following apt command to fix it:
$ sudo apt install -f
To remove a package via the dpkg command , we will use the -r parameter in the following example:
$ sudo dpkg -r packagename
2) Install .deb files using APT command
To install .deb packages using apt, we should use the apt install option.
Primis Player placeholder
Here is the terminal example:
https://www.ngui.cc/el/1179175.html?action=onClick

Guess you like

Origin blog.csdn.net/qq_44667165/article/details/130519044