不灭的焱

加密类型:SHA/AES/RSA下载Go
复合类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel)、接口(interface)、数组(array)、结构体(struct) Go类型+零值nil
引用类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel) Go引用

作者:AlbertWen  添加时间:2015-09-09 00:29:45  修改时间:2025-12-16 22:46:02  分类:06.Linux软件安装  编辑

平常需要一点简单的图片处理,Windows下有商业的专业的PhotoShop,Ubuntu下有开源的Pina。当然,跟PhotoShop相比,Pina功能弱爆了,将就着用吧。

#安装过程#

sudo add-apt-repository ppa:pinta-maintainers/pinta-stable
sudo apt-get update
sudo apt-get install pinta

#卸载过程#

sudo apt-get remove pinta