How to Install and Uninstall golang-github-wellington-go-libsass-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: October 05,2024

1. Install "golang-github-wellington-go-libsass-dev" package

Please follow the steps below to install golang-github-wellington-go-libsass-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-wellington-go-libsass-dev

2. Uninstall "golang-github-wellington-go-libsass-dev" package

Please follow the guidance below to uninstall golang-github-wellington-go-libsass-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-wellington-go-libsass-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-wellington-go-libsass-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-wellington-go-libsass-dev
Architecture: all
Version: 0.9.2+git20181130.4ef5b9d-1
Priority: optional
Section: universe/devel
Source: golang-github-wellington-go-libsass
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1584
Depends: golang-golang-x-net-dev, libsass-dev (>= 3.5.5~)
Filename: pool/universe/g/golang-github-wellington-go-libsass/golang-github-wellington-go-libsass-dev_0.9.2+git20181130.4ef5b9d-1_all.deb
Size: 257520
MD5sum: b5df1553c0384991757a4a9dd89111f5
SHA1: 3ea4cf69ca8185ea831d03e58ee34b0eeefd0a93
SHA256: f54cb5b8c20cc81c0f198004cb3bb2894bb064a8419158ede71a715b13ad54d8
SHA512: 4b2a02f684534897bf558f3641e038416b6792bea19d2052041528d9cb128440233ad9f860b1569c4135c13280281ff9c8e2ebb81c115d06c1ce1b4b572b30e4
Homepage: https://github.com/wellington/go-libsass
Description-en: Go wrapper for libsass, the only Sass 3.5 compiler for Go
The only Sass compliant Go library! go-libsass is a wrapper to the
sass/libsass (http://github.com/sass/libsass) project.
.
Basic example:
.
buf := bytes.NewBufferString("div { p { color: red; } }")
if err != nil {
log.Fatal(err)
} comp, err := libsass.New(os.Stdout, buf) if err != nil {
log.Fatal(err)
}
.
if err := comp.Run(); err != nil {
log.Fatal(err)
}
.
Output:
.
div p {
color: red; }
Description-md5: 20380478f59bd982152c48f9fb8bcfe8