Linux deb bundle. .
Install smartsvn
sudo dpkg -i <smartsvn*.deb>
If dependencies are unmet..
sudo apt --fix-broken install
A small initiative to help users to configure and manage Servers, Network etc.. If the tips are helpful to you, please comment... Thanks.. System Admin TIST Cochin
Linux deb bundle. .
Install smartsvn
sudo dpkg -i <smartsvn*.deb>
If dependencies are unmet..
sudo apt --fix-broken install
wget ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
Okular
To compact a folder in Outlook, go to File > Account Settings > Account Settings, then on the Data Files tab, select the desired data file, click Settings, and finally select Compact Now to compress the selected Outlook data file (PST) and free up space
To install a package using the dpkg command in Linux, you can use the following command:
Install a package: sudo dpkg -i <package.deb>
Here are some other things you can do with the dpkg command:
List known packages: Use the -l tag: dpkg -l
Remove a package: Use the -r tag: dpkg -r <package>
Purge a package: Use the -P option: sudo dpkg -P <package>
Unpack a package: Use sudo dpkg --unpack <package.deb>
Configure a package: Use dpkg --configure <package>
Check if a package is installed: Use the -s tag: dpkg -s <package>
Show package information: Use dpkg -I <package.deb>
List all available dpkg commands: Use the -help option: dpkg –help